Learn R Programming

assertive (version 0.2-4)

assert_r_can_build_translations: Can R find tools for building translations?

Description

Checks to see if R can see the gettext and msgfmt tools in order to build binary translation files.

Usage

assert_r_can_build_translations()

r_can_build_translations()

Arguments

Value

  • r_can_build_translations returns TRUE if R can see gettext and msgfmt tools, and FALSE (with a cause) otherwise. assert_r_can_build_translations returns nothing but throws an error if r_can_build_translations function returns FALSE.

See Also

r_can_compile_code

Examples

Run this code
r_can_build_translations()
dont_stop(assert_r_can_build_translations())

Run the code above in your browser using DataLab