Skip to content

Commit 1d6856a

Browse files
egpivoJoseph
authored and
Joseph
committed
Increment version number
1 parent d6f5a64 commit 1d6856a

File tree

6 files changed

+22
-4
lines changed

6 files changed

+22
-4
lines changed

Diff for: .Rbuildignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
^\.github$
88
^codecov\.yml$
99
^.*\.gcno$
10+
^NEWS$

Diff for: .github/workflows/check-standard.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: runner.os == 'macOS'
7171
run: |
7272
# XQuartz is needed by vdiffr
73-
brew install --cask xquartz
73+
brew install xquartz
7474
# install gfortran 8.2 (used by CRAN)
7575
wget -nv https://github.com/fxcoudert/gfortran-for-macOS/releases/download/8.2/gfortran-8.2-Mojave.dmg
7676
sudo hdiutil attach gfortran*.dmg

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ src/*.dll
88
.DS_Store
99
src/.DS_Store
1010
inst/doc
11+
*.gcno
12+
*Rplots.pdf

Diff for: DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: SpatPCA
22
Title: Regularized Principal Component Analysis for Spatial Data
3-
Version: 1.3.1.3
3+
Version: 1.3.3.0
44
Authors@R: c(person(
55
given = "Wen-Ting",
66
family = "Wang",

Diff for: NEWS.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## SpatPCA v1.3.3.0 (Release date: 2021-01-31)
2+
#### Overview
3+
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`.
4+
5+
#### NEW FEATURES
6+
1. `thinPlateSplineMatrix()` for producing a thin-plane spline matrix
7+
2. `predictEigenfunction()`for estimating K dominant patterns on new sites
8+
3. `predict()` for predicting new target variable `Y` on new sites
9+
4. `plot()` for `spatpca` objects for plotting M-fold CV results
10+
11+
#### MAINTENANCE
12+
- Add unit tests with code coverage `87%`
13+
14+
15+

Diff for: man/SpatPCA-package.Rd

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ A new regularization approach to estimate the leading spatial patterns via smoot
88
\details{\tabular{ll}{
99
Package:\tab SpatPCA\cr
1010
Type:\tab Package\cr
11-
Version:\tab 1.3.1.3\cr
12-
Date:\tab 2021-01-25\cr
11+
Version:\tab 1.3.3.0\cr
12+
Date:\tab 2021-01-30\cr
1313
License: \tab GPL version 3\cr
1414
}
1515
}

0 commit comments

Comments
 (0)