Skip to content

Releases: SantanderMetGroup/transformeR

v0.1.0

19 Jul 15:37
Compare
Choose a tag to compare

New in 0.1.0

  • New function localScaling for flexible local scaling and anomaly calculation
  • New function temporalCycleGrid, for annual/seasonal cycle grid calculation
  • Internal adaptation of several functions to transparently handle stations and grids
  • interpGrid has been adapted to transparently deal with rotated coordinates (RCMs) and stations
  • New collection of built-in datasets, including CORDEX projections
  • Implemented the automatic sorting of the time dimension when binding wih bindGrid.time
  • New internal helpers
  • Bug fix affecting the output data array of persistence
  • Other minor changes, new examples and documentation updates

v0.0.14

01 Jun 15:07
Compare
Choose a tag to compare

New in v0.0.14

  • New function trend.1D for linear trend analysis
  • Some example datasets recovered for compatibility with downscaleR examples
  • New function easyVeri.signif, for significance analysis of easyVerification outputs
  • Other minor changes, new examples and documentation updates

v0.0.13

12 May 12:20
Compare
Choose a tag to compare

New in v0.0-13

  • New map.lines function for climatological map customization
  • Enhanced map stippling options
  • Documentation updates

v0.0.12

11 May 15:36
Compare
Choose a tag to compare

New in v0.0.12

  • Error fix in .onAttach preventing package update from earlier versions to v0.0.11 (undetected by R CMD check)

v0.0.11

11 May 15:18
Compare
Choose a tag to compare

New in v0.0.11

  • New map.stippling utility for adding customized point layers to climatological maps
  • New set.min and set.max options in plotClimatology for forcing extremes to predefined map range values
  • Other minor changes and documentation updates

v0.0.10

09 May 11:37
Compare
Choose a tag to compare

New in v0.0.10

  • Bug fix in internal function for reference date retrieval
  • Package size reduced (CRAN compliant):
    • Deleted several unused built-in datasets
    • EOBS tp and tas DJF datasets trimmed to the period 1998-2000
  • Other minor changes and documentation updates

v0.0.8

07 Apr 08:24
Compare
Choose a tag to compare

New in v0.0.8

  • Removed RCurl dependency for eased portability
  • Removed raster dependency (conversion to raster moved to the mopa package)
  • Other minor changes and and code improvements

v0.0.7

27 Mar 14:23
Compare
Choose a tag to compare

New in v0.0.7

  • Bug fix in subsetVar internal

v0.0-5

20 Feb 09:31
Compare
Choose a tag to compare

New in v0.0-5

  • Included option 'var' in redim utility
  • Other minor changes and and code improvements

v0.0-4

16 Feb 07:55
Compare
Choose a tag to compare

New in v0.0-4

  • Minor bug fixes and code improvements
  • Other minor changes and documentation updates