inst/scripts/createAllDOIs.R

library(BiocPkgTools)
pl = biocPkgList()
testing = TRUE # change to FALSE to actually update/create records
z = mapply(
    FUN = BiocPkgTools:::generateBiocPkgDOI,
    pl$Package,
    pl$Author,
    2017,
    testing=testing
)

Try the BiocPkgTools package in your browser

Any scripts or data that you put into this service are public.

BiocPkgTools documentation built on April 15, 2021, 6:01 p.m.