/scribblr

A Notepad Inside RStudio

Primary LanguageRGNU General Public License v3.0GPL-3.0

scribblr

Project Status: Active – The project has reached a stable, usable state and is being actively developed. R-CMD-check Codecov test coverage CRAN status R-universe status Website Tweet R-CMD-check

scribblr is a project-aware notepad inside RStudio.

scribblr demonstration

scribblr demonstration

Installation

scribblr is not yet available on CRAN. In the meanwhile, you can install the development version from my R-universe repository, with:

install.packages("scribblr", repos = "https://vgherard.r-universe.dev")

or equivalently from GitHub with:

# install.packages("devtools")
devtools::install_github("vgherard/scribblr")