Skip to content

Commit

Permalink
Polish NEWS and update to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Dec 15, 2024
1 parent 59272f0 commit eac9a00
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: getCRUCLdata
Title: 'CRU' 'CL' v. 2.0 Climatology Client
Version: 0.3.3
Version: 1.0.0
Authors@R:
person("Adam H.", "Sparks", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0061-8359"))
Expand Down
8 changes: 7 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,22 @@

## Major changes

- The cache is now where ever `tools::R_user_dir(package = "getCRUCLdata", which = "cache")` is defined by R (>= 4.0.0)
- The cache is now where ever `tools::R_user_dir(package = "getCRUCLdata", which = "cache")` is defined by R (>= 4.0.0) and *should* align with CRAN standards, so it *might* be possible to get this back on CRAN

- Depends on R (>= 4.0.0)

- {data.table} is no longer imported as a whole

## Minor changes

- {cli} is used for errors that are emitted to the user

- Many internal changes including code linting and styling to improve code smells

- Improved documentation

- Use {roxyglobals} for undefined globals

# getCRUCLdata 0.3.3

## Minor changes
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/ropensci/getCRUCLdata",
"issueTracker": "https://github.com/ropensci/getCRUCLdata/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.3.3",
"version": "1.0.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -243,7 +243,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": "800.692KB",
"fileSize": "800.901KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down

0 comments on commit eac9a00

Please sign in to comment.