Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 728 Bytes

index.md

File metadata and controls

21 lines (13 loc) · 728 Bytes

Stencila for R

Install

This package isn't on CRAN yet, but you can install it from this repository using the devtools package,

devtools::install_github("stencila/r")

Alternatively, check the releases page for prebuilt versions.

Then install the package so that other Stencila packages and applications can detect it:

stencila:::install()

Use

This package lets you run R code from inside Stencila Documents. When you start the Stencila Desktop it will be automatically detect the installed R package and you'll be able to execute R code cells from within your documents.