Skip to content

Aariq/gistr

This branch is 8 commits ahead of, 1 commit behind ropensci/gistr:gitcreds.

Folders and files

NameName
Last commit message
Last commit date
Oct 28, 2024
Oct 28, 2024
Jul 28, 2020
Jul 28, 2020
Oct 28, 2024
Jul 28, 2020
Oct 28, 2024
Jul 28, 2020
Oct 18, 2022
Jul 18, 2019
Nov 8, 2024
Jan 9, 2020
Jul 28, 2020
Jul 28, 2020
Oct 28, 2024
Oct 18, 2022
Oct 18, 2022
Jul 28, 2020
Jul 28, 2020
Oct 18, 2022

Repository files navigation

gistr

R-CMD-check cran checks codecov.io rstudio mirror downloads cran version

gistr is a light interface to GitHub’s gists for R.

Get started with the docs: https://docs.ropensci.org/gistr

See also:

  • git2r an R client for the libgit2 C library by Stefan Widgren
  • gert Simple git client for R by Jeroen Ooms
  • gistfo for turning your untitled RStudio tabs into gists!

Install

Stable version from CRAN

install.packages("gistr")

Or dev version from GitHub.

remotes::install_github("ropensci/gistr")
library("gistr")
#> 
#> Attaching package: 'gistr'
#> The following objects are masked from 'package:stats':
#> 
#>     embed, update

Meta

  • Please report any issues or bugs.
  • 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. By contributing to this project, you agree to abide by its terms.

About

Interact with GitHub gists from R

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 99.1%
  • Makefile 0.9%