Science Score: 13.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
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (8.9%) to scientific vocabulary
Keywords
api
r
trello
Last synced: 6 months ago
·
JSON representation
Repository
R API client for Trello
Basic Info
- Host: GitHub
- Owner: jchrom
- Language: R
- Default Branch: master
- Homepage: http://jchrom.github.io/trelloR/
- Size: 1.79 MB
Statistics
- Stars: 41
- Watchers: 4
- Forks: 9
- Open Issues: 1
- Releases: 7
Topics
api
r
trello
Created almost 11 years ago
· Last pushed over 2 years ago
Metadata Files
Readme
Changelog
README.Rmd
---
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
API client for Trello
---------------------
[](https://cran.r-project.org/package=trelloR/)
[](https://lifecycle.r-lib.org/articles/stages.html#stable)
[](https://github.com/jchrom/trelloR/actions/workflows/R-CMD-check.yaml)
The purpose of `trelloR` is to help you interact with the [Trello API](https://developer.atlassian.com/cloud/trello/rest) from R.
### Example
Request cards and return a data frame:
```r
library(trelloR)
board = "https://trello.com/b/wVWPK9I4/r-client-for-the-trello-api"
cards = get_board_cards(board)
```
### Get it from CRAN
```r
install.packages("trelloR")
```
### Get development version
```r
# install.packages("remotes")
remotes::install_github("jchrom/trelloR")
```
### Disclaimer
`trelloR` is not affiliated, associated, authorized, endorsed
by or in any way officially connected to Trello, Inc. ( ).
Owner
- Name: Jakub Chromec
- Login: jchrom
- Kind: user
- Repositories: 6
- Profile: https://github.com/jchrom
GitHub Events
Total
Last Year
Committers
Last synced: almost 3 years ago
All Time
- Total Commits: 52
- Total Committers: 1
- Avg Commits per committer: 52.0
- Development Distribution Score (DDS): 0.0
Top Committers
| Name | Commits | |
|---|---|---|
| Jakub Chromec | c****b@g****m | 52 |
Issues and Pull Requests
Last synced: over 2 years ago
All Time
- Total issues: 19
- Total pull requests: 2
- Average time to close issues: 4 months
- Average time to close pull requests: about 2 hours
- Total issue authors: 15
- Total pull request authors: 2
- Average comments per issue: 4.05
- Average comments per pull request: 2.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- jchrom (4)
- deneara (2)
- howaskew (1)
- darrkj (1)
- lemna (1)
- voxnonecho (1)
- bentleycook (1)
- rpietro (1)
- ryanbieber (1)
- tanho63 (1)
- aedobbyn (1)
- bnepryakhin63 (1)
- YlanAllouche (1)
- samyoulmane (1)
- joranE (1)
Pull Request Authors
- vfulco (1)
- ccowens (1)
- nathaneastwood (1)
Top Labels
Issue Labels
enhancement (3)
bug (2)
question (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 177 last-month
- Total docker downloads: 21,247
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 4
- Total maintainers: 1
cran.r-project.org: trelloR
Access the Trello API
- Homepage: https://github.com/jchrom/trelloR
- Documentation: http://cran.r-project.org/web/packages/trelloR/trelloR.pdf
- License: GPL-3
- Status: removed
-
Latest release: 0.8.0
published over 2 years ago
Rankings
Forks count: 7.3%
Stargazers count: 7.9%
Docker downloads count: 12.6%
Average: 21.2%
Dependent repos count: 24.0%
Dependent packages count: 28.8%
Downloads: 46.5%
Maintainers (1)
Last synced:
9 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.6.0 depends
- httr >= 1.4.0 imports
- jsonlite >= 1.7.0 imports
- knitr * suggests
- rmarkdown * suggests
- testthat * suggests
- tibble * suggests
.github/workflows/R-CMD-check.yaml
actions
- actions/checkout v3 composite
- r-lib/actions/check-r-package v2 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml
actions
- JamesIves/github-pages-deploy-action v4.4.1 composite
- actions/checkout v3 composite
- r-lib/actions/setup-pandoc v2 composite
- r-lib/actions/setup-r v2 composite
- r-lib/actions/setup-r-dependencies v2 composite