pkgverse icon indicating copy to clipboard operation
pkgverse copied to clipboard

📦🔭🌠 Create your own universe of packages à la tidyverse

Results 5 pkgverse issues
Sort by recently updated
recently updated
newest added

Thanks for the cool package. It's been very helpful to me. I've done a few different things in this pull request: * Created `data-raw/docs.R` to easily track changes in the...

It would be great if this could install packages from github in cases where the package doesn't live on cran. One of the packages in my verse requires devtools::install_github('dir/pkg') and...

In order to pass `devtools::check()`, I appended " magrittr (>= 1.5)," after 15th element of docs$description. `devtools::check()` gives a following error on a small verse importing "utils" made by master...

The imports: and the scaffolding code stuck in every 'verse seems to be giving them dependencies on cli, crayon, dplyr, purrrr, rstudioapi and tibble - in many cases this would...

it would be helpful to add control over which pkg version/commit goes into the universe, default being updated CRAN version.