|
1 |
| -gistr |
2 |
| -======= |
3 | 1 |
|
| 2 | +<!-- README.md is generated from README.Rmd. Please edit that file --> |
4 | 3 |
|
| 4 | +# gistr |
5 | 5 |
|
6 |
| -[](https://cranchecks.info/pkgs/gistr) |
7 |
| -[](https://github.com/ropensci/gistr/actions/) |
| 6 | +<!-- badges: start --> |
| 7 | + |
| 8 | +[](https://github.com/ropensci/gistr/actions/workflows/R-CMD-check.yaml) |
| 9 | +[](https://cranchecks.info/pkgs/gistr) |
8 | 11 | [](https://codecov.io/github/ropensci/gistr?branch=master)
|
9 |
| -[](https://github.com/metacran/cranlogs.app) |
10 |
| -[](https://cran.r-project.org/package=gistr) |
| 12 | +[](https://github.com/metacran/cranlogs.app) |
| 14 | +[](https://cran.r-project.org/package=gistr) |
| 16 | +<!-- badges: end --> |
11 | 17 |
|
12 |
| -`gistr` is a light interface to GitHub's gists for R. |
| 18 | +`gistr` is a light interface to GitHub’s gists for R. |
13 | 19 |
|
14 |
| -Get started with the docs: https://docs.ropensci.org/gistr |
| 20 | +Get started with the docs: <https://docs.ropensci.org/gistr> |
15 | 21 |
|
16 | 22 | ## See also:
|
17 | 23 |
|
18 |
| -* [gert](https://github.com/r-lib/gert) Simple git client for R by Jeroen Ooms |
19 |
| -* [gistfo](https://github.com/MilesMcBain/gistfo) for turning your untitled RStudio tabs into gists! |
20 |
| -* [git2r](https://github.com/ropensci/git2r) an R client for the libgit2 C library by Stefan Widgren |
21 |
| -* [git2rdata](https://ropensci.github.io/git2rdata/) for storing data frames efficiently in git |
| 24 | +- [git2r](https://github.com/ropensci/git2r) an R client for the |
| 25 | + libgit2 C library by Stefan Widgren |
| 26 | +- [gert](https://github.com/r-lib/gert) Simple git client for R by |
| 27 | + Jeroen Ooms |
| 28 | +- [gistfo](https://github.com/MilesMcBain/gistfo) for turning your |
| 29 | + untitled RStudio tabs into gists! |
22 | 30 |
|
23 | 31 | ## Install
|
24 | 32 |
|
25 | 33 | Stable version from CRAN
|
26 | 34 |
|
27 |
| - |
28 |
| -```r |
| 35 | +``` r |
29 | 36 | install.packages("gistr")
|
30 | 37 | ```
|
31 | 38 |
|
32 | 39 | Or dev version from GitHub.
|
33 | 40 |
|
34 |
| - |
35 |
| -```r |
| 41 | +``` r |
36 | 42 | remotes::install_github("ropensci/gistr")
|
37 | 43 | ```
|
38 | 44 |
|
39 |
| - |
40 |
| -```r |
| 45 | +``` r |
41 | 46 | library("gistr")
|
| 47 | +#> |
| 48 | +#> Attaching package: 'gistr' |
| 49 | +#> The following objects are masked from 'package:stats': |
| 50 | +#> |
| 51 | +#> embed, update |
42 | 52 | ```
|
43 | 53 |
|
44 | 54 | ## Meta
|
45 | 55 |
|
46 |
| -* Please [report any issues or bugs](https://github.com/ropensci/gistr/issues). |
47 |
| -* License: MIT |
48 |
| -* Get citation information for `gistr` in R doing `citation(package = 'gistr')` |
49 |
| -* 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. |
50 |
| - |
51 |
| -[](https://ropensci.org) |
| 56 | +- Please [report any issues or |
| 57 | + bugs](https://github.com/ropensci/gistr/issues). |
| 58 | +- License: MIT |
| 59 | +- Get citation information for `gistr` in R doing |
| 60 | + `citation(package = 'gistr')` |
| 61 | +- Please note that this package is released with a [Contributor Code |
| 62 | + of Conduct](https://ropensci.org/code-of-conduct/). By contributing |
| 63 | + to this project, you agree to abide by its terms. |
0 commit comments