-
Notifications
You must be signed in to change notification settings - Fork 0
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 #15 from DrylandEcology/release/devel_v0.2.2
Release of v0.2.2 * `fetch_soils_from_NRCS_SDA()` gains the ability to inject queries with multi-variable parameters (@dschlaep). It gains two new arguments (with backwards compatible default values): * `"bind_params"` that replaces the deprecated argument `"mukeys_unique"` * `"injection_format"` that identifies the format string used to bind/inject values in parametrized queries * `fetch_soils_from_NRCS_SDA()` now builds `SQL` queries consistently with single quotes (@dschlaep).
- Loading branch information
Showing
22 changed files
with
373 additions
and
107 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 |
---|---|---|
|
@@ -14,3 +14,4 @@ | |
^\.Rproj\.user$ | ||
^cran-comments\.md$ | ||
^NEWS\.md$ | ||
^tests/test_data/NED1 |
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 |
---|---|---|
|
@@ -48,3 +48,6 @@ doc | |
# Locally knitted vignettes | ||
vignettes/*.pdf | ||
vignettes/*.html | ||
|
||
# Local test data objects | ||
tests/test_data/NED1 |
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
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
Oops, something went wrong.