https://github.com/insightsengineering/autoslider.core
autoslideR core
https://github.com/insightsengineering/autoslider.core
r
Last synced: 10 months ago
JSON representation
autoslideR core
- Host: GitHub
- URL: https://github.com/insightsengineering/autoslider.core
- Owner: insightsengineering
- License: other
- Created: 2024-11-08T12:28:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T17:00:00.000Z (over 1 year ago)
- Last Synced: 2024-12-02T17:23:07.313Z (over 1 year ago)
- Topics: r
- Language: R
- Homepage: https://insightsengineering.github.io/autoslider.core/
- Size: 7.53 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.Rmd
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# autoslider.core
[](https://github.com/insightsengineering/autoslider.core/actions/workflows/check.yaml)
[](https://insightsengineering.github.io/autoslider.core/)
[](https://github.com/insightsengineering/autoslider.core/releases)
[](https://raw.githubusercontent.com/insightsengineering/autoslider.core/_xml_coverage_reports/data/main/coverage.xml)








[](https://www.repostatus.org/#active)
[](https://github.com/insightsengineering/autoslider.core/tree/main)
[](https://github.com/insightsengineering/autoslider.core/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc)

## Overview
`autoslider.core` creates a set of standard table templates that are often used in Study Results Endorsement Plan. It aims to reduce the amount of work when creating slides and avoid the duplicated effort between statisticians and programmers.
## Installation
`autoslider.core` is available on CRAN and you can install the latest released version with:
``` r
install.packages("autoslider.core")
```
or you can install the latest development version directly from GitHub by running the following:
``` r
# install.packages("pak")
pak::pak("insightsengineering/autoslider.core")
```