Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/r-world-devs/gitstats
An R package to get statistics from GitHub and GitLab.
https://github.com/r-world-devs/gitstats
git github gitlab metadata r
Last synced: 2 months ago
JSON representation
An R package to get statistics from GitHub and GitLab.
- Host: GitHub
- URL: https://github.com/r-world-devs/gitstats
- Owner: r-world-devs
- License: other
- Created: 2023-01-09T14:02:20.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T13:28:09.000Z (8 months ago)
- Last Synced: 2024-04-18T16:01:42.009Z (8 months ago)
- Topics: git, github, gitlab, metadata, r
- Language: R
- Homepage: https://r-world-devs.github.io/GitStats/
- Size: 11.8 MB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 84
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
message = FALSE,
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```# GitStats
[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/r-world-devs/GitStats/workflows/R-CMD-check/badge.svg)](https://github.com/r-world-devs/GitStats/actions)
[![Codecov test coverage](https://codecov.io/gh/r-world-devs/GitStats/branch/devel/graph/badge.svg)](https://app.codecov.io/gh/r-world-devs/GitStats?branch=devel)With GitStats you can pull git data in a uniform way (table format) from GitHub and GitLab. For the time-being you can get data on:
* repositories,
* commits,
* users,
* release logs,
* repository files structure,
* text files content,
* R package usage.## Installation
```r
devtools::install_github("r-world-devs/GitStats")
```## GitStats workflow
On how to use GitStats, refer to the [documentation](https://r-world-devs.github.io/GitStats/index.html).
## Acknowledgement
Special thanks to [James Black](https://github.com/epijim), [Karolina Marcinkowska](https://github.com/marcinkowskak), [Kamil Koziej](https://github.com/Cotau), [Matt Secrest](https://github.com/mattsecrest), [Krystian Igras](https://github.com/krystian8207), [Kamil Wais](https://github.com/kalimu), [Adam Forys](https://github.com/galachad) - for the support in the package development.