Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimbrig/jimsaddins
Collection of RStudio Add-Ins
https://github.com/jimbrig/jimsaddins
r-package rstats rstudio-addin
Last synced: 29 days ago
JSON representation
Collection of RStudio Add-Ins
- Host: GitHub
- URL: https://github.com/jimbrig/jimsaddins
- Owner: jimbrig
- License: other
- Created: 2022-01-27T20:55:47.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T08:38:32.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:11:57.179Z (4 months ago)
- Topics: r-package, rstats, rstudio-addin
- Language: R
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jimbrig/jimsaddins - Collection of RStudio Add-Ins (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# jimsaddins
The goal of jimsaddins is to ...
## Installation
You can install the development version of jimsaddins from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("jimbrig/jimsaddins")
```