Get information about the R environment being used.
using_r_version() determines whether or not a particular version of R is
being used.
using_latest_r_version() determines whether or not the latest stable
version of R is being used. It returns NA if the latest version cannot
be retrieved (e.g. when offline or the CRAN resource is unavailable).
using_interactive_session() determines whether or not R is
being run interactively.