roaldarbol / rpix

🌳 rpix: R Interface for pixi
https://www.roald-arboel.com/rpix/
Other
3 stars 0 forks source link

License

Project
Chat Pixi
Badge

rpix is currently in alpha. We don’t expect to support the entire pixi CLI, but are open to implement useful features - feedback is welcome!

Overview

The rpix package provides an interface to manage dependencies with pixi.

Installation

rpix depends on having pixi installed - so if you haven’t got it yet, install pixi first.

install.packages('devtools')
devtools::install_github('roaldarbol/rpix')

Resources

How to use rpix

library(rpix)

The primary use of rpix is the ability to add dependencies in the console like you normally would with install.packages or renv::install. With rpix, the command is add. Let’s try installing the tidyverse:

pixi::add("tidyverse")

Fun fact: rpix is a inspired by the Danish word harpiks which means resin. I see it as the resin that binds pixi into the natural R workflow.