Skip to content

Commit

Permalink
Update my-comments.md
Browse files Browse the repository at this point in the history
  • Loading branch information
l-ramirez-lopez committed Aug 30, 2022
1 parent 71f9ab8 commit 5d69e31
Showing 1 changed file with 78 additions and 0 deletions.
78 changes: 78 additions & 0 deletions my-comments.md
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

Expand Down

0 comments on commit 5d69e31

Please sign in to comment.