-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathREADME.Rmd
60 lines (44 loc) · 1.88 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
gistr
=======
<!-- badges: start -->
[](https://github.com/ropensci/gistr/actions/workflows/R-CMD-check.yaml)
[](https://cranchecks.info/pkgs/gistr)
[](https://codecov.io/github/ropensci/gistr?branch=master)
[](https://github.com/metacran/cranlogs.app)
[](https://cran.r-project.org/package=gistr)
<!-- badges: end -->
`gistr` is a light interface to GitHub's gists for R.
Get started with the docs: https://docs.ropensci.org/gistr
## See also:
* [git2r](https://github.com/ropensci/git2r) an R client for the libgit2 C library by Stefan Widgren
* [gert](https://github.com/r-lib/gert) Simple git client for R by Jeroen Ooms
* [gistfo](https://github.com/MilesMcBain/gistfo) for turning your untitled RStudio tabs into gists!
## Install
Stable version from CRAN
```{r eval=FALSE}
install.packages("gistr")
```
Or dev version from GitHub.
```{r eval=FALSE}
remotes::install_github("ropensci/gistr")
```
```{r}
library("gistr")
```
## Meta
* Please [report any issues or bugs](https://github.com/ropensci/gistr/issues).
* License: MIT
* Get citation information for `gistr` in R doing `citation(package = 'gistr')`
* Please note that this package is released with a [Contributor Code of Conduct](https://ropensci.org/code-of-conduct/). By contributing to this project, you agree to abide by its terms.