search for: latticedensity

Displaying 3 results from an estimated 3 matches for "latticedensity".

2010 Nov 28
1
.Rdata file in data subdirectory won't load
...t; and it won't load using 'data()'. I have read through the R extensions manual and Leisch's tutorial, but can't find a good hint as to what is going wrong. I also tried this with 'polygon1' added to the 'export' in the NAMESPACE, with no effect. > library(latticeDensity) > data(polygon1) Warning message: In data(polygon1) : data set 'polygon1' not found > file.choose() [1] "C:\\Documents and Settings\\Ronald Barry\\My Documents\\latticeDensity\\data\\polygon1.Rdata" > load( "C:\\Documents and Settings\\Ronald Barry\\My Documents\\la...
2017 May 20
1
What to do re 'replacing previous import' errors
...ssions of this problem online, I can't seem to find a good solution. When running a CHECK on a package I'm working on (which passed all tests a few years ago), I get the following 'significant warning': Warning: replacing previous import ?spam::tail? by ?utils::tail? when loading ?latticeDensity? Warning: replacing previous import ?spam::head? by ?utils::head? when loading ?latticeDensity? Humorously enough, I don't use the 'tail' function anywhere. It seems to be some sort of namespace clash between spam and utils. In my namespace, I'm importing spam and utils. Is th...
2011 May 31
1
Comment on build and INSTALL
Greetings, I have noticed two possible small glitches with build and INSTALL. First, when I run R CMD build latticeDensity, I get the following message: *excluding invalid files from 'latticeDensity' Subdirectory R contains invalid file names: R However, all the files end up in the zip file (or tar) just fine, and neither INSTALL nor check seems to care....