-
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
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
c4b0e9e
unused import
infotroph 333cc86
fix email format
infotroph b793fcc
roxygen fixes
infotroph 0da3ff3
fix long-lived typo
infotroph b0dd54b
roxygen fixes
infotroph ba17eae
man page not rendered before
infotroph 4640bf9
Merge branch 'develop' into check-on-newer-R
infotroph 882d431
Merge branch 'develop' into check-on-newer-R
infotroph 1162e11
ignore contrib folder at package build time
infotroph 806572e
delete unused shapefiles
infotroph dc55887
Merge branch 'develop' into check-on-newer-R
infotroph aa33ec8
unused import
infotroph 8208770
depends
infotroph e41a4b3
install newer dbplyr
infotroph 05db9b7
Merge branch 'develop' into check-on-newer-R
infotroph 062eb2f
Merge branch 'develop' into check-on-newer-R
infotroph 3dfd6fc
Merge branch 'develop' into check-on-newer-R
infotroph 8129f42
Merge branch 'develop' into check-on-newer-R
infotroph aa8f4bb
run generate_dependencies.R
infotroph 2783f0a
new dbplyr needs new dplyr
infotroph 417a9aa
Merge branch 'develop' into check-on-newer-R
infotroph 599dd64
Merge branch 'develop' into check-on-newer-R
infotroph ecf9f44
generate dependencies
infotroph 25d9e24
Merge branch 'develop' into check-on-newer-R
mdietze d94cb9e
Merge branch 'develop' into check-on-newer-R
infotroph 4c8bec7
Merge branch 'develop' into check-on-newer-R
mdietze c5cf812
add missing met2cf params
infotroph 5647ae8
Merge branch 'develop' into check-on-newer-R
infotroph ec8f49b
Merge branch 'develop' into check-on-newer-R
infotroph 2a33763
Merge branch 'develop' into check-on-newer-R
dlebauer cb37748
move ecoregion JSONs, compress BADM data
infotroph a9820f1
typos
infotroph d2ed510
move FIA_allometry folder into contrib/
infotroph 2111b1e
document and lazy-load BADM and soil_class
infotroph c16d555
resaving data -> new serialization format
infotroph d6931de
avoid spurious check failures from timestamps
infotroph 1cb41c8
remove timestamp for real
infotroph e9eea4a
quit early if no notes
infotroph 2985b0d
strip trailing whitespace too, move to own function
infotroph b25b6eb
stringr not used
infotroph 5defc42
testthat dislikes expectations outside test_that
infotroph e364155
priors does not use utils
infotroph f51ce80
RTM: pass PACKAGE argument to .Fortran
infotroph 29b7108
Merge branch 'develop' into check-on-newer-R
infotroph File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
|
@@ -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.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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...!