-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 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 |
---|---|---|
|
@@ -5,11 +5,10 @@ Authors@R: c( person("Cove", "Sturtevant", email = "[email protected]", role | |
person("Stefan", "Metzger", email = "[email protected]", role = c("aut")), | ||
person("Natchaya", "Pingintha-Durden", email = "[email protected]", role = c("aut")) | ||
) | ||
Description: Eddy-covariance calculation for R: Quality assurance and quality. | ||
Description: Eddy-covariance calculation for R: Quality assurance and quality. Currently removed from Imports because devtools::install_github() ignores and attempts to re-install previously installed packages, but without passing GITHUB_PAT (starting 2016-06-26, only affets packages hosted on private Github repos with access token, such as NEONInc/NEON-FIU-algorithm): eddy4R.base (>= 0.1.0). | ||
Depends: | ||
R (>= 3.3.2) | ||
Imports: | ||
eddy4R.base (>= 0.1.0), | ||
ggplot2 (>= 2.2.1), | ||
grid(>= 3.3.2), | ||
gridExtra (>= 2.2.1), | ||
|