Skip to content

Commit b59c0bf

Browse files
author
Adam H. Sparks
committed
Add link to repo in DESCRIPTION
1 parent e1ba872 commit b59c0bf

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

DESCRIPTION

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ Description: Provides functions that automate downloading and importing
1717
Climate Research Unit,
1818
<https://crudata.uea.ac.uk/cru/data/hrg/tmc/readme.txt>.
1919
License: MIT + file LICENSE
20-
URL: https://docs.ropensci.org/getCRUCLdata/
20+
URL: https://github.com/ropensci/getCRUCLdata,
21+
https://docs.ropensci.org/getCRUCLdata/
2122
BugReports: https://github.com/ropensci/getCRUCLdata/issues
2223
Depends:
2324
R (>= 4.0.0)
@@ -43,6 +44,8 @@ Suggests:
4344
VignetteBuilder:
4445
knitr
4546
ByteCompile: TRUE
47+
Config/roxyglobals/filename: globals.R
48+
Config/roxyglobals/unique: FALSE
4649
Config/testthat/edition: 3
4750
Config/testthat/parallel: true
4851
Encoding: UTF-8
@@ -55,5 +58,3 @@ X-schema.org-isPartOf: https://ropensci.org
5558
X-schema.org-keywords: anglia-cru, climate-data, cru-cl2, temperature,
5659
rainfall, elevation, data-access, wind, relative-humidity,
5760
solar-radiation, diurnal-temperature, frost
58-
Config/roxyglobals/filename: globals.R
59-
Config/roxyglobals/unique: FALSE

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"identifier": "getCRUCLdata",
55
"description": "Provides functions that automate downloading and importing University of East Anglia Climate Research Unit ('CRU') 'CL' v. 2.0 climatology data, facilitates the calculation of minimum temperature and maximum temperature and formats the data into a data frame or a list of 'terra' 'rast' objects for use. 'CRU' 'CL' v. 2.0 data are a gridded climatology of 1961-1990 monthly means released in 2002 and cover all land areas (excluding Antarctica) at 10 arc minutes (0.1666667 degree) resolution. For more information see the description of the data provided by the University of East Anglia Climate Research Unit, <https://crudata.uea.ac.uk/cru/data/hrg/tmc/readme.txt>.",
66
"name": "getCRUCLdata: 'CRU' 'CL' v. 2.0 Climatology Client",
7+
"relatedLink": "https://docs.ropensci.org/getCRUCLdata/",
78
"codeRepository": "https://github.com/ropensci/getCRUCLdata",
89
"issueTracker": "https://github.com/ropensci/getCRUCLdata/issues",
910
"license": "https://spdx.org/licenses/MIT",
@@ -243,7 +244,7 @@
243244
"applicationCategory": "Tools",
244245
"isPartOf": "https://ropensci.org",
245246
"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"],
246-
"fileSize": "909.701KB",
247+
"fileSize": "909.747KB",
247248
"citation": [
248249
{
249250
"@type": "ScholarlyArticle",
@@ -273,7 +274,6 @@
273274
}
274275
}
275276
],
276-
"relatedLink": "https://docs.ropensci.org/getCRUCLdata/",
277277
"releaseNotes": "https://github.com/ropensci/getCRUCLdata/blob/master/NEWS.md",
278278
"readme": "https://github.com/ropensci/getCRUCLdata/blob/main/README.md",
279279
"contIntegration": ["https://github.com/ropensci/getCRUCLdata/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/ropensci/getCRUCLdata"],

0 commit comments

Comments
 (0)