check_dev_versions reports package depends on development version of itself #983
Comments
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I called devtools::release() to release an update of my package smcfcs to CRAN (https://github.com/jwb133/smcfcs), and received the warning:
Checking for dependencies on development versions... WARNING
Depends on devel versions of:
smcfcs
Release these packages to CRAN and bump version number.
The version on CRAN is 1.1.0, and prior to trying to release the update I have incremented the version to 1.1.1 (from the previous development version number 1.1.0.9000). I don't have smcfcs listed as a package in the depends line (which is what the warning seems to be suggesting). If anyone has an idea why this warning is occurring I'd be most grateful.
The text was updated successfully, but these errors were encountered: