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] no visible binding for global variable ‘degree_C’ - CRAN check note

2022-12-11 Thread Alexandre Courtiol
set_units(T, "degree_C") ## using quotes will prevent the R CMD check note and will still work in this case. On Sun, 11 Dec 2022 at 05:13, EcoC2S - Irucka Embry wrote: > In my iemisc package, I am using the units package. > > This is an example of how I am using the set_units function: > > T <-

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 higher