Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedia committed Jun 25, 2018
1 parent 30c861f commit c1074d7
Show file tree
Hide file tree
Showing 6 changed files with 114 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Suggests:
Type: Package
Title: A climate4R Package for Handling Unit Transformations and Variable derivation
Version: 0.1.0
Date: 2018-06-13
Date: 2018-06-25
Authors@R: as.person(c(
"Santander Meteorology Group <http://meteo.unican.es> [cph]",
"Joaquin Bedia <[email protected]> [aut, cre]",
Expand Down
3 changes: 3 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Generated by roxygen2: do not edit by hand

export(huss2hurs)
export(rad2cc)
export(udConvertGrid)
import(transformeR)
Expand All @@ -9,3 +10,5 @@ importFrom(magrittr,extract2)
importFrom(udunits2,ud.are.convertible)
importFrom(udunits2,ud.convert)
importFrom(udunits2,ud.is.parseable)
importFrom(utils,globalVariables)
importFrom(utils,packageDescription)
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

## v0.1.0
* First public release with the `udConvertGrid` function for grid unit conversion
* First version of rad2cc formula, estimating cloud cover area fraction from radiation data
* Derivation utilities `rad2cc` and `huss2hurs`
* Added example datasets from NCEP reanalysis
47 changes: 47 additions & 0 deletions man/huss2hurs.Rd

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

19 changes: 17 additions & 2 deletions man/rad2cc.Rd

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

44 changes: 44 additions & 0 deletions man/tas2ws.Rd

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

0 comments on commit c1074d7

Please sign in to comment.