-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Misc fixes found when running package checks on newer releases of R #3237
Changes from 21 commits
c4b0e9e
333cc86
b793fcc
0da3ff3
b0dd54b
ba17eae
4640bf9
882d431
1162e11
806572e
dc55887
aa33ec8
8208770
e41a4b3
05db9b7
062eb2f
3dfd6fc
8129f42
aa8f4bb
2783f0a
417a9aa
599dd64
ecf9f44
25d9e24
d94cb9e
4c8bec7
c5cf812
5647ae8
ec8f49b
2a33763
cb37748
a9820f1
d2ed510
2111b1e
c16d555
d6931de
1cb41c8
e9eea4a
2985b0d
b25b6eb
5defc42
e364155
f51ce80
29b7108
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ Authors@R: c(person("David", "LeBauer", role = c("aut", "cre"), | |
person("Chris", "Black", role = c("aut"), | ||
email = "[email protected]"), | ||
person("Liam", "Burke", role = c("aut"), | ||
email = "[email protected]>"), | ||
email = "[email protected]"), | ||
person("Ryan", "Kelly", role = c("aut"), | ||
email = "[email protected]"), | ||
person("Dan", "Wang", role = c("aut")), | ||
|
@@ -43,8 +43,8 @@ Description: The Predictive Ecosystem Carbon Analyzer (PEcAn) is a scientific | |
Imports: | ||
curl, | ||
DBI, | ||
dbplyr, | ||
dplyr, | ||
dbplyr (>= 2.4.0), | ||
dplyr (>= 1.1.2), | ||
fs, | ||
glue, | ||
lubridate, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,6 @@ Authors@R: c(person("Henri", "Kajasilta", role = c("aut", "cre"), | |
email = "[email protected]")) | ||
Description: This module provides functions to link the (LDNDC) to PEcAn. | ||
Imports: | ||
PEcAn.DB, | ||
PEcAn.logger, | ||
PEcAn.utils (>= 1.4.8), | ||
dplyr, | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
surprised this was not found earlier.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Me too! It looks like the typo ought to make this function return all samples instead of just the last ones, which seems like it ought to be pretty obvious. And yet...!