NIEHS / amadeus

https://niehs.github.io/amadeus/
Other
7 stars 1 forks source link

0.3.0 #105

Closed mitchellmanware closed 4 months ago

mitchellmanware commented 4 months ago
  1. process_*(extent = )
    • Allows spatial subsetting at the processing step
  2. calc_*(geom = )
    • Returns calculated covariates as a SpatVector object
  3. download_*() references
  4. download_narr() consolidation
  5. download_narr() URL bug (https://github.com/NIEHS/amadeus/issues/103)
  6. download_narr() soil variables
  7. download_*() parameter consolidation
    • 'year_start =, year_end = ->year = c()`
    • date_start =, date_end = -> date = c()
  8. @examples for all core user functions
  9. Updated process_hms and calc_hms functions (https://github.com/NIEHS/amadeus/pull/105/commits/861d3dc1e2d2c7f93752a1d0b2369e615cd118d5_

@sigmafelix @kyle-messier Stable release with updated references and examples. I think the new process_hms function @sigmafelix has created is the last functionality before Version 1.0.0

I will create a new branch for vignette updates, and then another for CRAN submission debugging (mostly focusing on Windows OS)

mitchellmanware commented 4 months ago

The failing test runs fine locally, so i am not sure why the file paths are not being recognized in GH action. Same file paths are used in other tests.

I will explore further on Monday.

mitchellmanware commented 4 months ago

I tried to create a corrupt/incomplete file check for the download functions, but it increased runtime substantially (did not finish within 1 hour of running). This will have to be included in a future version.