Skip to content

Commit

Permalink
Merge pull request #32 from Spatiotemporal-Exposures-and-Toxicology/d…
Browse files Browse the repository at this point in the history
…elete_stdt_functions

#31 remove stdt functions and unit tests
  • Loading branch information
eva0marques authored Mar 8, 2024
2 parents 8364983 + 04be4c9 commit 667e3a2
Show file tree
Hide file tree
Showing 16 changed files with 91 additions and 987 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 Mechanism/Machine for Data, Environments, and User Setup
Version: 0.1.2
Version: 0.1.3
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
13 changes: 0 additions & 13 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@ export(check_mysf)
export(check_mysftime)
export(check_url_status)
export(check_urls)
export(convert_stdt)
export(convert_stdt_sftime)
export(convert_stdt_spatrastdataset)
export(convert_stdt_spatvect)
export(convert_stobj_to_stdt)
export(download_aqs_data)
export(download_data)
export(download_ecoregion_data)
Expand Down Expand Up @@ -57,7 +52,6 @@ export(extract_urls)
export(generate_date_sequence)
export(generate_time_sequence)
export(is_date_proper)
export(is_stdt)
export(process_aqs)
export(process_bluemarble)
export(process_bluemarble_corners)
Expand Down Expand Up @@ -103,8 +97,6 @@ import(stars)
importFrom(data.table,.SD)
importFrom(data.table,as.data.table)
importFrom(data.table,fread)
importFrom(data.table,melt)
importFrom(data.table,merge.data.table)
importFrom(data.table,month)
importFrom(data.table,rbindlist)
importFrom(data.table,year)
Expand Down Expand Up @@ -132,16 +124,12 @@ importFrom(parallelly,availableWorkers)
importFrom(rlang,inject)
importFrom(rlang,sym)
importFrom(sf,st_as_sf)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_transform)
importFrom(sf,st_union)
importFrom(stars,read_stars)
importFrom(stars,st_warp)
importFrom(stats,aggregate)
importFrom(stats,reshape)
importFrom(stats,setNames)
importFrom(stringi,stri_pad)
importFrom(terra,aggregate)
Expand All @@ -168,7 +156,6 @@ importFrom(terra,perim)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,same.crs)
importFrom(terra,sds)
importFrom(terra,snap)
importFrom(terra,subset)
importFrom(terra,tapp)
Expand Down
Loading

0 comments on commit 667e3a2

Please sign in to comment.