Skip to content

Commit

Permalink
Merge pull request #59 from NIEHS/mm-terraclimate-0325
Browse files Browse the repository at this point in the history
0.1.6
  • Loading branch information
mitchellmanware committed Apr 5, 2024
2 parents 42c0e02 + d5cf913 commit 06c59e1
Show file tree
Hide file tree
Showing 63 changed files with 3,311 additions and 1,006 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: amadeus
Title: AMADEUS: A Machine for Data, Environments, and User Setup for common environmental and climate health datasets
Version: 0.1.5
Version: 0.1.6
Authors@R: c(
person("Kyle", "Messier", , "kyle.messier@nih.gov", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9508-9623")),
person("Mitchell", "Manware", role = c("aut", "ctb"), comment = c(ORCID = "0009-0003-6440-6106")),
Expand Down
14 changes: 14 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,26 @@ export(calc_covariates)
export(calc_ecoregion)
export(calc_geos)
export(calc_gmted)
export(calc_gridmet)
export(calc_hms)
export(calc_koppen_geiger)
export(calc_merra2)
export(calc_message)
export(calc_modis_daily)
export(calc_modis_par)
export(calc_narr)
export(calc_nei)
export(calc_nlcd)
export(calc_prepare_locs)
export(calc_sedac_groads)
export(calc_sedac_population)
export(calc_sedc)
export(calc_setcolumns)
export(calc_temporal_dummies)
export(calc_terraclimate)
export(calc_time)
export(calc_tri)
export(calc_worker)
export(check_for_null_parameters)
export(check_mysf)
export(check_mysftime)
Expand All @@ -29,6 +36,7 @@ export(download_ecoregion_data)
export(download_epa_certificate)
export(download_geos_data)
export(download_gmted_data)
export(download_gridmet_data)
export(download_hms_data)
export(download_koppen_geiger_data)
export(download_merra2_data)
Expand All @@ -46,6 +54,7 @@ export(download_sedac_groads_data)
export(download_sedac_population_data)
export(download_setup_dir)
export(download_sink)
export(download_terraclimate_data)
export(download_tri_data)
export(download_unzip)
export(dt_as_mysftime)
Expand All @@ -64,6 +73,8 @@ export(process_flatten_sds)
export(process_geos)
export(process_gmted)
export(process_gmted_codes)
export(process_gridmet)
export(process_gridmet_codes)
export(process_hms)
export(process_koppen_geiger)
export(process_locs_radius)
Expand All @@ -80,7 +91,10 @@ export(process_nlcd)
export(process_sedac_codes)
export(process_sedac_groads)
export(process_sedac_population)
export(process_terraclimate)
export(process_terraclimate_codes)
export(process_tri)
export(process_variable_codes)
export(read_commands)
export(rename_time)
export(sf_as_mysftime)
Expand Down
Loading

0 comments on commit 06c59e1

Please sign in to comment.