[Rd] Error in help files connection

2015-01-25 Thread Axel Urbiz
Hello, I'm building a package on Mac OS. The build/check/install goes all ok. Also, the package gets loaded properly with library(my_package). However, when I call the help file for a given function in the package -- i.e., "?my_function", I get the following error: Error in gzfile(file, "rb") :

[Rd] R CMD check message: "The following files should probably not be installed"

2015-01-25 Thread John Maindonald
I am doing [R version 3.1.2 (2014-10-31) -- "Pumpkin Helmet”; Platform: x86_64-apple-darwin10.8.0 (64-bit)] > R CMD build DAAGviz > R CMD check DAAGviz_1.0.3.tar.gz Without a .Rinstignore file, I get: <<< The following files should probably not be installed: ‘figs10.pdf’, ‘figs11.pdf’, ‘figs1

[Rd] names function for environments?

2015-01-25 Thread Peter Haverty
Hi all, The "ls" function wears two hats. It allows users to inspect an environment interactively and also serves deeper in code as the accessor for an environment's names/keys. I propose that we separate these two conflicting goals, keeping ls for interactive use and adding names for a quick list