Skip to content

Commit

Permalink
Merge pull request #105 from NIEHS/mm-manuscript-0627
Browse files Browse the repository at this point in the history
0.3.0
  • Loading branch information
mitchellmanware committed Jul 23, 2024
2 parents 7288a9e + 5524e1f commit d02af02
Show file tree
Hide file tree
Showing 108 changed files with 7,015 additions and 2,081 deletions.
9 changes: 5 additions & 4 deletions 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.2.0
Version: 0.3.0
Authors@R: c(
person("Mitchell", "Manware", role = c("aut", "ctb"), comment = c(ORCID = "0009-0003-6440-6106")),
person("Insang", "Song", role = c("aut", "ctb"), comment = c(ORCID = "0000-0001-8732-3256")),
Expand All @@ -10,14 +10,15 @@ Authors@R: c(
)
Description: A Mechanism/Machine for Data, Environments, and User Setup package for health and climate research. It is fully tested, versioned, and open source and open access.
Depends: R (>= 4.1.0)
Imports: dplyr, sf, sftime, stats, terra, methods, data.table, httr, rvest, exactextractr, utils, stringi, testthat (>= 3.0.0), parallelly, stars, future, future.apply, tidyr, rlang, rstac, nhdplusTools, archive, collapse, devtools
Imports: dplyr, sf, sftime, stats, terra, methods, data.table, httr, rvest, exactextractr, utils, stringi, testthat (>= 3.0.0), parallelly, stars, future, future.apply, tidyr, rlang, rstac, nhdplusTools, archive, collapse, Rdpack
Suggests: covr, withr, knitr, rmarkdown, lwgeom, FNN, doRNG
RdMacros: Rdpack
Encoding: UTF-8
VignetteBuilder: knitr, rmarkdown
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Config/Needs/website: tidyverse/tidytemplate
Config/testhat/edition: 3
License: MIT + file LICENSE
URL: https://github.com/NIEHS/amadeus,
https://niehs.github.io/amadeus/
BugReports: https://github.com/NIEHS/amadeus/issues
12 changes: 8 additions & 4 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export(calc_narr)
export(calc_nei)
export(calc_nlcd)
export(calc_prepare_locs)
export(calc_return_locs)
export(calc_sedac_groads)
export(calc_sedac_population)
export(calc_sedc)
Expand Down Expand Up @@ -45,8 +46,7 @@ export(download_huc)
export(download_koppen_geiger)
export(download_merra2)
export(download_modis)
export(download_narr_monolevel)
export(download_narr_p_levels)
export(download_narr)
export(download_nei)
export(download_nlcd)
export(download_olm)
Expand All @@ -69,9 +69,10 @@ export(generate_date_sequence)
export(generate_time_sequence)
export(is_date_proper)
export(list_stac_files)
export(narr_variable)
export(process_aqs)
export(process_bluemarble)
export(process_bluemarble_corners)
export(process_blackmarble)
export(process_blackmarble_corners)
export(process_collection)
export(process_conformity)
export(process_covariates)
Expand Down Expand Up @@ -122,6 +123,7 @@ import(rvest)
import(sf)
import(sftime)
import(stars)
importFrom(Rdpack,reprompt)
importFrom(archive,archive_extract)
importFrom(collapse,rowbind)
importFrom(data.table,.SD)
Expand Down Expand Up @@ -165,6 +167,7 @@ importFrom(rstac,read_items)
importFrom(rstac,read_stac)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
Expand Down Expand Up @@ -212,6 +215,7 @@ importFrom(terra,vect)
importFrom(terra,vector_layers)
importFrom(testthat,expect_true)
importFrom(tidyr,pivot_wider)
importFrom(tools,file_path_sans_ext)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,read.csv)
Expand Down
Loading

0 comments on commit d02af02

Please sign in to comment.