get_description {deepdep} | R Documentation |
Scrap the DESCRIPTION file and CRAN metadata of the package
Description
This function uses api of CRAN Data Base to scrap the DESCRIPTION file and CRAN metadata of the package. It caches the results to speed the computation process.
Usage
get_description(package, bioc = FALSE, local = FALSE, reset_cache = FALSE)
Arguments
package |
A |
bioc |
A |
local |
A |
reset_cache |
A |
Value
An object of package_description
class.
Examples
library(deepdep)
description <- get_description("ggplot2")
description
description_local <- get_description("deepdep", local = TRUE)
description_local
[Package deepdep version 0.4.3 Index]