Skip to content

JohnCoene/yarn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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