Skip to content

Commit 5a5d221

Browse files
committed
lint README and remove revdepcheck infrastructure
1 parent 2c70dc9 commit 5a5d221

File tree

9 files changed

+22
-86
lines changed

9 files changed

+22
-86
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
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
32

43
<!-- badges: start -->
4+
55
[![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)
66
[![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/)
77
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.466812.svg)](https://doi.org/10.5281/zenodo.466812)
88
[![JOSS status](http://joss.theoj.org/papers/10.21105/joss.00230/status.svg)](https://joss.theoj.org/papers/10.21105/joss.00230)
99
[![](https://badges.ropensci.org/96_status.svg)](https://github.com/ropensci/software-review/issues/96)
1010
[![codecov](https://codecov.io/gh/ropensci/getCRUCLdata/graph/badge.svg?token=OZjFYcNGbS)](https://codecov.io/gh/ropensci/getCRUCLdata)
11+
1112
<!-- badges: end -->
1213

1314
## Introduction to {getCRUCLdata}
@@ -31,26 +32,26 @@ Note that the original wind data include land area for parts of Antarctica.
3132
{getCRUCLdata} is not available from CRAN.
3233
You can install it from GitHub as follows.
3334

34-
``` r
35+
```r
3536
if (!require("remotes")) {
3637
install.packages("remotes")
3738
}
3839

3940
install_github("ropensci/getCRUCLdata", build_vignettes = TRUE)
4041
```
4142

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).
4344

44-
``` r
45-
# Enable the rOpenSci universe
45+
```r
46+
# Enable the rOpenSci R-universe
4647
options(repos = c(
4748
rOpenSci = "https://ropensci.r-universe.dev",
48-
CRAN = "https://cloud.r-project.org""))
49+
CRAN = "https://cloud.r-project.org"))
4950
# Install the package
5051
install.packages("getCRUCLdata")
5152
```
5253

53-
-----
54+
---
5455

5556
# Documentation
5657

@@ -62,15 +63,15 @@ For complete documentation see the package website: <https://docs.ropensci.org/g
6263

6364
> Mark New (1,\*), David Lister (2), Mike Hulme (3), Ian Makin (4)
6465
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
6667
> Climate Research, 2000, Vol 21, pg 1-25
6768
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
7172
> 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,
7475
> Sri Lanka
7576
7677
> **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
9394
9495
## Contributors
9596

96-
9797
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
9898
<!-- prettier-ignore-start -->
9999
<!-- markdownlint-disable -->
@@ -167,12 +167,12 @@ All contributions to this project are gratefully acknowledged using the [`allcon
167167

168168
## Other
169169

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).
172172

173-
- License: MIT
173+
- License: MIT
174174

175-
- Get citation information for _getCRUCLdata_ in R typing `citation(package = "getCRUCLdata")`
175+
- Get citation information for _getCRUCLdata_ in R typing `citation(package = "getCRUCLdata")`
176176

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.

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254
"applicationCategory": "Tools",
255255
"isPartOf": "https://ropensci.org",
256256
"keywords": ["anglia-cru", "climate-data", "cru-cl2", "temperature", "rainfall", "elevation", "data-access", "wind", "relative-humidity", "solar-radiation", "diurnal-temperature", "frost", "cru", "r", "rstats", "r-package", "peer-reviewed"],
257-
"fileSize": "918.176KB",
257+
"fileSize": "918.149KB",
258258
"citation": [
259259
{
260260
"@type": "ScholarlyArticle",

revdep/README.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

revdep/check.R

Lines changed: 0 additions & 5 deletions
This file was deleted.

revdep/checks.rds

-748 Bytes
Binary file not shown.

revdep/cran.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

revdep/failures.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

revdep/problems.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

revdep/timing.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)