-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7841c58
commit f501315
Showing
2 changed files
with
10 additions
and
9 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 |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Package: nonlinearTseries | ||
Type: Package | ||
Title: Nonlinear Time Series Analysis | ||
Version: 0.3.0.99999 | ||
Date: 2024-9-19 | ||
Version: 0.3.1 | ||
Date: 2024-9-23 | ||
Maintainer: Constantino A. Garcia <[email protected]> | ||
Authors@R: c(person("Constantino A.", "Garcia", | ||
email = "[email protected]", | ||
|
@@ -40,5 +40,5 @@ Suggests: | |
rmarkdown, | ||
testthat | ||
VignetteBuilder: knitr | ||
RoxygenNote: 7.3.0 | ||
RoxygenNote: 7.3.2 | ||
Encoding: UTF-8 |
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,19 +1,20 @@ | ||
## Test environments | ||
* local Manjaro, R 4.3.3 | ||
* local Endeavour OS, R 4.4.1 | ||
* macos-latest (release) on Github-Actions | ||
* Ubuntu 22.04.4 (on Github-Actions), R-oldrel, R-release and R-devel. | ||
* Win-builder checks: devel, release and oldrelease. | ||
* Ubuntu-latest (on Github-Actions), R-oldrel, R-release and R-devel. | ||
* Windows-latest (on Github-Actions). | ||
* Win-builder checks: r-devel. | ||
|
||
## R CMD check results | ||
There was 1 NOTE (only in Linux systems): | ||
checking installed package size ... NOTE | ||
installed size is 7.1Mb | ||
installed size is 8.0Mb | ||
sub-directories of 1Mb or more: | ||
libs 6.3Mb | ||
libs 7.2Mb | ||
|
||
|
||
## revdepcheck results | ||
We checked 5 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
We checked 4 strong reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 0 new problems | ||
* We failed to check 0 packages |