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.