gettext: 'gettext' availability

Description Usage Arguments Details Value Note See Also Examples

Description

Check whether gettext is available on your system; and install for Windows.

Usage

1
2
3

Arguments

location

A character string specifying a file path where the gettext binaries should be installed.

Details

install_gettext provides a Windows-only installer into the specified directory. That directory should be one included in PATH so that the binaries are available.

Value

A logical.

Note

Windows binaries for gettext can also be installed from http://www.stats.ox.ac.uk/pub/Rtools/goodies/gettext-tools.zip or https://github.com/mlocati/gettext-iconv-windows.

See Also

use_localization

Examples

1
2
3
4
5
## Not run: 
  install_gettext()

## End(Not run)
check_for_gettext()

msgtools documentation built on May 30, 2017, 5:12 a.m.