reproducible icon indicating copy to clipboard operation
reproducible copied to clipboard

A set of tools for R that enhance reproducibility beyond package management

Results 13 reproducible issues
Sort by recently updated
recently updated
newest added

https://github.com/r-lib/crayon/commit/9b7f87e4ded2a6e1a76e682e44940bac233b5be4 > The crayon package is now superseded. Please use the 'cli' package for new projects. > crayon is still supported and will receive important bug fixes, but no new...

I keep seeing inconsistencies in Cache behaviour, typically needing to invoke both `clearCache()` and `cc(Inf)` in order to fully remove all cache entries and files: ```r > reproducible::CacheStorageDir() [1] "cache/cacheOutputs"...

`SpaDES.core` currently has: ```r extractFromCache

this is useful for e.g., debugging cache problems, where we can check for cache etries or objects created with 'outdated' versions, and possibly provide better error messages to the user...

I've noticed that my crop/mask/projection operations do not seem to be cached when running a `prepInputs` call: reprex: ``` Require::Require("PredictiveEcology/reproducible") options(reproducible.destinationPath = "~/reproducible_test/data", reproducible.cachePath = "~/reproducible_test/cache") shpUrl

Empty lists nested in another list are being retrieved as a SpatVector after caching: ``` Browse[2]> speciesGAMMs speciesGAMMs$Abie_Bal $speciesGamm named list() $originalData Empty data.table (0 rows and 7 cols): speciesTemp,MeasureYear,OrigPlotID1,PlotSize,standAge,biomass......

attempting to run the module with latest SpaDES.core and reproducible. reprex to follow. @CeresBarros have you noticed issues caching/saving this module? ```r Sep28 10:39:55 Biomass_speciesData total elpsd: 2.4 mins |...

`projectTo()` help file says argument `projectTo` should be created using `sf_crs()` but this fails because `terra` is expecting a character. Using a character fails because it looks like `projectTo()` passes...

This is my first time using reproducible and I am wondering why it took so long! I noticed that the message "No cachePath supplied and getOption('reproducible.cachePath') is inside a temporary...

See for an action we can use to auto-style package code and commit the changes. I think it's worth implementing across our packages to 1) help my brain read/understand code...