Giter VIP home page Giter VIP logo

pkgverse's Issues

Repo description

Since I can't make a PR for that ๐Ÿ˜ฑ

"๐Ÿ“ฆ๐Ÿ”ญ๐ŸŒ  Create your own universe of packages a la tidyverse." should be "๐Ÿ“ฆ๐Ÿ”ญ๐ŸŒ  Create your own universe of packages ร  la tidyverse."

๐Ÿ˜‰ ๐Ÿ‡ซ๐Ÿ‡ท

Error in refuse_package(package, verboten = "tidyverse")

If I have already created a package project in RStudio (https://github.com/IndrajeetPatil/ggverse) and I am inside the root directory for the package, how can I then create a verse-package? That is, it will replace the existing DESCRIPTION file and also add the needed .R files.
Should I set keep = FALSE?

Because if I do so, I get the following error-

pkgverse::pkgverse(
  pkg = "ggverse",       # RStudio project name for the package
  pkgs = ggverse::ggpackages_cran$Package, # vector of packages
  use = "package",       # add used packages using `usethis::use_package()`
  keep = FALSE,
  install_if = TRUE
)

Error in refuse_package(package, verboten = "tidyverse") : 
  argument "package" is missing, with no default

allow control over pkg versions

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

usethis not imported

The usethis package is not imported when the package is loaded so function initially fails

Remove dependencies to make a lighter weight "verse".

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 make for heavier dependencies than the things being included.

It would seem to be a bad idea to have infrastructure-building code depend on non-base functionality.

Install packages only available on github if not present

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 so it doesn't work for people who dont' have that package pre-installed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.