-
Notifications
You must be signed in to change notification settings - Fork 3
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
0a20a19
commit 1a951f7
Showing
2 changed files
with
18 additions
and
0 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 |
---|---|---|
|
@@ -12,3 +12,4 @@ | |
^LICENSE\.md$ | ||
^README\.Rmd$ | ||
^codecov\.yml$ | ||
^cran-comments\.md$ |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## Release Summary | ||
|
||
This is a minor release (from 0.1.0 to 0.2.0) | ||
|
||
## Test environments | ||
* local R installation, R 4.1.2 | ||
* ubuntu 16.04 (on travis-ci), R 4.1.2 | ||
* win-builder (devel) | ||
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 note | ||
|
||
* I've used `\donttest{}` in `double_decay()` and `view_on_copula()` examples because they take more than 5 secs to run. | ||
|
||
* This is the second time I'm submitting the package to CRAN this week. I have fixed a remaining | ||
note by passing the `xts` package to suggests. |