Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vgherard/scribblr

A Notepad Inside RStudio
https://github.com/vgherard/scribblr

productivity r rstudio rstudio-addin

Last synced: about 1 month ago
JSON representation

A Notepad Inside RStudio

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# scribblr

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![R-CMD-check](https://github.com/vgherard/scribblr/workflows/R-CMD-check/badge.svg)](https://github.com/vgherard/scribblr/actions)
[![Codecov test coverage](https://codecov.io/gh/vgherard/scribblr/branch/master/graph/badge.svg)](https://codecov.io/gh/vgherard/scribblr?branch=master)
[![CRAN status](https://www.r-pkg.org/badges/version/scribblr)](https://CRAN.R-project.org/package=scribblr)
[![R-universe status](https://vgherard.r-universe.dev/badges/scribblr)](https://vgherard.r-universe.dev/)
[![Website](https://img.shields.io/badge/Website-here-blue)](https://vgherard.github.io/scribblr/)
[![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text={scribblr}:%20A%20Notepad%20Inside%20RStudio&url=https://github.com/vgherard/scribblr&via=ValerioGherardi&hashtags=rstats,rstudio,productivity)
[![R-CMD-check](https://github.com/vgherard/scribblr/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/vgherard/scribblr/actions/workflows/R-CMD-check.yaml)

`scribblr` is a project-aware notepad inside RStudio.

![scribblr demonstration](https://raw.githubusercontent.com/vgherard/scribblr/master/img/scribblr.gif)

## Installation

`scribblr` is not yet available on CRAN. In the meanwhile, you can install
the development version from
[my R-universe repository](https://vgherard.r-universe.dev/), with:

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

or equivalently from [GitHub](https://github.com/vgherard/scribblr) with:

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