Thanks a lot - I tried your script but it didn't turn up anything like Brom but in one place I had Bromic acid - which I changed to bromic acid to no avail.
So I continue trying to find out what goes on BW Troels Fra: Berry Boessenkool <berryboessenk...@hotmail.com> Sendt: 19. januar 2019 23:47 Til: Troels Ring <tr...@gvdnet.dk>; R package devel <r-package-devel@r-project.org> Emne: Re: [R-pkg-devel] problems documenting data sets I was first thinking there could be an occurence of Brom with a capital B in the package somewhere. In which case you could run from the current package main directory: cat("All files in R folder\n", file="AllFiles.R") for(f in dir("R",full=T)) cat(readLines(f), file="AllFiles.R", sep="\n", append=TRUE) and search for Brom in that file... But Rolf is likely right. I was thinking the wrong way around... Berry _____ From: R-package-devel <r-package-devel-boun...@r-project.org <mailto:r-package-devel-boun...@r-project.org> > on behalf of Troels Ring <tr...@gvdnet.dk <mailto:tr...@gvdnet.dk> > Sent: Saturday, January 19, 2019 11:46 To: package-develop Subject: [R-pkg-devel] problems documenting data sets Dear friends - I still get some warning although the package runs just fine. checking for missing documentation entries ... WARNING Undocumented data sets: 'Cl' 'K' 'Na' 'TOTAL' 'WA' 'INPUT' 'Alb' 'Ca' 'Lact' 'Mg' 'PCO2' 'S1' 'Brom' 'pHOBS' All user-level objects in a package should have documentation entries. [SNIP] [[alternative HTML version deleted]] ______________________________________________ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel