Learn R Programming

⚠️There's a newer version (0.0-5) of this package.Take me there.

assertive.reflection (version 0.0-1)

Assertions for Checking the State of R

Description

A set of predicates and assertions for checking the state and capabilities of R, the operating system it is running on, and the IDE being used. This is mainly for use by other package developers who want to include run-time testing features in their own packages. End-users will usually want to use assertive directly.

Copy Link

Version

Install

install.packages('assertive.reflection')

Monthly Downloads

136

Version

0.0-1

License

GPL (>= 3)

Maintainer

Richard Cotton

Last Published

October 6th, 2015

Functions in assertive.reflection (0.0-1)

assert_all_are_on_os_path

Is the path on the OS path?
assert_r_has_jpeg_capability

Does R have a capability?
is_rstudio_desktop

Is RStudio running in desktop or server mode?
assert_is_comma_for_decimal_point

What does the current locale specify for the decimal point?
assert_r_can_find_tools

Can R find tools?
assert_is_package_current

Is the installed version of a package current?
assert_is_rstudio_current

Is RStudio the current version?
rstudio_version_info

Get RStudio's version information
sys_get_locale

Get or set the system locale
assert_is_r_current

Is this version of R up to date?
assert_is_64_bit_os

What OS is running?
assert_is_architect

Are you running R?
locale_categories

Allowed locale categories.
assert_is_batch_mode

How is R running?