Skip to content

Commit 608507d

Browse files
committed
It IS v1.0.3 being released and a new major release on CRAN
1 parent ddf702c commit 608507d

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: getCRUCLdata
33
Title: 'CRU' 'CL' v. 2.0 Climatology Client
4-
Version: 2.0.0
4+
Version: 1.0.3
55
Authors@R: c(
66
person("Adam H.", "Sparks", , "[email protected]", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0002-0061-8359")),

NEWS.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- Add source and references to documentation for data
66

7-
- Create function aliases that use all lower case, *e.g.*, `get_cru_stack()` vs `get_CRU_stack()`
7+
- Create function aliases that use all lower case, _e.g._, `get_cru_stack()` vs `get_CRU_stack()`
88

99
- Improved documentation with linting, ensuring consistency in units of measurement, etc.
1010

@@ -32,7 +32,7 @@
3232

3333
## Major changes
3434

35-
- 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
35+
- 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
3636

3737
- Depends on R (>= 4.0.0)
3838

@@ -105,14 +105,14 @@
105105
- Removes startup message, instead placing information in CITATION file
106106

107107
- Reorganises internal functions consolidating functions all in a single file
108-
and following a standard naming scheme for all internal functions
108+
and following a standard naming scheme for all internal functions
109109

110110
# getCRUCLdata 0.2.4
111111

112112
## Bug fixes
113113

114114
- Fix bug where `tmp` and `dtr` could not be returned with `tmn` or `tmx` raster
115-
stacks
115+
stacks
116116

117117
- Move `rappdirs` to SUGGESTS to fix NOTEs
118118

@@ -121,7 +121,7 @@ stacks
121121
- Fix documentation formatting issues
122122

123123
- Enhance `stop` messages for user, just print message, not the function that
124-
called it to clarify
124+
called it to clarify
125125

126126
# getCRUCLdata 0.2.3
127127

@@ -154,9 +154,9 @@ called it to clarify
154154
- Use _hoardr_ for managing cached files
155155

156156
- Fixed a bug where the file cache was not in the proper subdirectory. The file
157-
cache has moved to the proper location in a `R/getCRUCLdata` location rather
158-
than `getCRUCLdata`. You may wish to move files externally to R in order to keep
159-
them in the cache where the package will find them
157+
cache has moved to the proper location in a `R/getCRUCLdata` location rather
158+
than `getCRUCLdata`. You may wish to move files externally to R in order to keep
159+
them in the cache where the package will find them
160160

161161
- Use `lapply` in place of `purrr::map`, _purrr_ is no longer imported
162162

@@ -178,7 +178,7 @@ them in the cache where the package will find them
178178
- Add startup message regarding data source, use and citation
179179

180180
- Include Scott Chamberlain as copyright holder and contributor for file
181-
caching functionality
181+
caching functionality
182182

183183
# getCRUCLdata 0.1.9
184184

@@ -191,18 +191,18 @@ caching functionality
191191
## Bug Fixes
192192

193193
- Fix bug where `cache` was not specified in internal function, `.set_cache()`,
194-
this caused either of the functions fetching data from CRU to fail
194+
this caused either of the functions fetching data from CRU to fail
195195

196196
- Fix bug where `cache` directory could not be created on Windows OS machines
197197

198-
- Fix bug where tmx was returned when *either* tmn *or* tmx was requested for
199-
data frame, tmn now returned when requested and tmx now returned when requested.
200-
Raster stacks were not affected by this bug
198+
- Fix bug where tmx was returned when _either_ tmn _or_ tmx was requested for
199+
data frame, tmn now returned when requested and tmx now returned when requested.
200+
Raster stacks were not affected by this bug
201201

202202
## Minor Changes
203203

204204
- Replaced `for f in 1:length()` with `for f in seq_along()` for better
205-
programming practices
205+
programming practices
206206

207207
# getCRUCLdata 0.1.7
208208

@@ -213,7 +213,7 @@ programming practices
213213
## Bug Fixes
214214

215215
- Fix bug where `rappdirs::user_config_dir()` was incorrectly used in place of
216-
`rappdirs::user_cache_dir()`
216+
`rappdirs::user_cache_dir()`
217217

218218
# getCRUCLdata 0.1.6
219219

@@ -236,27 +236,27 @@ programming practices
236236
## Major Changes
237237

238238
- `create_CRU_stack()` and `create_CRU_df()` now only work with locally
239-
available files. If you need to fetch and create a data frame or raster stack
240-
of the data, please use the new functions, `get_CRU_stack()` and
241-
`get_CRU_stack()`
239+
available files. If you need to fetch and create a data frame or raster stack
240+
of the data, please use the new functions, `get_CRU_stack()` and
241+
`get_CRU_stack()`
242242

243243
- R >=3.2.0 now required
244244

245245
- Data can be cached using either `get_CRU_stack()` or `get_CRU_df()` for later
246-
use
246+
use
247247

248248
## Minor Changes
249249

250250
- Improved documentation with examples on mapping and graphing and more detail
251-
regarding the data itself
251+
regarding the data itself
252252

253253
- Change the method in which files are downloaded to use `httr::GET()`
254254

255255
- Ingest data using `data.table::fread` to decrease the amount of time necessary
256-
to run the functions
256+
to run the functions
257257

258258
- Functions check to see if data file(s) have already been downloaded during
259-
current R session, if so data file(s) are not requested for download again
259+
current R session, if so data file(s) are not requested for download again
260260

261261
- Months are returned as a factor object in the tidy data frame
262262

@@ -265,14 +265,14 @@ current R session, if so data file(s) are not requested for download again
265265
## Minor Changes
266266

267267
- Correct fix bug in data frame object generation where elevation was improperly
268-
handled and function would stop
268+
handled and function would stop
269269

270270
# getCRUCLdata 0.1.3
271271

272272
## Minor Changes
273273

274274
- Correct fix bug in raster object generation where the objects were incorrectly
275-
cropped
275+
cropped
276276

277277
- Update documentation with ROxygen 6.0.0
278278

@@ -283,7 +283,7 @@ cropped
283283
## Minor Changes
284284

285285
- Correct documentation to read that the data resolution is 10 minute, not 10
286-
seconds
286+
seconds
287287

288288
- Correct URLs in DESCRIPTION file
289289

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ been used since this package was first submitted to CRAN to provide file
1414
caching functionality in this package. I trust that this is sufficient to have
1515
this package reinstated on CRAN.
1616

17-
- This is a new release.
17+
- This is a new major release.

0 commit comments

Comments
 (0)