Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vgherard/scribblr
- Owner: vgherard
- License: gpl-3.0
- Created: 2021-06-19T16:56:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T10:54:14.000Z (12 months ago)
- Last Synced: 2024-01-29T13:04:07.873Z (12 months ago)
- Topics: productivity, r, rstudio, rstudio-addin
- Language: R
- Homepage: https://vgherard.github.io/scribblr
- Size: 2.97 MB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
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")
```