Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thinkr-open/prenoms-app

An App for Exploring French Baby Names
https://github.com/thinkr-open/prenoms-app

france golem package prenoms shiny

Last synced: about 1 month ago
JSON representation

An App for Exploring French Baby Names

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

# `{prenomsapp}`

[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/ThinkR-open/prenoms-app/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/ThinkR-open/prenoms-app/actions/workflows/R-CMD-check.yaml)

## Run

You can launch the application by running:

```{r, eval = FALSE}
prenomsapp::run_app()
```

## About

You are reading the doc about version : `r golem::pkg_version()`

This README has been compiled on the

```{r}
Sys.time()
```

Here are the tests results and package coverage:

```{r, error = TRUE}
devtools::check(quiet = TRUE)
```

```{r echo = FALSE}
unloadNamespace("prenomsapp")
```

```{r, error = TRUE}
covr::package_coverage()
```