Skip to content

Commit

Permalink
Increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
egpivo authored and Joseph committed Jan 31, 2021
1 parent d6f5a64 commit 1d6856a
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 4 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
^\.github$
^codecov\.yml$
^.*\.gcno$
^NEWS$
2 changes: 1 addition & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
if: runner.os == 'macOS'
run: |
# XQuartz is needed by vdiffr
brew install --cask xquartz
brew install xquartz
# install gfortran 8.2 (used by CRAN)
wget -nv https://github.com/fxcoudert/gfortran-for-macOS/releases/download/8.2/gfortran-8.2-Mojave.dmg
sudo hdiutil attach gfortran*.dmg
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ src/*.dll
.DS_Store
src/.DS_Store
inst/doc
*.gcno
*Rplots.pdf
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: SpatPCA
Title: Regularized Principal Component Analysis for Spatial Data
Version: 1.3.1.3
Version: 1.3.3.0
Authors@R: c(person(
given = "Wen-Ting",
family = "Wang",
Expand Down
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## SpatPCA v1.3.3.0 (Release date: 2021-01-31)
#### Overview
In this release, we take care of the perspective of software quality by refactoring code for better readability and adding unit-tests. Accordingly, we add multiple features by separating implicit functions from `spatpca`.

#### NEW FEATURES
1. `thinPlateSplineMatrix()` for producing a thin-plane spline matrix
2. `predictEigenfunction()`for estimating K dominant patterns on new sites
3. `predict()` for predicting new target variable `Y` on new sites
4. `plot()` for `spatpca` objects for plotting M-fold CV results

#### MAINTENANCE
- Add unit tests with code coverage `87%`



4 changes: 2 additions & 2 deletions man/SpatPCA-package.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ A new regularization approach to estimate the leading spatial patterns via smoot
\details{\tabular{ll}{
Package:\tab SpatPCA\cr
Type:\tab Package\cr
Version:\tab 1.3.1.3\cr
Date:\tab 2021-01-25\cr
Version:\tab 1.3.3.0\cr
Date:\tab 2021-01-30\cr
License: \tab GPL version 3\cr
}
}
Expand Down

0 comments on commit 1d6856a

Please sign in to comment.