-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into generalized_agg_funs
- Loading branch information
Showing
28 changed files
with
2,851 additions
and
1,915 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
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,10 +1,10 @@ | ||
Package: rSWSF | ||
Title: SOILWAT Simulation Framework | ||
Version: 1.6.3 | ||
Date: 2016-09-28 | ||
Version: 1.8.2 | ||
Date: 2016-10-09 | ||
Authors@R: c(person("Daniel", "Schlaepfer", email = "[email protected]", role = c("aut", "cre")), | ||
person("Caitlin", "Andrews", role = "ctb", email = "[email protected]"), | ||
person("Ryan", "Murphy", role = "ctb", email = "[email protected]")) | ||
person("Caitlin", "Andrews", role = "ctb", | ||
person("Ryan", "Murphy", role = "ctb") | ||
Description: An R wrapper for simulation experiments with SOILWAT | ||
Depends: | ||
R (>= 3.1.0) | ||
|
@@ -13,6 +13,7 @@ Imports: | |
RSQLite (>= 1.0.0), | ||
DBI (>= 0.4.1), | ||
circular (>= 0.4.7), | ||
Rcpp (>= 0.12.7), | ||
SPEI (>= 1.6), | ||
testthat | ||
Suggests: | ||
|
@@ -34,6 +35,7 @@ Suggests: | |
Hmisc (>= 3.17.4), | ||
qmap (>= 1.0.4), | ||
DaymetR (>= 0.1) | ||
LinkingTo: Rcpp | ||
LazyData: true | ||
ByteCompile: true | ||
License: GPL (>= 3) | ||
|
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,2 +1,5 @@ | ||
useDynLib(rSWSF) | ||
importFrom(Rcpp, sourceCpp) | ||
|
||
# Generated by roxygen2: do not edit by hand | ||
|
Oops, something went wrong.