Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Feb 7, 2021
man
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021

R-CMD-check

yarn

Interact with yarn from the R console.

Installation

# install.packages("remotes")
remotes::install_github("JohnCoene/yarn")

Example

library(yarn)

# installs yarn itself globally
install_yarn()

yarn_init()

yarn_add("browserify", scope = "global")

yarn_run("--version")

See also npm.

About

yarn from R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages