Hello, I am preparing an update for my ?GmAMisc? package. Before submitting to CRAN, I checked it on a MACOS-based machine via devtools::check() and I got 0 errors, 0 warnings, and 0 notes. I have also used: check_win_devel() and check_win_release() out of devtools, but I keep getting the following message: Error in curl::curl_fetch_memory(url, handle = h) : Failed FTP upload: 550 I can?t wrap my head round the issue. Any idea? Best regards ************************************************ Dr Gianmarco Alberti (PhD Udine) Lecturer in Spatial Forensics Coordinator of the BA course in Criminology Department of Criminology Faculty for Social Wellbeing Room 332, Humanities B (FEMA) University of Malta, Msida, Malta (Europe) - MSD 2080 tel +356 2340 3718 Academic profiles https://www.researchgate.net/profile/Gianmarco_Alberti4 https://malta.academia.edu/GianmarcoAlberti Google Scholar profile https://scholar.google.com/citations?user=tFrJKQ0AAAAJ&hl=en Correspondence Analysis website http://cainarchaeology.weebly.com/ R packages on CRAN: CAinterprTools https://cran.r-project.org/web/packages/CAinterprTools/index.html GmAMisc https://cran.r-project.org/package=GmAMisc movecost https://cran.r-project.org/web/packages/movecost/index.html ************************************************
[R-pkg-devel] Error in curl: Failed FTP upload: 550
6 messages · Ivan Krylov, Gianmarco Alberti, Uwe Ligges
On Fri, 21 Feb 2020 14:04:24 +0100
Gianmarco Alberti <gianmarcoalberti at gmail.com> wrote:
I have also used: check_win_devel() and check_win_release() out of devtools, but I keep getting the following message: Error in curl::curl_fetch_memory(url, handle = h) : Failed FTP upload: 550
Does it work if you build the package manually (i.e. issue the command R CMD build . in package directory), then upload the resulting file using cURL or any other FTP client? curl -T yourfile.tar.gz ftp://win-builder.r-project.org/R-devel/ You can also try the alternative upload page at https://win-builder.r-project.org/upload.aspx If manual FTP uploading works while devtools::check_win_devel() doesn't, some debugging may be required. For example, try trace(devtools:::upload_ftp, quote({str(file); str(url)})) before running check_win_devel() or check_win_release() to see which arguments does devtools:::check_win call upload_ftp with.
Best regards, Ivan
Hello, Thanks for your reply. I build the package manually, and then uploaded it here: https://win-builder.r-project.org/upload.aspx I got the following: Access to the path 'C:\Inetpub\ftproot\R-release\GmAMisc_1.1.0.tar.gz' is denied. in both cases: R-devel and R-release. I don?t have any clue?. Best regards ************************************************ Dr Gianmarco Alberti (PhD Udine) Lecturer in Spatial Forensics Coordinator of the BA course in Criminology Department of Criminology Faculty for Social Wellbeing Room 332, Humanities B (FEMA) University of Malta, Msida, Malta (Europe) - MSD 2080 tel +356 2340 3718 Academic profiles https://www.researchgate.net/profile/Gianmarco_Alberti4 https://malta.academia.edu/GianmarcoAlberti Google Scholar profile https://scholar.google.com/citations?user=tFrJKQ0AAAAJ&hl=en Correspondence Analysis website http://cainarchaeology.weebly.com/ R packages on CRAN: CAinterprTools https://cran.r-project.org/web/packages/CAinterprTools/index.html GmAMisc https://cran.r-project.org/package=GmAMisc movecost https://cran.r-project.org/web/packages/movecost/index.html ************************************************
On 21 Feb 2020, 14:30 +0100, Ivan Krylov <krylov.r00t at gmail.com>, wrote:
On Fri, 21 Feb 2020 14:04:24 +0100 Gianmarco Alberti <gianmarcoalberti at gmail.com> wrote:
I have also used: check_win_devel() and check_win_release() out of devtools, but I keep getting the following message: Error in curl::curl_fetch_memory(url, handle = h) : Failed FTP upload: 550
Does it work if you build the package manually (i.e. issue the command R CMD build . in package directory), then upload the resulting file using cURL or any other FTP client? curl -T yourfile.tar.gz ftp://win-builder.r-project.org/R-devel/ You can also try the alternative upload page at https://win-builder.r-project.org/upload.aspx If manual FTP uploading works while devtools::check_win_devel() doesn't, some debugging may be required. For example, try trace(devtools:::upload_ftp, quote({str(file); str(url)})) before running check_win_devel() or check_win_release() to see which arguments does devtools:::check_win call upload_ftp with. -- Best regards, Ivan
On Fri, 21 Feb 2020 16:55:35 +0100
Gianmarco Alberti <gianmarcoalberti at gmail.com> wrote:
Access to the path 'C:\Inetpub\ftproot\R-release\GmAMisc_1.1.0.tar.gz' is denied.
Right, I should have noticed it sooner. There already is GmAMisc_1.1.0.tar.gz, uploaded yesterday (and a lot of other files, the oldest having been uploaded on 20.02.2020 15:00:00 UTC, before yours). Could be a temporary problem on win-builder.
Best regards, Ivan
Thank you. So, it?s better to wait for few days? Best Gm ************************************************ Dr Gianmarco Alberti (PhD Udine) Lecturer in Spatial Forensics Coordinator of the BA course in Criminology Department of Criminology Faculty for Social Wellbeing Room 332, Humanities B (FEMA) University of Malta, Msida, Malta (Europe) - MSD 2080 tel +356 2340 3718 Academic profiles https://www.researchgate.net/profile/Gianmarco_Alberti4 https://malta.academia.edu/GianmarcoAlberti Google Scholar profile https://scholar.google.com/citations?user=tFrJKQ0AAAAJ&hl=en Correspondence Analysis website http://cainarchaeology.weebly.com/ R packages on CRAN: CAinterprTools https://cran.r-project.org/web/packages/CAinterprTools/index.html GmAMisc https://cran.r-project.org/package=GmAMisc movecost https://cran.r-project.org/web/packages/movecost/index.html ************************************************
On 21 Feb 2020, 17:55 +0100, Ivan Krylov <krylov.r00t at gmail.com>, wrote:
On Fri, 21 Feb 2020 16:55:35 +0100 Gianmarco Alberti <gianmarcoalberti at gmail.com> wrote:
Access to the path 'C:\Inetpub\ftproot\R-release\GmAMisc_1.1.0.tar.gz' is denied.
Right, I should have noticed it sooner. There already is GmAMisc_1.1.0.tar.gz, uploaded yesterday (and a lot of other files, the oldest having been uploaded on 20.02.2020 15:00:00 UTC, before yours). Could be a temporary problem on win-builder. -- Best regards, Ivan
Yes, queue is stuck, will be cleared up by tomorrow, Uwe Ligges
On 21.02.2020 18:01, Gianmarco Alberti wrote:
Thank you. So, it?s better to wait for few days? Best Gm ************************************************ Dr Gianmarco Alberti (PhD Udine) Lecturer in Spatial Forensics Coordinator of the BA course in Criminology Department of Criminology Faculty for Social Wellbeing Room 332, Humanities B (FEMA) University of Malta, Msida, Malta (Europe) - MSD 2080 tel +356 2340 3718 Academic profiles https://www.researchgate.net/profile/Gianmarco_Alberti4 https://malta.academia.edu/GianmarcoAlberti Google Scholar profile https://scholar.google.com/citations?user=tFrJKQ0AAAAJ&hl=en Correspondence Analysis website http://cainarchaeology.weebly.com/ R packages on CRAN: CAinterprTools https://cran.r-project.org/web/packages/CAinterprTools/index.html GmAMisc https://cran.r-project.org/package=GmAMisc movecost https://cran.r-project.org/web/packages/movecost/index.html ************************************************ On 21 Feb 2020, 17:55 +0100, Ivan Krylov <krylov.r00t at gmail.com>, wrote:
On Fri, 21 Feb 2020 16:55:35 +0100 Gianmarco Alberti <gianmarcoalberti at gmail.com> wrote:
Access to the path 'C:\Inetpub\ftproot\R-release\GmAMisc_1.1.0.tar.gz' is denied.
Right, I should have noticed it sooner. There already is GmAMisc_1.1.0.tar.gz, uploaded yesterday (and a lot of other files, the oldest having been uploaded on 20.02.2020 15:00:00 UTC, before yours). Could be a temporary problem on win-builder. -- Best regards, Ivan
[[alternative HTML version deleted]]
______________________________________________ R-package-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel