-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #145 from NIEHS/isong-1.2.0
1.2.0
- Loading branch information
Showing
13 changed files
with
231 additions
and
335 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: amadeus | ||
Title: Accessing and Analyzing Large-Scale Environmental Data | ||
Version: 1.1.7 | ||
Version: 1.2.0 | ||
Authors@R: c( | ||
person(given = "Mitchell", family = "Manware", role = c("aut", "ctb"), comment = c(ORCID = "0009-0003-6440-6106")), | ||
person(given = "Insang", family = "Song", role = c("aut", "ctb"), comment = c(ORCID = "0000-0001-8732-3256")), | ||
|
@@ -13,7 +13,7 @@ Authors@R: c( | |
Maintainer: Kyle Messier <[email protected]> | ||
Description: Functions are designed to facilitate access to and utility with large scale, publicly available environmental data in R. The package contains functions for downloading raw data files from web URLs (download_data()), processing the raw data files into clean spatial objects (process_covariates()), and extracting values from the spatial data objects at point and polygon locations (calculate_covariates()). These functions call a series of source-specific functions which are tailored to each data sources/datasets particular URL structure, data format, and spatial/temporal resolution. The functions are tested, versioned, and open source and open access. For sum_edc() method details, see Messier, Akita, and Serre (2012) <doi:10.1021/es203152a>. | ||
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, nhdplusTools, archive, collapse, Rdpack | ||
Imports: dplyr, sf, sftime, stats, terra, methods, data.table, httr, rvest, exactextractr, utils, stringi, testthat (>= 3.0.0), parallelly, stars, tidyr, rlang, nhdplusTools, archive, collapse, Rdpack | ||
Suggests: | ||
covr, | ||
withr, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# 1.2 | ||
- `future` and `future.apply` dependencies were removed | ||
- `nthreads` argument is removed from `calculate_modis_par()` and `calculate_nlcd()` | ||
- `calculate_modis_par()` is renamed to `calculate_modis()` | ||
|
||
# 1.1 | ||
- `calc_*()` functions are renamed to `calculate_*()` per naming convention of other function family in the package | ||
|
||
# 1.0 | ||
- First CRAN release (v.1.0.0) |
Oops, something went wrong.