search for: ireval

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

Did you mean: preval
2010 Oct 04
1
Globbing inconsistencies, dir() vs. unlink()
I was trying to remove a directory and couldn't figure out why it was failing: > dir("~/p4/r-packages/IREval/Users", recursive=T) [1] "u0048513/p4/r-packages/IREval/DESCRIPTION" [2] "u0048513/p4/r-packages/IREval/R/IREval.R" [3] "u0048513/p4/r-packages/IREval/Read-and-delete-me" [4] "u0048513/p4/r-packages/IREval/tests/general.R" > (unlink("~/p4/r-packa...
2010 Oct 04
0
Roxygen not truncating files
I'm trying to use Roxygen for the first time, but I'm running into trouble. I call it like so: roxygenize('~/p4/r-packages/IREval', '~/p4/r-packages/IREval', unlink.target=T) But it seems that it's only appending to files in ~/p4/r-packages/IREval/man/, not overwriting them. So for example, for a function that I haven't documented yet I get a long file with just the following 4 lines over an...