-
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.
* Remove C++ unit tests using catch and commented out the code since the new version of development version of Rcpp is not yet available on CRAN. Related pull request: RcppCore/Rcpp#1274. * Add more documentation for `fastcpd` method.
- Loading branch information
Showing
21 changed files
with
381 additions
and
195 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
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
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
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
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# This dummy function definition is included with the package to ensure that | ||
# 'tools::package_native_routine_registration_skeleton()' generates the required | ||
# registration info for the 'run_testthat_tests' symbol. | ||
(function() { | ||
.Call("run_testthat_tests", FALSE, PACKAGE = "fastcpd") | ||
}) | ||
# Commented out due to the LTO on CRAN. | ||
# (function() { | ||
# .Call("run_testthat_tests", FALSE, PACKAGE = "fastcpd") | ||
# }) |
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
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
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 |
---|---|---|
@@ -1,20 +1,8 @@ | ||
## Resubmission | ||
|
||
This is a resubmission. In this version I have: | ||
|
||
* Reduced the length of the title to less than 65 characters. | ||
* Expanded all acronyms in the description text. | ||
* Added value fields to .Rd files / return fields to roxygen documentation | ||
regarding exported methods `plot`, `print`, `show`, `summary`. | ||
|
||
NOTE: There might be an extra note about possibly misspelled words in | ||
DESCRIPTION. This comes from the first name and last name of the authors. | ||
|
||
## R CMD check results | ||
|
||
❯ checking CRAN incoming feasibility ... [4s/35s] NOTE | ||
❯ checking CRAN incoming feasibility ... [4s/67s] NOTE | ||
Maintainer: ‘Xingchi Li <anthony.li@stat.tamu.edu>’ | ||
|
||
New submission | ||
Days since last update: 6 | ||
|
||
0 errors ✔ | 0 warnings ✔ | 1 notes ✖ |
Oops, something went wrong.