Skip to content

Commit

Permalink
Doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedia committed Jun 11, 2018
1 parent 85387ea commit 7ffb4a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Suggests:
visualizeR
Type: Package
Title: An R package for climate data manipulation and transformation
Version: 1.4.0
Date: 2018-06-08
Version: 1.4.1
Date: 2018-06-11
Authors@R: as.person(c(
"Santander Meteorology Group <http://meteo.unican.es> [cph]",
"Jorge Baño Medina <[email protected]> [ctb]",
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export(get2DmatCoordinates)
export(getCoordinates)
export(getDim)
export(getGrid)
export(getGridUnits)
export(getGridVerticalLevels)
export(getRefDates)
export(getSeason)
Expand Down Expand Up @@ -64,6 +65,7 @@ export(reorderStation)
export(rescaleGrid)
export(scaleGrid)
export(selectPar.pplyFun)
export(setGridUnits)
export(subsetDimension)
export(subsetGrid)
export(subsetMembers)
Expand Down
6 changes: 3 additions & 3 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
transformeR 1.4.0
transformeR 1.4.1
=================

* New function `intersectGrid`, for calculating spatiotemporal intersections among grids
* Optional flag to skip seasonal check in `scaleGrid`
* Update built-in data units attribute (for compatibility with udunits parseable strings)
* New helper `getGridUnits` and `setGridUnits`, to handle grid units



Expand Down

0 comments on commit 7ffb4a5

Please sign in to comment.