-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pak error - remote repos (datatools & rgpt3) (#21)
* remove remotes - rgpt3 * update README * cleanup news.md * add r-cmd badge to readme
- Loading branch information
1 parent
626ffca
commit e10f69c
Showing
5 changed files
with
79 additions
and
71 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
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 |
---|---|---|
@@ -1,67 +1,72 @@ | ||
# MapR | ||
# MapR 24.1.1 | ||
|
||
## 24.1.0 | ||
## New Features | ||
|
||
### New Features | ||
Automation of Online Package Documentation via Github Action | ||
|
||
# MapR 24.1.0 | ||
|
||
## New Features | ||
- user can fill out questionnaires and images are displayed depending on the answers | ||
|
||
## Version 23.12.1 | ||
# MapR 23.12.1 | ||
|
||
### New Features | ||
## New Features | ||
- _Import from Pandora_: | ||
- display of "About" information that is associated to a selected Pandora Repository | ||
|
||
## 23.11.0 | ||
# MapR 23.11.0 | ||
|
||
### New Features | ||
## New Features | ||
- option to add and format a plot title. | ||
|
||
## Version: 23.10.1 | ||
# MapR 23.10.1 | ||
|
||
## New Features | ||
- option to upload zip files via the import module from `DataTools`. Enables access to | ||
files from URL, Pandora Platform, local files, and online examples | ||
- Example data is taken from: | ||
|
||
### New Features | ||
- option to upload zip files via the import module from `DataTools`. Enables access to files from | ||
URL, Pandora Platform, local files, and online examples | ||
- Example data is taken from: | ||
```R | ||
#> Documentation for the Beyer2020 dataset | ||
#> | ||
#> Description: | ||
#> | ||
#> This dataset covers the last 120k years, at intervals of 1/2 k | ||
#> years, and a resolution of 0.5 degrees in latitude and longitude. | ||
#> | ||
#> Details: | ||
#> | ||
#> If you use this dataset, make sure to cite the original | ||
#> publication: | ||
#> | ||
#> Beyer, R.M., Krapp, M. & Manica, A. High-resolution terrestrial | ||
#> climate, bioclimate and vegetation for the last 120,000 years. Sci | ||
#> Data 7, 236 (2020). doi:doi.org/10.1038/s41597-020-0552-1 | ||
#> <https://doi.org/doi.org/10.1038/s41597-020-0552-1> | ||
#> | ||
#> The version included in 'pastclim' has the ice sheets masked, as | ||
#> well as internal seas (Black and Caspian Sea) removed. The latter | ||
#> are based on: | ||
#> | ||
#> <https://www.marineregions.org/gazetteer.php?p=details&id=4278> | ||
#> | ||
#> <https://www.marineregions.org/gazetteer.php?p=details&id=4282> | ||
#> | ||
#> As there is no reconstruction of their depth through time, modern | ||
#> outlines were used for all time steps. | ||
#> | ||
#> Also, for bio15, the coefficient of variation was computed after | ||
#> adding one to monthly estimates, and it was multiplied by 100 | ||
#> following <https://pubs.usgs.gov/ds/691/ds691.pdf> | ||
#> | ||
#> Changelog | ||
#> | ||
#> v1.1.0 Added monthly variables. Files can be downloaded from: | ||
#> <https://zenodo.org/deposit/7062281> | ||
#> | ||
#> v1.0.0 Remove ice sheets and internal seas, and use correct | ||
#> formula for bio15. Files can be downloaded from: | ||
#> doi:doi.org/10.6084/m9.figshare.19723405.v1 | ||
#> <https://doi.org/doi.org/10.6084/m9.figshare.19723405.v1> | ||
``` | ||
``` | ||
#> Documentation for the Beyer2020 dataset | ||
#> | ||
#> Description: | ||
#> | ||
#> This dataset covers the last 120k years, at intervals of 1/2 k | ||
#> years, and a resolution of 0.5 degrees in latitude and longitude. | ||
#> | ||
#> Details: | ||
#> | ||
#> If you use this dataset, make sure to cite the original | ||
#> publication: | ||
#> | ||
#> Beyer, R.M., Krapp, M. & Manica, A. High-resolution terrestrial | ||
#> climate, bioclimate and vegetation for the last 120,000 years. Sci | ||
#> Data 7, 236 (2020). doi:doi.org/10.1038/s41597-020-0552-1 | ||
#> <https://doi.org/doi.org/10.1038/s41597-020-0552-1> | ||
#> | ||
#> The version included in 'pastclim' has the ice sheets masked, as | ||
#> well as internal seas (Black and Caspian Sea) removed. The latter | ||
#> are based on: | ||
#> | ||
#> <https://www.marineregions.org/gazetteer.php?p=details&id=4278> | ||
#> | ||
#> <https://www.marineregions.org/gazetteer.php?p=details&id=4282> | ||
#> | ||
#> As there is no reconstruction of their depth through time, modern | ||
#> outlines were used for all time steps. | ||
#> | ||
#> Also, for bio15, the coefficient of variation was computed after | ||
#> adding one to monthly estimates, and it was multiplied by 100 | ||
#> following <https://pubs.usgs.gov/ds/691/ds691.pdf> | ||
#> | ||
#> Changelog | ||
#> | ||
#> v1.1.0 Added monthly variables. Files can be downloaded from: | ||
#> <https://zenodo.org/deposit/7062281> | ||
#> | ||
#> v1.0.0 Remove ice sheets and internal seas, and use correct | ||
#> formula for bio15. Files can be downloaded from: | ||
#> doi:doi.org/10.6084/m9.figshare.19723405.v1 | ||
#> <https://doi.org/doi.org/10.6084/m9.figshare.19723405.v1> | ||
``` |
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
url: https://pandora-isomemo.github.io/MapR/ | ||
|
||
template: | ||
bootstrap: 5 | ||
|