-
Notifications
You must be signed in to change notification settings - Fork 65
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
Release glue 1.8.0 #341
Comments
This comment was marked as outdated.
This comment was marked as outdated.
I'm going to come back and do some analysis and commentary here. Don't expect these links to work, this is copy/pasted from RevdepsFailed to check (3)
New problems (11)
|
Notified based on recent revdep findings:
Notice given Dec 2023 (check means it's been updated on CRAN):
multinma: Failed to install in the cloud checks, with both CRAN and dev glue. I also can't find any use of the off-label use of I was able to install it locally, but there were many, many compilation warnings and it is extremely slow to build. Likewise Test failures (don't look related to glue):
TriDimRegression: Failed to install in the cloud checks, with both CRAN and dev glue, which was apparently also the case with the previous glue release + revdep checks. I also can't find any use of the off-label use of Installation failure from cloud check looks like this:
|
Revdep failures found by CRAN (mostly expected, but I'll need to do a bit of research on a couple that are new to me):
|
I expected these. Check mark means the log also looks as I expect:
New to me:
|
If it helps, smdi depends on gtsummary (Suggests not Imports), and could be the reason for the failure. |
Prepare for release:
git pull
urlchecker::url_check()
devtools::build_readme()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
revdepcheck::cloud_check()
cran-comments.md
git push
Submit to CRAN:
usethis::use_version('minor')
devtools::submit_cran()
Wait for CRAN...
usethis::use_github_release()
usethis::use_dev_version(push = TRUE)
The text was updated successfully, but these errors were encountered: