[Rd] 00Index and white space: specify in doc more than 1 space needed?

2013-11-25 Thread Matthieu Stigler
Dear R-devel list I noticed while checking a package that the demo/00Index file needs more than one space between the name and a description, a requirement which is not very clear from reading the manual: "[give a] name and a description separated by white space" I realized this point had been al

[Rd] R CMD check: unknown option ‘--outdir==RCHECK’

2013-05-20 Thread Matthieu Stigler
passing the argument the right way, or is there an issue with R CMD check? I tried to write the argument in many differents ways, but it always fails. Standard way I tried is: $ R CMD check --outdir="RCHECK" pkg.tar.gz Warning: unknown option ‘--outdir=RCHECK' Thanks for your adv

Re: [Rd] na.omit option in prcomp: formula interface only

2013-01-23 Thread Matthieu Stigler
ng NA values is far from trivial, but would it be possible to add a warning in the documentation, and/or whenever na.action is used with prcomp() on a data frame (suggesting to use the formula instead?)? Thanks! Matthieu Stigler This is a wishlist/request for discussion about the behaviour o

[Rd] zip() containing windows specific code?

2012-01-30 Thread Matthieu Stigler
Dear R devel list I was wondering whether zip() contains a windows specific call to system(), as the argument "invisible" seems to be windows specific, yet is used anytime by zip: invisible(system2(zip, args, invisible = TRUE)) Indeed, calling zip() on Linux results in a warning message:

[Rd] Suggestion: add a warning in the help-file of unique()

2008-04-17 Thread Matthieu Stigler
e a "tol" argument which allows to compare with a tolerance level (with default value zero to keep unique consistent) like all.equal(), but it seemed too complicated with my little understanding. Bests regards and many thanks for what you do for R! Matthieu Stigler ___

[Rd] Feature request: about lag(), which.min() and cat().

2008-01-31 Thread Matthieu Stigler
Hello I'm only user of R and have many little knowledge in programming but I permit to send you some whishes/suggestions for R. which.min like which(), which.min() should also include an argument arr.ind. Note that one can have it with which(a==min(a), arr.ind=TRUE) but if there is a reason to