-
Notifications
You must be signed in to change notification settings - Fork 25
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 valr 0.8.3 #423
Comments
Thanks for starting this release. I’ll submit to CRAN after the holidays (the submissions are closed from dec. 23 – jan 7th).
|
I have a replacement for |
cpp11bigwig was accepted by CRAN and should be online today. I can update to add as a dependency, and then we can proceed with this submission. |
I restarted the checklist, better safe than sorry. |
There is a ASAN warning during package pre-testing on CRAN which they are requiring us to fix. Again It doesn't look like anything in our code but with a dependency.
This code is used in |
Would you have the bandwidth to ask about how to fix this issue on the R-devel mailing list? |
Now I'm confused. https://github.com/tidyverse/purrr/blob/700ce1973aa2dac714b7fbbbc619ead0fe946b0d/src/map.c#L14-L18 https://github.com/tidyverse/purrr/blob/700ce1973aa2dac714b7fbbbc619ead0fe946b0d/src/map.c#L31 |
I've asked CRAN if they can provided the |
I confirmed that clang-asan fails on current purrr with a similar error to what we're seeing. This is in purrr-Ex.Rout from this rhub check.
The simple patch proposed on the R-devel mailing list fixes that clang-asan error (clang asan run). I submitted tidyverse/purrr#1159 |
Thanks so much for sending in a PR to purrr. I've notified CRAN that we submitted a patch to address the warning in purrr and I requested that valr 0.8.3 be accepted. |
received a quick response back that 0.8.3 was accepted and on it's way to CRAN |
Todo:
rtracklayer
dependency and uselifecycle::deprecate_stop()
forread_bigwig()
andread_gtf()
(external library throwing gcc-ASAN errors #422 )read_bigwig()
#425Prepare for release:
git pull
usethis::use_github_links()
urlchecker::url_check()
devtools::build_readme()
devtools::check(remote = TRUE, manual = TRUE)
devtools::check_win_devel()
revdepcheck::revdep_check(num_workers = 4)
cran-comments.md
git push
Submit to CRAN:
usethis::use_version('patch')
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: