Re: [R-pkg-devel] Do you run R on Fedora or Debian?

2022-12-11 Thread Roy Mendelssohn - NOAA Federal via R-package-devel
Thanks. Yes, that is what I figured out last night. I believe the problem is actually coming from rerddap, not rerddapXtracto - which as I said creates a tempdir on first call. I am submitting a new version of rerddap today, as well as a new version of rerddapXtracto in the next few days.

Re: [R-pkg-devel] Do you run R on Fedora or Debian?

2022-12-11 Thread Ivan Krylov
On Sat, 10 Dec 2022 14:00:22 -0800 Roy Mendelssohn - NOAA Federal via R-package-devel wrote: > CRAN has sent me a notice about the following: > > https://www.stats.ox.ac.uk/pub/bdr/donttest/rerddapXtracto.out > > I can not reproduce it. I test on my Mac, the cache space is > properly handled

Re: [R-pkg-devel] Do you run R on Fedora or Debian?

2022-12-11 Thread Duncan Murdoch
I'm not sure I'm looking at the right versions, but it appears your package uses hoardr::hoard() for caching. I looked for the source for hoardr::hoard, and found it at https://github.com/ropensci-archive/hoardr It says the package has been "abandoned", with a version number slightly

Re: [R-pkg-devel] Do you run R on Fedora or Debian?

2022-12-10 Thread Roy Mendelssohn - NOAA Federal via R-package-devel
Thanks for the effort. Yep that is what I see when I run in my virtual machine. I will play with it some more, and hopefully someone from CRAN will see this and chime in. I am more than willing to try to fix this, I just can not reproduce the error. -Roy > On Dec 10, 2022, at 2:53 PM,

Re: [R-pkg-devel] Do you run R on Fedora or Debian?

2022-12-10 Thread Dirk Eddelbuettel
On 10 December 2022 at 14:27, Roy Mendelssohn - NOAA Federal wrote: | Perfect. Thanks. That is what I am seeing and that is what is expected. I have even gotten into a debugger, and looked at to where the file was downloaded, right after the download, and it is in a proper temporary

Re: [R-pkg-devel] Do you run R on Fedora or Debian?

2022-12-10 Thread Ivan Krylov
On Sat, 10 Dec 2022 14:00:22 -0800 Roy Mendelssohn - NOAA Federal via R-package-devel wrote: > cache_setup(temp_dir = TRUE) Unfortunately, it prints a path under tempdir() for me on my Debian oldstable machine. I see that the error came from the "donttest" check from an extra test that's not

Re: [R-pkg-devel] Do you run R on Fedora or Debian?

2022-12-10 Thread Roy Mendelssohn - NOAA Federal via R-package-devel
Perfect. Thanks. That is what I am seeing and that is what is expected. I have even gotten into a debugger, and looked at to where the file was downloaded, right after the download, and it is in a proper temporary space. Dirk if you really want to be a glutton for punishment, could you

Re: [R-pkg-devel] Do you run R on Fedora or Debian?

2022-12-10 Thread Dirk Eddelbuettel
On 10 December 2022 at 14:00, Roy Mendelssohn - NOAA Federal via R-package-devel wrote: | CRAN has sent me a notice about the following: | | https://www.stats.ox.ac.uk/pub/bdr/donttest/rerddapXtracto.out | | I can not reproduce it. I test on my Mac, the cache space is properly handled (by

[R-pkg-devel] Do you run R on Fedora or Debian?

2022-12-10 Thread Roy Mendelssohn - NOAA Federal via R-package-devel
CRAN has sent me a notice about the following: https://www.stats.ox.ac.uk/pub/bdr/donttest/rerddapXtracto.out I can not reproduce it. I test on my Mac, the cache space is properly handled (by a package outside mine). Same with Debian on r-hub. I installed Fedora on a virtual machine, no