packer

Robust JavaScript for R

Documentation Repository

Integrations

Works with numerous other frameworks and packages

  • shiny
  • htmlwidgets
  • golem
  • ambiorix
  • leprechaun
  • rmarkdown
Christopher Avatar

Packer

Code generator

Webpack for R projects, to seamlessly enjoy all the benefits of the bundler with R packages, shiny applications, and more. Use TypeScript, React, Vue, or Lit and transpile ES6 with babel.

Supports npm, and yarn.

Installation

CRAN

Get the stable version from CRAN.

              
  install.packages("packer")
              
            
Development

Get the development version from Github.

              
  remotes::install_github("JohnCoene/packer")