Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/epiverse-trace/epiversetheme
https://github.com/epiverse-trace/epiversetheme
community-health epiverse infrastructure organisation-tool pkgdown-template r r-package
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/epiverse-trace/epiversetheme
- Owner: epiverse-trace
- Created: 2023-03-09T14:32:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T17:17:22.000Z (8 months ago)
- Last Synced: 2024-05-22T18:02:52.288Z (8 months ago)
- Topics: community-health, epiverse, infrastructure, organisation-tool, pkgdown-template, r, r-package
- Language: SCSS
- Homepage: https://epiverse-trace.github.io/epiversetheme/
- Size: 3.89 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# epiversetheme
This package is the Epiverse-TRACE organization pkgdown template.
## Installation
You can install the development version of epiversetheme from [GitHub](https://github.com/) with:
``` r
# install.packages("pak")
pak::pak("epiverse-trace/epiversetheme")
```## Example & tests
What is special about using `README.Rmd` instead of just `README.md`? You can include R chunks like so:
```{r cars}
summary(cars)
```You'll still need to render `README.Rmd` regularly, to keep `README.md` up-to-date. `devtools::build_readme()` is handy for this.
You can also embed plots, for example:
```{r pressure, echo = FALSE}
plot(pressure)
```In that case, don't forget to commit and push the resulting figure files, so they display on GitHub and CRAN.