read_cran_file {pacs}R Documentation

Read a file from CRAN

Description

Read a file from CRAN package source.

Usage

read_cran_file(pac, version, file, repos = "https://cran.rstudio.com/")

Arguments

pac

character a package name.

version

character version of a package. Default: NULL

file

character file name to read. Possible values are DESCRIPTION, NEWS and NAMESPACE.

repos

character vector of repositories URLs to use. By default checking CRAN and newest Bioconductor per R version. Default pacs::biocran_repos()


[Package pacs version 0.6.0 Index]