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: 2 months ago
JSON representation
An App for Exploring French Baby Names
- Host: GitHub
- URL: https://github.com/thinkr-open/prenoms-app
- Owner: ThinkR-open
- License: other
- Created: 2023-04-11T10:04:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T11:58:09.000Z (almost 2 years ago)
- Last Synced: 2024-12-25T12:21:26.129Z (4 months ago)
- Topics: france, golem, package, prenoms, shiny
- Language: R
- Homepage: https://connect.thinkr.fr/prenoms/
- Size: 118 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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}`
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](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()
```