1
- getCRUCLdata: Use and Explore CRU CL v. 2.0 Climatology Elements in R
2
- ================
1
+ # getCRUCLdata: Use and Explore CRU CL v. 2.0 Climatology Elements in R
3
2
4
3
<!-- badges: start -->
4
+
5
5
[ ![ R-CMD-check] ( https://github.com/ropensci/getCRUCLdata/actions/workflows/R-CMD-check.yaml/badge.svg )] ( https://github.com/ropensci/getCRUCLdata/actions/workflows/R-CMD-check.yaml )
6
6
[ ![ Project Status: Active – The project has reached a stable, usable state and is being actively developed.] ( https://www.repostatus.org/badges/latest/active.svg )] ( https://www.repostatus.org/ )
7
7
[ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.466812.svg )] ( https://doi.org/10.5281/zenodo.466812 )
8
8
[ ![ JOSS status] ( http://joss.theoj.org/papers/10.21105/joss.00230/status.svg )] ( https://joss.theoj.org/papers/10.21105/joss.00230 )
9
9
[ ![ ] ( https://badges.ropensci.org/96_status.svg )] ( https://github.com/ropensci/software-review/issues/96 )
10
10
[ ![ codecov] ( https://codecov.io/gh/ropensci/getCRUCLdata/graph/badge.svg?token=OZjFYcNGbS )] ( https://codecov.io/gh/ropensci/getCRUCLdata )
11
+
11
12
<!-- badges: end -->
12
13
13
14
## Introduction to {getCRUCLdata}
@@ -31,26 +32,26 @@ Note that the original wind data include land area for parts of Antarctica.
31
32
{getCRUCLdata} is not available from CRAN.
32
33
You can install it from GitHub as follows.
33
34
34
- ``` r
35
+ ``` r
35
36
if (! require(" remotes" )) {
36
37
install.packages(" remotes" )
37
38
}
38
39
39
40
install_github(" ropensci/getCRUCLdata" , build_vignettes = TRUE )
40
41
```
41
42
42
- Or you can install it from the rOpenSci Universe .
43
+ Or you can install it from the rOpenSci [ R-universe ] ( https://r-universe.dev/search?q=getCRUCLdata ) .
43
44
44
- ``` r
45
- # Enable the rOpenSci universe
45
+ ``` r
46
+ # Enable the rOpenSci R- universe
46
47
options(repos = c(
47
48
rOpenSci = " https://ropensci.r-universe.dev" ,
48
- CRAN = " https://cloud.r-project.org" " ))
49
+ CRAN = " https://cloud.r-project.org" ))
49
50
# Install the package
50
51
install.packages(" getCRUCLdata" )
51
52
```
52
53
53
- -----
54
+ ---
54
55
55
56
# Documentation
56
57
@@ -62,15 +63,15 @@ For complete documentation see the package website: <https://docs.ropensci.org/g
62
63
63
64
> Mark New (1,\* ), David Lister (2), Mike Hulme (3), Ian Makin (4)
64
65
65
- > A high-resolution data set of surface climate over global land areas
66
+ > A high-resolution data set of surface climate over global land areas
66
67
> Climate Research, 2000, Vol 21, pg 1-25
67
68
68
- > 1) School of Geography and the Environment, University of Oxford,
69
- > Mansfield Road, Oxford OX1 3TB, United Kingdom
70
- > 2) Climatic Research Unit, and (3) Tyndall Centre for Climate Change
69
+ > 1 . School of Geography and the Environment, University of Oxford,
70
+ > Mansfield Road, Oxford OX1 3TB, United Kingdom
71
+ > 2 . Climatic Research Unit, and (3) Tyndall Centre for Climate Change
71
72
> Research, both at School of Environmental Sciences, University of
72
- > East Anglia, Norwich NR4 7TJ, United Kingdom
73
- > 3) International Water Management Institute, PO Box 2075, Colombo,
73
+ > East Anglia, Norwich NR4 7TJ, United Kingdom
74
+ > 3 . International Water Management Institute, PO Box 2075, Colombo,
74
75
> Sri Lanka
75
76
76
77
> ** ABSTRACT:** We describe the construction of a 10-minute
@@ -93,7 +94,6 @@ For complete documentation see the package website: <https://docs.ropensci.org/g
93
94
94
95
## Contributors
95
96
96
-
97
97
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
98
98
<!-- prettier-ignore-start -->
99
99
<!-- markdownlint-disable -->
@@ -167,12 +167,12 @@ All contributions to this project are gratefully acknowledged using the [`allcon
167
167
168
168
## Other
169
169
170
- - Please [report any issues or
171
- bugs](https://github.com/ropensci/getCRUCLdata/issues).
170
+ - Please [ report any issues or
171
+ bugs] ( https://github.com/ropensci/getCRUCLdata/issues ) .
172
172
173
- - License: MIT
173
+ - License: MIT
174
174
175
- - Get citation information for _getCRUCLdata_ in R typing `citation(package = " getCRUCLdata " )`
175
+ - Get citation information for _ getCRUCLdata_ in R typing ` citation(package = "getCRUCLdata") `
176
176
177
- - Please note that this package is released with a [Contributor Code of Conduct](https://ropensci.org/code-of-conduct/).
178
- By contributing to this project, you agree to abide by its terms.
177
+ - Please note that this package is released with a [ Contributor Code of Conduct] ( https://ropensci.org/code-of-conduct/ ) .
178
+ By contributing to this project, you agree to abide by its terms.
0 commit comments