ropensci / rsnps

Wrapper to a number of SNP web APIs
https://docs.ropensci.org/rsnps
Other
52 stars 22 forks source link

Release rsnps 0.6.1 #171

Open jooolia opened 1 year ago

jooolia commented 1 year ago

Prepare for release (working on dev branch):

── R CMD check results ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── rsnps 0.5.1 ────
Duration: 2m 12.7s

0 errors ✔ | 0 warnings ✔ | 0 notes ✔
- ── INSTALL ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 2 versions ──
Installing CRAN version of rsnps
Installing DEV version of rsnps
── CHECK ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── 1 packages ──
[0/1] 00:10:05 | ETA:  ?s | (1) appreci8R [I]OK: 1
BROKEN: 0
Total time: 10 min

Submit to CRAN:

Wait for CRAN...

jooolia commented 1 year ago

Apparently new release was not accepted because the resubmission did not have the release number incremented as stated in "Updates to previously-published packages must have an increased version. Increasing the version number at each submission reduces confusion so is preferred even when a previous submission was not accepted." https://cran.r-project.org/web/packages/policies.html Did not received any info about it being archived, only

"To: Julia Gustavsen j.gustavsen@gmail.com Cc: CRAN cran-submissions@r-project.org References: 20230630143816.77A03A024D@xmpalantir.wu.ac.at 3661e9e6-b63e-dc74-eeeb-b5b5656639a2@statistik.tu-dortmund.de CADcfdY=7E6j_Z-3CDU2jbOt0_4hjXXOYVfmN0PAER2P-8qcnSA@mail.gmail.com From: Uwe Ligges ligges@statistik.tu-dortmund.de Organization: Fakultät Statistik, Technische Universität Dortmund In-Reply-To: CADcfdY=7E6j_Z-3CDU2jbOt0_4hjXXOYVfmN0PAER2P-8qcnSA@mail.gmail.com Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit

Thanks, on its way to CRAN.

Best, Uwe Ligges "

jooolia commented 1 year ago

Will increment release number and resubmit again.

jooolia commented 1 year ago

Received mail from CRAN with things to fix

jooolia commented 9 months ago

Prepare for release (working on dev branch):

❯ checking CRAN incoming feasibility ... NOTE Maintainer: ‘Julia Gustavsen j.gustavsen@gmail.com

New submission

Package was archived on CRAN

CRAN repository db overrides: X-CRAN-Comment: Archived on 2023-07-09 for policy violation.

On Internet access.

❯ checking top-level files ... NOTE Non-standard file/directory found at top level: ‘fix_cran.txt’

❯ checking examples ... NOTE Examples with CPU (user + system) or elapsed time > 5s user system elapsed download_users 10.840 0.461 144.239 read_users 8.692 0.374 77.660 fetch_genotypes 4.838 0.286 72.649 users 3.958 0.221 68.745 allgensnp 3.116 0.033 296.299 ncbi_snp_query 0.643 0.040 13.008 allphenotypes 0.126 0.011 7.634

0 errors ✔ | 0 warnings ✔ | 3 notes ✖



* [ ] `devtools::check_win_devel()` 
* [ ] `rhub::check_for_cran()`
* ~[ ] `revdepcheck::revdep_check(num_workers = 4)`~ no longer on cran

* [ ] Update `cran-comments.md`

* [ ] Update vignette by running `vignettes/precompile.R`.
* [ ] update codemeta.json using `codemetar::write_codemeta('.')` (from within project folder on dev branch)
* [ ] `git push`
* [ ] Tag release
* [ ] Bump dev version

Submit to CRAN:
* []  merge dev into master
~* [ ] `usethis::use_version('patch')`~
* [ ] `devtools::submit_cran()`
* [ ] Approve email

Wait for CRAN...

* [ ] Accepted :tada:
* [ ] `git push`
* [ ] `usethis::use_github_release()`
* [ ] `usethis::use_dev_version()`
* [ ] `git push`