search for: hfglxo

Displaying 2 results from an estimated 2 matches for "hfglxo".

2013 Nov 08
0
R CMD INSTALL - problem with working directory
...gcc. If I am not in this directory I get the well-known issue Warning: invalid package ?pkg/? Error: ERROR: no packages specified Instead, calling R CMD INSTALL from ~/Library/R/R-gcc works fine. I checked the permissions on ~/Library/R/R-gcc in R. These seem to be fine to me: system("ls -hFGlxo /Users/simonzehnder/Library/R/R-gcc") total 0 drwxr-xr-x 7 simonzehnder 238B Nov 8 10:37 library/ R CMD INSTALL seems to need a working directory that equals the actual working directory. Is there a workaround, that makes things work for me? Best Simon
2012 Mar 21
3
"cannot change working directory"
Hi, I need to write program to run some results from an experiment. i have the results saved in 2 different files, named "tuesday" and "wednesday" (both located within the same file). when i wrote the program for "tuesday" i had no problem running it, but when i changed the work directory to wednesday i got the "cannot change working directory" message. I