-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #458 from openpharma/457-release-v04-deprecating-f…
…unctions Release v0.4
- Loading branch information
Showing
6 changed files
with
62 additions
and
38 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 |
---|---|---|
|
@@ -21,3 +21,4 @@ | |
^tests/testthat/_snaps$ | ||
^CRAN-SUBMISSION$ | ||
^revdep$ | ||
^vignettes/interactive_tte_tutorial$ |
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,3 +1,3 @@ | ||
Version: 0.3.1 | ||
Date: 2022-08-17 20:02:15 UTC | ||
SHA: 58605b99d1aaae107d6cccffe018717438e99e8f | ||
Version: 0.4.0 | ||
Date: 2023-11-20 18:11:15 UTC | ||
SHA: 27b222093f72ed812a09055caecf1de1aae65658 |
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,8 +1,9 @@ | ||
## Resubmission | ||
This is a resubmission. In this version I have: | ||
|
||
* Resolved a warning from a failing test - see update below, | ||
* Updated DESCRIPTION file to require latest version of survival (>= 3.4-0). | ||
* added notes that we are deprecating `visr.survfit()` and `visr.tidycuminc()`, recommending the use of {ggsurvfit} instead. | ||
* Minor edit to documentation in `vis.R` to remove a note due to an itemized list. | ||
|
||
|
||
## Test environments | ||
* Ubuntu 18.04 LTS (on github actions), devel, release, oldrel-1, oldrel-2, oldrel-3, oldrel-4 | ||
|
@@ -12,10 +13,27 @@ This is a resubmission. In this version I have: | |
|
||
## R CMD check results | ||
|
||
0 errors | 0 warnings | 0 note | ||
Maintainer: 'Mark Baillie <[email protected]>' | ||
|
||
New submission | ||
|
||
Package was archived on CRAN | ||
|
||
There were no ERRORs or WARNINGs. | ||
|
||
There are 2 NOTEs I am aware of. | ||
|
||
1. One is only found on Windows (Server 2022, R-devel 64-bit): | ||
|
||
``` | ||
* checking for detritus in the temp directory ... NOTE | ||
Found the following files/directories: | ||
'lastMiKTeXException' | ||
``` | ||
|
||
As noted in [R-hub issue #503](https://github.com/r-hub/rhub/issues/503), this may be due to a bug/crash in MiKTeX and can likely be ignored. | ||
|
||
|
||
2. The second is | ||
|
||
``` | ||
* checking for non-standard things in the check directory ... NOTE | ||
Found the following files/directories: | ||
''NULL'' | ||
``` | ||
|
||
As noted in [R-hub issue #560](https://github.com/r-hub/rhub/issues/560), this seems to be an Rhub issue and hopefully be ignored. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.