-
Notifications
You must be signed in to change notification settings - Fork 18
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 #47 from l-ramirez-lopez/v0.2.6
V0.2.6
- Loading branch information
Showing
8 changed files
with
99 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,4 +1,82 @@ | ||
# prospectr | ||
# version 0.2.6 - chicago | ||
|
||
# submission message: | ||
Dear CRAN maintainers, | ||
I am submitting my package "prospectr" to CRAN. This version accounts for | ||
problems found in Rd files auto-generated with roxygen2 7.1.2 (not compatible | ||
with HTML5). The new Rd files are now compatible with HTML5 (as Rd files | ||
are generated with roxygen2_7.2.0 ). | ||
Prior to this submission, this tarball has been checked with in the winbuilder service. Apart from that it has been also submitted to extensive tests in rhub. | ||
A first submission of this version failed (for "r-devel-linux-x86_64-debian-gcc"), | ||
therefore following platforms were tested for a second submission using Rhub: | ||
- Debian Linux, R-devel, GCC ASAN/UBSAN | ||
- Debian Linux, R-devel, GCC, no long double | ||
- Debian Linux, R-devel, clang, ISO-8859-15 locale | ||
- Debian Linux, R-devel, GCC | ||
For this second submission the package passed all the tests in the above platforms. | ||
Reverse dependencies have also been checked. | ||
Best regards, | ||
Leonardo | ||
|
||
|
||
## Package was built using: | ||
``` | ||
devtools::build( | ||
pkg = ".", | ||
path = NULL, | ||
binary = FALSE, | ||
vignettes = TRUE, | ||
manual = TRUE, | ||
args = NULL, | ||
quiet = FALSE | ||
) | ||
``` | ||
|
||
# R win builder checks for release of `prospectr 0.2.6` (`chicago`) 30.08.2022 | ||
passed all the checks without notes. | ||
|
||
# Rhub checks for release of `prospectr 0.2.6` (`chicago`) 30.08.2022 | ||
The checks were conducted in the following platforms through rhub: | ||
|
||
``` | ||
rhub::check(paste0(gsub("/prospectr$", "/", getwd()), "prospectr_0.2.6.tar.gz"), | ||
platform = c("fedora-gcc-devel"), | ||
email = "[email protected]") | ||
``` | ||
- "linux-x86_64-rocker-gcc-san" | ||
|
||
- "fedora-gcc-devel" NOTE | ||
installed size is 6.6Mb | ||
sub-directories of 1Mb or more: | ||
data 1.9Mb | ||
libs 3.9Mb | ||
|
||
- "windows-x86_64-devel" OK | ||
|
||
- "macos-highsierra-release-cran" OK | ||
|
||
- "windows-x86_64-release" OK | ||
|
||
|
||
- "ubuntu-gcc-release" NOTE | ||
installed size is 6.8Mb | ||
sub-directories of 1Mb or more: | ||
data 1.9Mb | ||
libs 4.0Mb | ||
|
||
|
||
- "solaris-x86-patched-ods" checking package dependencies (2.7s) | ||
Package suggested but not available: ‘testthat’ | ||
|
||
The suggested packages are required for a complete check. | ||
Checking can be attempted without them by setting the environment | ||
variable _R_CHECK_FORCE_SUGGESTS_ to a false value. | ||
|
||
See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ | ||
manual. | ||
|
||
|
||
|
||
# version 0.2.5 - antilla | ||
|
||
|