ClavelLab / maldipickr

Dereplicate And Cherry-pick Mass Spectrometry Spectra
https://clavellab.github.io/maldipickr/
GNU General Public License v3.0
2 stars 0 forks source link

Release maldipickr 1.2.0 #36

Closed cpauvert closed 10 months ago

cpauvert commented 10 months ago

Prepare for release:

Submit to CRAN:

Wait for CRAN...

cpauvert commented 10 months ago

devtools::check_win_devel() throws a warning with no explanation:

* checking CRAN incoming feasibility ... [12s] WARNING
cpauvert commented 10 months ago

Issue when running on the docker rocker/tidyverse:4.3:

devtools::check(remote = TRUE, manual = TRUE)
# or
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"))
checking CRAN incoming feasibility ...Warning in url(sprintf("%s/%s", cran, path), open = "rb") : (19.6s)
     cannot open URL 'https://packagemanager.posit.co/cran/__linux__/jammy/latest/src/contrib/Meta/current.rds': HTTP status was '404 Not Found'
   Error in url(sprintf("%s/%s", cran, path), open = "rb") : 
     cannot open the connection to 'https://packagemanager.posit.co/cran/__linux__/jammy/latest/src/contrib/Meta/current.rds'
   Execution halted

but outside the docker on R-4.3.1 with rig, it works.. so maybe a network issue?

cpauvert commented 10 months ago

usethis::use_github_release() failed in the docker with

No 'ssh' command found. Using default ssh settings.
Error in ssh_key_info(host = host, auto_keygen = FALSE) : 
  Failed to find ssh key file for github.com:ClavelLab
Error in libgit2::git_remote_fetch : 
  SSH authentication failure: Error in ssh_key_info(host = host, auto_keygen = FALSE) : 
  Failed to find ssh key file for github.com:ClavelLab

so went manual.