Dan,
Thank you for your reply! Indeed, the message is consistent when using the
unstable version 2014-03-31 r65345. Even when using this version, though, I
observe the following inconsistency:
Adams-MacBook-Air:work adam$ R --vanilla
R Under development (unstable) (2014-03-31 r65345) -- "Unsuffe
Contrary to other functions in 'base', attach() output messages to
stdout instead of stdout, e.g.
> a <- 1
> capture.output(attach(list(a=1)))
[1] "The following object is masked _by_ .GlobalEnv:"
[2] ""
[3] "a"
Shouldn't this message go to stderr?
Here's a patch for the local function check
Hello,
I created a trivial package like this:
R --vanilla
a = 1
package.skeleton("apkg")
Then at the command prompt I removed apkg/man/* to avoid installation errors
since those man pages are incomplete.
Then:
R CMD build apkg
R CMD INSTALL --build apkg_1.0.tar.gz
says:
[...]
packaged insta
Hi Simon,
> sessionInfo()
R version 3.1.0 RC (2014-04-04 r65373)
Platform: x86_64-apple-darwin10.8.0 (64-bit)
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
I just reinstalle
Hi Simon,
> sessionInfo()
R version 3.1.0 RC (2014-04-04 r65373)
Platform: x86_64-apple-darwin10.8.0 (64-bit)
locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
I just reinstalle