-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* CHG: rename function by camel style; add a new test case for spatpca * CHG: add essential modified files * CHG: add new helper for validating input data; add test cases; modify the manual * CHG: add a new helper function - detrend; add more test cases * CHG: add helper functions for tuning parameter settings; add test cases for them * CHG: add an auxillary function for selecting K with spatpacCV; add test cases * CHG: add a helper function for setting gamma; add test cases * CHG: add a missing maunaul; modify the expected values for testing on higher R version * CHG: correct the expected values for testing spatpca * CHG: correct the expected values for testing spatpca * CHG: correct the expected values for testing spatpca * CHG: correct the expected values for testing spatpca * CHG: correct the expected values for testing spatpca * CHG: correct the expected values for testing spatpca * CHG: add test cases for spatpca and thin-plate splines
- Loading branch information
Showing
19 changed files
with
546 additions
and
141 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ | |
.travis.yml | ||
^\.github$ | ||
^codecov\.yml$ | ||
^.*\.gcno$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.