From 113ffa04c47ad1cfc52b90cf8fcdb774219fcb9a Mon Sep 17 00:00:00 2001 From: Jorge Bano Medina Date: Mon, 23 Mar 2020 13:22:11 +0100 Subject: [PATCH] minor docs --- .gitignore | 4 ++++ NEWS | 2 +- transformeR.Rproj | 17 +++++++++++++++++ 3 files changed, 22 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 transformeR.Rproj diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5b6a065 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.Rproj.user +.Rhistory +.RData +.Ruserdata diff --git a/NEWS b/NEWS index bb5bfe3..632d242 100644 --- a/NEWS +++ b/NEWS @@ -99,7 +99,7 @@ See the [Releases section](https://github.com/SantanderMetGroup/transformeR/rele * New helper `getWT` to retrieve the wt.index attribute * Other minor bug fixes and documentation updates -## 1.7.4 (in devel) +## 1.7.4 (23 Mar 2020) * Update the wt.index attribute after time-dimension subsetting * New function: mergeGrid --> Merge multiple grids in space (latitude and longitude) * Changed the default behaviour of subsetGrid along year-crossing seasons, consistent with loadGridData specifications. diff --git a/transformeR.Rproj b/transformeR.Rproj new file mode 100644 index 0000000..21a4da0 --- /dev/null +++ b/transformeR.Rproj @@ -0,0 +1,17 @@ +Version: 1.0 + +RestoreWorkspace: Default +SaveWorkspace: Default +AlwaysSaveHistory: Default + +EnableCodeIndexing: Yes +UseSpacesForTab: Yes +NumSpacesForTab: 2 +Encoding: UTF-8 + +RnwWeave: Sweave +LaTeX: pdfLaTeX + +BuildType: Package +PackageUseDevtools: Yes +PackageInstallArgs: --no-multiarch --with-keep.source