Skip to content
Prev 2079 / 12125 Next

[R-pkg-devel] Rtools not communicating?

On 17/11/2017 5:19 PM, Dalthorp, Daniel wrote:
That says that your package is on the search list (or you would have got

Error in as.environment(pos) :
   no item called "package:CPparms" on the search list

like me), but it isn't exporting anything.  That's different than having 
nothing in your package.
No.  A binary package is essentially an copy of an installed package.

Looks like you didn't export anything.  If you were building packages in 
the regular way (as described in the manuals), I'd suggest looking in 
the NAMESPACE file to be sure that something is being exported.  But 
you're using devtools, so I don't know if that will be informative.

Duncan Murdoch