https://github.com/jimbrig/jimstemplates
Personal Templates
https://github.com/jimbrig/jimstemplates
Last synced: about 1 month ago
JSON representation
Personal Templates
- Host: GitHub
- URL: https://github.com/jimbrig/jimstemplates
- Owner: jimbrig
- License: mit
- Created: 2020-11-24T04:52:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T20:26:20.000Z (about 1 year ago)
- Last Synced: 2025-01-13T00:32:37.794Z (3 months ago)
- Language: R
- Size: 607 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jimbrig/jimstemplates - Personal Templates (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# jimstemplates
[](http://www.repostatus.org/#wip)
## Installation
```{r installation, eval=FALSE}
remotes::install_github("jimbrig/jimstemplates")
```