Skip to content
Prev 219770 / 398500 Next

testInstalledBasic question

The code contains

     ## We need to force C collation: might not work
     Sys.setlocale("LC_COLLATE", "C")

It seems that is not working for you.  Try setting LC_COLLATE=C in the 
environment before running the tests.

You do also need diff (from Rtools) in your path for the best results.
On Wed, 5 May 2010, Jim Price wrote: