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
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 <-
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
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.