Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rweekly/rweekly-shiny
shiny app to support rweekly team
https://github.com/rweekly/rweekly-shiny
Last synced: 3 months ago
JSON representation
shiny app to support rweekly team
- Host: GitHub
- URL: https://github.com/rweekly/rweekly-shiny
- Owner: rweekly
- License: other
- Created: 2022-08-05T21:59:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T11:12:00.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T21:12:02.918Z (7 months ago)
- Language: R
- Size: 25.4 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - rweekly/rweekly-shiny - shiny app to support rweekly team (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```# rweekly
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
## About
This app is designed to help the rweekly team building a release.
You can run it with:
```r
rweekly::run_app()
```## Infra
You're reading the documentation for version
```{r}
desc::desc_get_version()
``````{r}
devtools::check()
``````{r include = FALSE}
unloadNamespace("rweekly")
``````{r}
covr::package_coverage()
```