Re: [Rd] Start-up messages when Importing from a package

2011-07-25 Thread Mauricio Zambrano-Bigiarini
Prof Brian Ripley wrote: The message is from maptools (as it says), not sp. Thank you very much prof. Ripley for pointing out my error. No, there is nothing you can do when dependent packages put out messages. You could ask the maintainer not to put the message out when rgeos is available

Re: [Rd] Start-up messages when Importing from a package

2011-07-23 Thread Prof Brian Ripley
The message is from maptools (as it says), not sp. No, there is nothing you can do when dependent packages put out messages. You could ask the maintainer not to put the message out when rgeos is available On Fri, 22 Jul 2011, Mauricio Zambrano-Bigiarini wrote: Dear List, I'm building

[Rd] Start-up messages when Importing from a package

2011-07-23 Thread Mauricio Zambrano-Bigiarini
Dear List, I'm building a package that uses 2 functions of the 'sp' package, and I declared them in my NAMESPACE file as follow: importFrom("sp", proj4string, coordinates) The package is built without any problem, but when I load the package, I get the following message: " Loading requi