Displaying 1 result from an estimated 1 matches for "embeddednul".
Did you mean:
embeddednuls
2014 Nov 24
0
tools::testInstalledBasic
...UAGE = "en")) and ran the function on an installation without
additional packages. However the test fails on the script "reg-tests-2.R".
I think that the problem is the fact that the local LC_ALL should be set to
"C" to correctly compare the results for read.csv("EmbeddedNuls.csv"). This
locale is set within the function however all test scripts are submitted
using CMD BATCH. Therefore setting the locale within the function seems to
have no effect. I tried setting the locale within Rprofile.site but within
CMD BATCH --vanilla is used. Are my assumptions correct an...