Re: [R-pkg-devel] Do I need to namespace and import functions from 'methods' package?

2015-07-12 Thread Duncan Murdoch
On 12/07/2015 4:01 PM, Dean Attali wrote: I have a package that is using the 'is' function from the 'methods' package. My package has been on CRAN for some time now and has had 3 different versions already. Yesterday when submitting, I got a response with: * checking R code for possible

Re: [R-pkg-devel] Do I need to namespace and import functions from 'methods' package?

2015-07-12 Thread Dean Attali
I see there have been several messages about this recently. I apologize, I wasn't aware of the fact that I could search old messages on the board - will do that next time, thanks --- http://deanattali.com On 12 July 2015 at 13:36, Duncan Murdoch murdoch.dun...@gmail.com wrote: On 12/07/2015

Re: [R-pkg-devel] R-devel problem with temporary files or decompression?

2015-07-12 Thread Henrik Bengtsson
I don't see any particular wrong with your code, so it seems like R.utils doesn't handle your 'file' / 'tmp' pathnames correctly. However, I cannot reproduce this (know what 'file' and 'tmp' are would help), so I cannot fix it either. Either way, instead of using low-level decompressFile(), you

[R-pkg-devel] Do I need to namespace and import functions from 'methods' package?

2015-07-12 Thread Dean Attali
I have a package that is using the 'is' function from the 'methods' package. My package has been on CRAN for some time now and has had 3 different versions already. Yesterday when submitting, I got a response with: * checking R code for possible problems ... NOTE ggMarginal: no visible global

Re: [R-pkg-devel] R-devel problem with temporary files or decompression?

2015-07-12 Thread Daniel Kelley
Uwe, thanks very much. How silly of me. It was because my code creates full pathnames except if the first char of a filename is “/“ or “~”, etc. I have never really used windows/msdos (went from 1970s unix to OSX) and so I was being very silly. Dan. On Jul 12, 2015, at 12:38 PM, Uwe Ligges