Skip to content

Commit

Permalink
Add link to repo in DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Dec 15, 2024
1 parent e1ba872 commit b59c0bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Description: Provides functions that automate downloading and importing
Climate Research Unit,
<https://crudata.uea.ac.uk/cru/data/hrg/tmc/readme.txt>.
License: MIT + file LICENSE
URL: https://docs.ropensci.org/getCRUCLdata/
URL: https://github.com/ropensci/getCRUCLdata,
https://docs.ropensci.org/getCRUCLdata/
BugReports: https://github.com/ropensci/getCRUCLdata/issues
Depends:
R (>= 4.0.0)
Expand All @@ -43,6 +44,8 @@ Suggests:
VignetteBuilder:
knitr
ByteCompile: TRUE
Config/roxyglobals/filename: globals.R
Config/roxyglobals/unique: FALSE
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Expand All @@ -55,5 +58,3 @@ X-schema.org-isPartOf: https://ropensci.org
X-schema.org-keywords: anglia-cru, climate-data, cru-cl2, temperature,
rainfall, elevation, data-access, wind, relative-humidity,
solar-radiation, diurnal-temperature, frost
Config/roxyglobals/filename: globals.R
Config/roxyglobals/unique: FALSE
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"identifier": "getCRUCLdata",
"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>.",
"name": "getCRUCLdata: 'CRU' 'CL' v. 2.0 Climatology Client",
"relatedLink": "https://docs.ropensci.org/getCRUCLdata/",
"codeRepository": "https://github.com/ropensci/getCRUCLdata",
"issueTracker": "https://github.com/ropensci/getCRUCLdata/issues",
"license": "https://spdx.org/licenses/MIT",
Expand Down Expand Up @@ -243,7 +244,7 @@
"applicationCategory": "Tools",
"isPartOf": "https://ropensci.org",
"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"],
"fileSize": "909.701KB",
"fileSize": "909.747KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down Expand Up @@ -273,7 +274,6 @@
}
}
],
"relatedLink": "https://docs.ropensci.org/getCRUCLdata/",
"releaseNotes": "https://github.com/ropensci/getCRUCLdata/blob/master/NEWS.md",
"readme": "https://github.com/ropensci/getCRUCLdata/blob/main/README.md",
"contIntegration": ["https://github.com/ropensci/getCRUCLdata/actions/workflows/R-CMD-check.yaml", "https://app.codecov.io/gh/ropensci/getCRUCLdata"],
Expand Down

0 comments on commit b59c0bf

Please sign in to comment.