Paul Krill
Editor at Large

Jetpack promises simple R package management

news
Jun 14, 20181 min

Jetpack’s goal is to make dependency management in R as easy as it is with Ruby’s Bundler and JavaScript’s Yarn package managers

Parcels and stacked packages being protected by black umbrella
Credit: Thinkstock

The new open source Jetpack package manager promises to make it easier to manage project dependences for code written in the R language.

Jetpack provides a way to specify project dependencies in a single file and enables project collaboration. When other collaborators pull the latest version of code, they run jetpack install to have all dependencies installed on their PC. This process makes it easy to forge a reproducible environment.

Jetpack also uses the Packrat dependency management system for R to set up a virtual environment.

Jetpack’s goal is to make dependency management in R as easy as it is with Ruby’s Bundler and JavaScript’s Yarn package managers, says creator Andrew Kane.

Jetpack is similar to NPM, the popular JavaScript package manager, in its ability to write project dependencies to a file but differs in that NPM also performs dependency resolution. Dependency resolution must be done manually with Jetpack. NPM also has its own module registry, while Jetpack uses the CRAN registry for R packages.

Where to download Jetpack

You can download Jetpack from GitHub.

Paul Krill

Paul Krill is editor at large at InfoWorld. Paul has been covering computer technology as a news and feature reporter for more than 35 years, including 30 years at InfoWorld. He has specialized in coverage of software development tools and technologies since the 1990s, and he continues to lead InfoWorld’s news coverage of software development platforms including Java and .NET and programming languages including JavaScript, TypeScript, PHP, Python, Ruby, Rust, and Go. Long trusted as a reporter who prioritizes accuracy, integrity, and the best interests of readers, Paul is sought out by technology companies and industry organizations who want to reach InfoWorld’s audience of software developers and other information technology professionals. Paul has won a “Best Technology News Coverage” award from IDG.

More from this author