vle-forge / rvle

R wrapper
GNU General Public License v3.0
1 stars 3 forks source link

locale modifications when loading rvle #16

Closed rtrepos closed 8 years ago

rtrepos commented 10 years ago

Locale are modified when loading rvle.

In a R prompt:

Sys.getlocale() [1] "LC_CTYPE=fr_FR.UTF-8;LC_NUMERIC=C;LC_TIME=fr_FR.UTF-8;LC_COLLATE=fr_FR.UTF-8;LC_MONETARY=fr_FR.UTF-8;LC_MESSAGES=fr_FR.UTF-8;LC_PAPER=fr_FR.UTF-8;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=fr_FR.UTF-8;LC_IDENTIFICATION=C" library(rvle) Sys.getlocale() [1] "fr_FR.UTF-8"

quesnel commented 8 years ago

It's a bug in VLE. The vle::init() function should not call setlocale. I report this bug to VLE.