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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.8%) to scientific vocabulary
Keywords
r
reporting
tables
Last synced: 6 months ago
·
JSON representation
Repository
Simplify Reporting Many Tables
Basic Info
- Host: GitHub
- Owner: humanpred
- License: gpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://humanpred.github.io/tabtibble/
- Size: 1.1 MB
Statistics
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
- Releases: 0
Topics
r
reporting
tables
Created 12 months ago
· Last pushed 12 months ago
Metadata Files
Readme
License
README.Rmd
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# tabtibble
[](https://github.com/humanpred/tabtibble/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/humanpred/tabtibble)
The goal of tabtibble is to simplify printing many tables in reports typically
created with `quarto` or `rmarkdown`.
## Installation
You can install the development version of tabtibble like so:
``` r
remotes::install_github("humanpred/tabtibble")
```
## Example
This is a basic example which shows you how to solve a common problem:
```{r example}
library(tabtibble)
my_tt <- new_tab_tibble(tibble::tibble(table = list(data.frame(a = 1)), caption = "foo"))
knit_print(my_tt)
```
Owner
- Name: humanpred
- Login: humanpred
- Kind: organization
- Repositories: 1
- Profile: https://github.com/humanpred
GitHub Events
Total
- Create event: 6
- Release event: 1
- Issues event: 3
- Watch event: 1
- Delete event: 2
- Push event: 31
- Pull request event: 4
Last Year
- Create event: 6
- Release event: 1
- Issues event: 3
- Watch event: 1
- Delete event: 2
- Push event: 31
- Pull request event: 4
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 2
- Total pull requests: 4
- Average time to close issues: 41 minutes
- Average time to close pull requests: 5 days
- Total issue authors: 1
- Total pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 1.0
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 2
- Pull requests: 4
- Average time to close issues: 41 minutes
- Average time to close pull requests: 5 days
- Issue authors: 1
- Pull request authors: 1
- Average comments per issue: 0.0
- Average comments per pull request: 1.0
- Merged pull requests: 4
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- billdenney (2)
Pull Request Authors
- billdenney (4)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 158 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 1
- Total maintainers: 1
cran.r-project.org: tabtibble
Simplify Reporting Many Tables
- Homepage: https://github.com/humanpred/tabtibble
- Documentation: http://cran.r-project.org/web/packages/tabtibble/tabtibble.pdf
- License: GPL (≥ 3)
-
Latest release: 0.0.1
published 12 months ago
Rankings
Dependent packages count: 27.0%
Dependent repos count: 33.3%
Average: 49.1%
Downloads: 87.0%
Maintainers (1)
Last synced:
6 months ago