README.md

Package Version Manager for R

Status

Coverage Status

Feature

Install

install.packages("remotes")
remotes::install_github("wush978/pvm")

Usage

In the original workspace:

pvm::export.packages()
__version__: 0.2
1:
  proto: 1.0.0
  rstudioapi: 0.5

Then go to another workspace:

pvm::import.packages()

Non-CRAN Repositories

Here are examples of specifications of this package:

That is to say, you should see the following paragraph in pvm.yml if you export a non-CRAN pvm package:

  slidifyLibraries: github::repo=wush978/slidifyLibraries@422a92cd51a15a224d4be3f9d239012f4ffce874

During import.packages, pvm will install the package from github via remotes::install_github("wush978/pvm@master").



wush978/rpvm documentation built on Oct. 30, 2022, 11:22 p.m.