Get DESCRIPTION files of packages available in an R-universe.

runi_stats_descriptions(universe)

Arguments

universe

A length one character. User or organization name of the the R-universe owner.

Value

a tibble.

Author

Valerio Gherardi

Examples

runi_stats_descriptions("vgherard")
#> # A tibble: 7 × 34 #> `_id` Package Title Version `Authors@R` Description License Encoding Roxygen #> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> <chr> #> 1 6107e… runi Clie… 0.0.0.… "person(gi… "Client fo… GPL (>… UTF-8 "list(… #> 2 60e03… r2r R-Ob… 0.1.1 "person(gi… "Implement… GPL (>… UTF-8 "list(… #> 3 60e02… kgrams Clas… 0.1.1.… "person(gi… "Tools for… GPL (>… UTF-8 "list(… #> 4 60e02… scribblr A No… 0.2.0.… "person(gi… "A project… GPL (>… UTF-8 "list(… #> 5 60e02… gsample Effi… 0.1.0 NA "Sample wi… GPL-3 UTF-8 NA #> 6 60e02… sbo Text… 0.5.0 NA "Utilities… GPL-3 UTF-8 NA #> 7 60e02… fcci Feld… 1.0.0 "person(gi… "Provides … GPL (>… UTF-8 NA #> # … with 25 more variables: RoxygenNote <chr>, Config/testthat/edition <chr>, #> # URL <chr>, BugReports <chr>, Repository <chr>, RemoteUrl <chr>, #> # RemoteRef <chr>, RemoteSha <chr>, NeedsCompilation <chr>, Packaged <chr>, #> # Author <chr>, Maintainer <chr>, _user <chr>, _type <chr>, _file <chr>, #> # _published <chr>, _builder <df[,13]>, MD5sum <chr>, _hard_deps <list>, #> # _soft_deps <list>, VignetteBuilder <chr>, LazyData <chr>, #> # SystemRequirements <chr>, RdMacros <chr>, Type <chr>