generated from geco-bern/R_proj_template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from geco-bern/streamline-parallel-code
Update grsofun_tidy() for map2tidy v2.0
- Loading branch information
Showing
11 changed files
with
411 additions
and
183 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 |
---|---|---|
@@ -1,34 +1,43 @@ | ||
Package: grsofun | ||
Title: Global rsofun | ||
Version: 0.1 | ||
Authors@R: | ||
Version: 0.2 | ||
Authors@R:c( | ||
person( | ||
given = "Benjamin", | ||
family = "Stocker", | ||
email = "[email protected]", | ||
role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0003-2697-9096") | ||
comment = c(ORCID = "0000-0003-2697-9096")), | ||
person( | ||
given = "Fabian", | ||
family = "Bernhard", | ||
email = "[email protected]", | ||
role = c("aut"), | ||
comment = c(ORCID = "0000-0003-0338-0961")) | ||
) | ||
Description: A wrapper for global rsofun runs | ||
Description: A wrapper for global rsofun runs. | ||
License: AGPL-3 | ||
Encoding: UTF-8 | ||
Imports: | ||
zoo, | ||
dplyr, | ||
readr, | ||
tidyr, | ||
magrittr, | ||
lubridate, | ||
purrr, | ||
multidplyr, | ||
parallel, | ||
map2tidy, | ||
map2tidy (>= 2.1.0), | ||
rsofun, | ||
rgeco | ||
Suggests: | ||
here, | ||
cowplot, | ||
rnaturalearth, | ||
ggplot2, | ||
Remotes: | ||
geco-bern/map2tidy, | ||
geco-bern/rgeco, | ||
geco-bern/rsofun, | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.1 |
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.