ratlas

Custom graphics and report generation for @atlas-aai

https://github.com/atlas-aai/ratlas

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 (11.9%) to scientific vocabulary

Keywords

bookdown ggplot2 ggplot2-themes r rmarkdown rmarkdown-template rstats
Last synced: 6 months ago · JSON representation

Repository

Custom graphics and report generation for @atlas-aai

Basic Info
Statistics
  • Stars: 29
  • Watchers: 1
  • Forks: 9
  • Open Issues: 6
  • Releases: 0
Topics
bookdown ggplot2 ggplot2-themes r rmarkdown rmarkdown-template rstats
Created over 7 years ago · Last pushed 8 months ago
Metadata Files
Readme Changelog

README.Rmd

---
output: github_document
---



```{r setup, include = FALSE}
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
```

# ratlas 



[![R-CMD-check](https://github.com/atlas-aai/ratlas/actions/workflows/check-standard.yaml/badge.svg)](https://github.com/atlas-aai/ratlas/actions/workflows/check-standard.yaml)
[![Codecov test coverage](https://codecov.io/gh/atlas-aai/ratlas/branch/main/graph/badge.svg)](https://app.codecov.io/gh/atlas-aai/ratlas?branch=main)



The goal of ratlas is to provide uniform [R Markdown](https://bookdown.org/yihui/rmarkdown/) templates for creating topic guides and technical reports, helper functions formatting text in documents, and providing consistent themes for [**ggplot2**](https://ggplot2.tidyverse.org) graphics.

## Installation

You can install the latest version with:

``` r
install.packages("ratlas")
```

Owner

  • Name: Accessible Teaching, Learning, and Assessment Systems
  • Login: atlas-aai
  • Kind: organization
  • Location: Lawrence, KS

ATLAS promotes learning by creating accessible and academically rigorous technology-based learning and assessment systems.

GitHub Events

Total
  • Create event: 2
  • Release event: 1
  • Issues event: 1
  • Delete event: 1
  • Push event: 14
  • Pull request event: 2
  • Fork event: 1
Last Year
  • Create event: 2
  • Release event: 1
  • Issues event: 1
  • Delete event: 1
  • Push event: 14
  • Pull request event: 2
  • Fork event: 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 24
  • Total pull requests: 48
  • Average time to close issues: 6 months
  • Average time to close pull requests: 2 months
  • Total issue authors: 4
  • Total pull request authors: 4
  • Average comments per issue: 0.38
  • Average comments per pull request: 0.77
  • Merged pull requests: 44
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 1
  • Pull requests: 2
  • Average time to close issues: about 17 hours
  • 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: 2
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • wjakethompson (19)
  • noellepablo (2)
  • JeffreyCHoover (2)
  • pssguy (1)
Pull Request Authors
  • wjakethompson (30)
  • JeffreyCHoover (11)
  • noellepablo (5)
  • teunbrand (2)
Top Labels
Issue Labels
enhancement :woman_technologist: (9) documentation :memo: (4) bug :beetle: (2) dev-day :computer: (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 129 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: ratlas

ATLAS Formatting Functions and Templates

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 129 Last month
Rankings
Dependent packages count: 27.8%
Dependent repos count: 34.3%
Average: 49.7%
Downloads: 87.0%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/pkgdown.yaml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • r-lib/actions/setup-pandoc master composite
  • r-lib/actions/setup-r master composite
DESCRIPTION cran
  • R >= 3.5.0 depends
  • bookdown >= 0.9 imports
  • colorspace >= 1.4.1 imports
  • dplyr >= 0.8.1 imports
  • extrafont >= 0.17 imports
  • fs >= 1.2.7 imports
  • ggplot2 >= 3.3.2 imports
  • ggtext >= 0.1.1 imports
  • glue >= 1.3.1 imports
  • grDevices * imports
  • hrbrthemes >= 0.6.0 imports
  • knitr >= 1.22 imports
  • magrittr >= 1.5 imports
  • officedown >= 0.2.2 imports
  • purrr >= 0.3.4 imports
  • rlang >= 0.3.4 imports
  • scales >= 1.0.0 imports
  • stringr >= 1.4.0 imports
  • tibble >= 2.1.3 imports
  • tidyr >= 0.8.3 imports
  • xaringan >= 0.11 imports
  • xfun >= 0.12 imports
  • covr >= 3.2.1 suggests
  • cowplot >= 1.0.0 suggests
  • dichromat >= 2.0.0 suggests
  • english >= 1.2.3 suggests
  • here >= 0.1 suggests
  • kableExtra >= 1.1.0 suggests
  • lintr >= 1.0.3 suggests
  • magick >= 2.2 suggests
  • pluralize >= 0.2.0 suggests
  • rmarkdown >= 1.12 suggests
  • spelling >= 2.1 suggests
  • testthat >= 2.1.0 suggests
  • tinytex >= 0.13 suggests
  • usethis >= 1.6.0 suggests
  • vdiffr >= 0.3.1 suggests
  • viridis >= 0.5.1 suggests
  • withr >= 2.2.0 suggests
.github/workflows/check-standard.yaml actions
  • actions/checkout v4 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
  • r-lib/actions/setup-tinytex v2 composite
.github/workflows/test-coverage.yaml actions
  • actions/checkout v4 composite
  • actions/upload-artifact v4 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
  • r-lib/actions/setup-tinytex v2 composite