Devtools: Error in release function

Created on 10 Apr 2016  路  4Comments  路  Source: r-lib/devtools

Hi,

When I try to publish my package to CRAN by calling the release function, I got this error. My package has passed the R CMD CHECK with no notes or warnings. I ran it on Windows 10 with R 3.2.4.

Uploading package & comments
Confirming submission
Error in if (new_url$query$submit == "1") { : argument is of length zero

Thanks,
Ryan

Most helpful comment

I had the same issue, and after visiting the CRAN website, I realized the reason:

CRAN vacation from Sep 1 to Sep 9, 2018.

During this time, the submission of packages is not possible.
Sorry for any inconvenience

All 4 comments

Did you check all the check boxes?

Hi Hadley,

Yes I did check all the boxes. Actually, I have successfully uploaded the package to CRAN thru the website.

Thanks,
Ryan

I had the same issue, and after visiting the CRAN website, I realized the reason:

CRAN vacation from Sep 1 to Sep 9, 2018.

During this time, the submission of packages is not possible.
Sorry for any inconvenience

@hadley Need to trap this error and change message?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lindbrook picture lindbrook  路  4Comments

cderv picture cderv  路  5Comments

asimumba picture asimumba  路  6Comments

IndrajeetPatil picture IndrajeetPatil  路  3Comments

shirdekel picture shirdekel  路  5Comments