https://github.com/abjur/abjstatus
This package checks all ABJ github actions
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.9%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
This package checks all ABJ github actions
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
- Releases: 0
Created almost 5 years ago
· Last pushed 10 months ago
Metadata Files
Readme
License
README.Rmd
---
title: "GitHub Actions"
output: github_document
# the repository where this repo exists
status_repo: abjur/abjStatus
# list of repositories by owner name and repo
params:
abjur:
- obsFase2
- obsFase3
- obsRJRS
- obsRJRJ
- obsCRSFN
- obsMC
- saudeJFCE
- falrec
- associados
- authLogs
- relatorioPesquisadores
- abjMktAnalytics
- obsDash
- abjDash
- abjutils
- cnc
- abjMaps
---

`r strftime(Sys.time(), "%F %T %Z")`
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE, warning = FALSE, message = FALSE)
library(purrr)
library(dplyr)
library(glue)
```
```{r gh-get-repos}
# agora lidando com runs vazios
source("gh-repo-info.R")
repos <- gh_get_repo_status(params)
```
```{r repo-status}
repos |>
dplyr::select(-where(is.list)) |>
dplyr::filter(
purrr::map_chr(repos$workflows, "state") != "disabled_manually"
) |>
dplyr::arrange(repo_name) |>
dplyr::mutate(
commit_message = map_chr(commit_message, ~strsplit(.x, "\n")[[1]][1]),
commit_id_6 = substr(commit_id, 1, 6)
) |>
dplyr::transmute(
Repo = glue("[{repo_name}]({html_url_repo})"),
Name = basename(dirname(badge_url)),
Stars = stargazers_count,
Issues = open_issues_count,
Status = glue("[]({html_url_run})")
) |>
dplyr::filter(
Name != "pages-build-deployment"
) |>
knitr::kable(escape = FALSE)
```
Owner
- Name: Associação Brasileira de Jurimetria
- Login: abjur
- Kind: organization
- Email: contato@abj.org.br
- Location: Brazil
- Website: https://abj.org.br
- Twitter: abjurimetria
- Repositories: 102
- Profile: https://github.com/abjur
Direito na Medida Σ§
GitHub Events
Total
- Push event: 251
Last Year
- Push event: 251
Dependencies
DESCRIPTION
cran
- dplyr * imports
- gh * imports
- glue * imports
- magrittr * imports
- memoise * imports
- purrr * imports
- readr * imports
- rmarkdown * imports
- tibble * imports
- tidyr * imports
.github/workflows/update-status.yaml
actions
- actions/checkout v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite