Skip to content

Commit

Permalink
updates for version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miturbide committed Jun 22, 2023
1 parent 17a5120 commit 0afda39
Show file tree
Hide file tree
Showing 14 changed files with 170 additions and 87 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Suggests:
downscaleR,
loadeR,
loadeR.ECOMS,
visualizeR
visualizeR,
climate4R.datasets
Type: Package
Title: A climate4R Package for Unit Conversion and Variable Derivation
Version: 0.2.1
Expand Down
1 change: 1 addition & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@
## v0.2.1 (22 Jun 2023)
* Add .gitignore
* Update R CMD check with roxygen2 7.1.2
* Update examples
1 change: 1 addition & 0 deletions R/udConvertGrid.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
#'
#' @examples
#' library(transformeR)
#' require(climate4R.datasets)
#' data("NCEP_Iberia_ta850")
#' # Converting from Kelvin to Celsius:
#' getGridUnits(NCEP_Iberia_ta850)
Expand Down
26 changes: 17 additions & 9 deletions man/hurs2huss.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 17 additions & 9 deletions man/hurs2tdps.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 17 additions & 9 deletions man/hurs2w.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 17 additions & 9 deletions man/huss2hurs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 21 additions & 11 deletions man/huss2pvp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 14 additions & 7 deletions man/ps2psl.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 14 additions & 7 deletions man/psl2ps.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 10 additions & 5 deletions man/rad2cc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 21 additions & 11 deletions man/tas2ws.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 17 additions & 9 deletions man/tdps2hurs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/udConvertGrid.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0afda39

Please sign in to comment.