Home

Awesome

<!-- README.md is generated from README.Rmd. Please edit that file -->

scribblr <img src='man/figures/logo.png' align="right" height="139" />

<!-- badges: start -->

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

<!-- badges: end -->

scribblr is a project-aware notepad inside RStudio.

<figure> <img src="https://raw.githubusercontent.com/vgherard/scribblr/master/img/scribblr.gif" alt="scribblr demonstration" /> <figcaption aria-hidden="true">scribblr demonstration</figcaption> </figure>

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")