cynkra / fledge

Wings for your R packages: Streamline the process of versioning R packages and updating NEWS
https://fledge.cynkra.com
186 stars 11 forks source link

Error during `fledge::release()` #766

Closed pat-s closed 3 months ago

pat-s commented 3 months ago

version: 0.1.99.9018

Ran it twice.

ℹ File size: "3.2 Mb"
ℹ Uploading package & comments
ℹ Confirming submission
Error in if (new_url$query$submit == "1") { : argument is of length zero
Backtrace:
1: upload_cran(pkg, built_path)
2: submit_cran()
3: release_impl()
4: force(code)
5: withr::with_dir(usethis::proj_get(), code)
6: with_repo(release_impl())
7: fledge::release()
pat-s commented 3 months ago

Seems to be a devtools::submit_cran() issue.