Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 2.2.3 on CRAN #53

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: fix type in pkg name
l-ramirez-lopez committed Feb 15, 2024
commit d267b8c91259dd721ddd9bf2dd9d7a1e8762ba41
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -51,4 +51,4 @@ Repository: CRAN
RoxygenNote: 7.3.1
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Config/VersionName: embrio
Config/VersionName: embryo
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# `resemble`
`resemble 2.2.3 (embrio)`
`resemble 2.2.3 (embryo)`
===============
### Fixes

2 changes: 1 addition & 1 deletion man/resemble-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

83 changes: 83 additions & 0 deletions my-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,88 @@
# resemble

# version 2.2.3

# submission message:
Dear CRAN maintainers,
I am submitting my package "resemble" to CRAN. This version introduces a new
feature in one of the functions and one bug fix.
In previous submissions, the date in DESCRIPTION was not in the correct format and there were some broken URL links. These issues have been fixed.
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 `resemble 2.2.3` (`embryo`) 19.04.2023
passed all the checks without notes.

# Rhub checks for release of `resemble 2.2.2` (`Sky`) 19.04.2023
The checks were conducted in the following platforms through rhub:

```
rhub::check(paste0(gsub("/resemble$", "/", getwd()), "resemble_2.2.2.tar.gz"),
platform = c("fedora-gcc-devel"),
email = "ramirez.lopez.leo@gmail.com")
```
- "linux-x86_64-rocker-gcc-san" Test cannot be executed as the docker failed
the error was as follows: ‘RcppArmadillo’ is not available for package ‘resemble’

- "fedora-gcc-devel" NOTE
* checking installed package size ... NOTE
installed size is 9.8Mb
sub-directories of 1Mb or more:
doc 1.6Mb
libs 7.5Mb

- "windows-x86_64-devel" OK

- "macos-highsierra-release-cran" OK

- "windows-x86_64-release" OK

- "ubuntu-gcc-release" NOTE
* checking installed package size ... NOTE
installed size is 14.4Mb
sub-directories of 1Mb or more:
doc 1.6Mb
libs 12.2Mb

- "solaris-x86-patched-ods"
* checking package dependencies ... ERROR
Packages suggested but not available: 'testthat', 'rmarkdown', 'bookdown'

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 2.2.2

# submission message: