Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thinkr-open/prenoms-app
- Owner: ThinkR-open
- License: other
- Created: 2023-04-11T10:04:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-18T11:58:09.000Z (over 1 year ago)
- Last Synced: 2024-11-06T11:49:59.404Z (3 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}`
[![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()
```