Displaying 3 results from an estimated 3 matches for "pathtotop".
2012 Jul 17
1
R CMD build/check on Windows 7
...p
files are read.
However,
1. If I have an Rprofile.site in my etc startup directory, if I am in the
...\top directory and try to check or build the top\mypackage source
package, I can only do so by giving (in the Windows shell, of course) the
full path name to R CMD build/check, e.g.
R CMD build pathtoTop\top\mypackage .
R CMD build mypackage
yields the error: ERROR cannot change to directory 'test'
2. However, if I remove (e.g. change the name) of Rprofile.site, then
R CMD build/check mypackage
works fine. Note that my Rprofile.site file DOES contain a setwd()
statement to some oth...
2012 Jul 17
1
R CMD build/check on Windows 7
...p
files are read.
However,
1. If I have an Rprofile.site in my etc startup directory, if I am in the
...\top directory and try to check or build the top\mypackage source
package, I can only do so by giving (in the Windows shell, of course) the
full path name to R CMD build/check, e.g.
R CMD build pathtoTop\top\mypackage .
R CMD build mypackage
yields the error: ERROR cannot change to directory 'test'
2. However, if I remove (e.g. change the name) of Rprofile.site, then
R CMD build/check mypackage
works fine. Note that my Rprofile.site file DOES contain a setwd()
statement to some oth...
2012 Jul 17
0
R CMD build/check on Windows 7 -- Please ignore
...have an Rprofile.site in my etc startup directory, if I am in the
>> ...\top directory and try to check or build the top\mypackage source
>> package, I can only do so by giving (in the Windows shell, of course) the
>> full path name to R CMD build/check, e.g.
>> R CMD build pathtoTop\top\mypackage .
>>
>> R CMD build mypackage
>>
>> yields the error: ERROR cannot change to directory 'test'
>>
>>
>> 2. However, if I remove (e.g. change the name) of Rprofile.site, then
>>
>> R CMD build/check mypackage
>>
>...