Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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%"
)
```

# 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()
```