Re: [R] Error: XYZ is not an exported object

2016-12-10 Thread Ben Tupper
In addition to Bert's suggestion, you might want to check here... http://r-pkgs.had.co.nz/man.html#man-data > On Dec 10, 2016, at 10:25 AM, Bert Gunter wrote: > > Please post this to the R-package-devel list, not here. > > > -- Bert > Bert Gunter > > "The trouble with having an open mind is

Re: [R] Error: XYZ is not an exported object

2016-12-10 Thread Bert Gunter
Please post this to the R-package-devel list, not here. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Sat, Dec 10, 2016 at 6:47 AM, Witold E Wolski

[R] Error: XYZ is not an exported object

2016-12-10 Thread Witold E Wolski
I am wrting a package and would like to be able to export it to access it with: packagename::dataset This is how my roxygen doc for the data object looks like: #' Data frame with amino acid masses #' #' @name AminoAcids #' @docType data #' @keywords data #' @export NULL It does end up in the nam