-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update climate_match.R #111
Merged
soriadelva
merged 34 commits into
main
from
110-rewrite-code-avoiding-using-sp-and-rworldmap
Apr 26, 2024
Merged
Changes from 29 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
11209ff
Update climate_match.R
soriadelva e1cad31
fix typo
soriadelva 6833628
Update climate_match.R
soriadelva 7cd33db
Remove package installation and loading
soriadelva b20800d
Indicated the required package before each command
soriadelva eca6799
Pimp maps and add required packages to commands
soriadelva 8605dfd
Pimp maps part 2
soriadelva ba4fc1b
Reduce s2_use_sf() warnings and fix bug
soriadelva bbfd698
add warning concerning all basis of record types
SanderDevisscher 8720c76
some small fixes
SanderDevisscher 0488567
Replace st_simplify by st_make_valid
soriadelva cc7dd06
Save spatial as an sf object
soriadelva e475083
Enhance readability of warning and code
soriadelva c7d9781
Remove unused packages from Imports, add used packages
soriadelva 174cc31
Update notation of climate match script
soriadelva 2cb8163
Add extra packages to Suggests
soriadelva 979920c
Make sure tidyselect version is >= 1.2.0
soriadelva 4828eab
Fix typo
soriadelva 219c9a2
Merge pull request #118 from trias-project/main
soriadelva aa381cd
Merge branch '110-rewrite-code-avoiding-using-sp-and-rworldmap' of ht…
soriadelva 3b8ab10
Convert SpatialPolygonsdataframes to a list of dataframes
soriadelva 1d1c8de
Changes made to comply with tidyselect version 1.2.0 or higher
soriadelva 1705745
Convert code to work with observed.rda and future.rda as list instead…
soriadelva 4fa8a91
Update the documentation of the future.Rda and observed.Rda objects
soriadelva 0d94c04
Change version number to 2.2.0 in description file
soriadelva beaabc5
Remove nonsensical Suggests from Description file
soriadelva fa58686
Update documentation files of future.Rda and observed.Rda
soriadelva b6433cc
Compress future.rda and observed.rda
soriadelva 47d8e83
Use correct dplyr syntax
soriadelva 7a16f5f
Add gratia (>= 0.9.0) to DESCRIPTION
soriadelva ef13f28
Update versions of some steps in GitHub actions
damianooldoni 118cf5b
Add Soria as author of the package
damianooldoni 5c17ed6
Use purrr::set_names
damianooldoni 476d0e1
Add dplyr::
damianooldoni 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: trias | ||
Title: Process Data for the Project Tracking Invasive Alien Species | ||
(TrIAS) | ||
Version: 2.1.0 | ||
Version: 2.2.0 | ||
Authors@R: c( | ||
person("Damiano", "Oldoni", email = "[email protected]", | ||
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3445-7562")), | ||
|
@@ -38,28 +38,23 @@ Imports: | |
ggplot2, | ||
gratia, | ||
leaflet, | ||
methods, | ||
mgcv, | ||
plotly, | ||
purrr, | ||
raster, | ||
readr, | ||
reshape2, | ||
rgbif (>= 3.0), | ||
rlang, | ||
rworldmap, | ||
scales, | ||
sp, | ||
sf, | ||
stringr, | ||
svDialogs, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. svDialogs not aligned |
||
tibble, | ||
tidyr, | ||
tidyselect, | ||
utils | ||
tidyselect (>= 1.2.0), | ||
utils, | ||
rnaturalearth | ||
Suggests: | ||
rgdal, | ||
rgeos, | ||
covr, | ||
knitr, | ||
testthat | ||
|
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.
Can you also bump the version number? I would say 2.2.0.
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.
Done, not sure if I used the right commit message though (I used '+semver:\s?(feature|minor)') and changed the version number in the description file.
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.
"Bump version"
as commit message was more than enough 😄