https://github.com/jimbrig/jimsaddins
Collection of RStudio Add-Ins
https://github.com/jimbrig/jimsaddins
r-package rstats rstudio-addin
Last synced: about 2 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T08:38:32.000Z (over 1 year ago)
- Last Synced: 2025-01-13T00:32:38.855Z (3 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")
```