-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.Rmd
27 lines (22 loc) · 1.21 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-"
)
```
# naflex: Flexible options for handling missing values
<!-- badges: start -->
[![R-CMD-check](https://github.com/dannyparsons/naflex/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/dannyparsons/naflex/actions/workflows/R-CMD-check.yaml)
[![codecov](https://codecov.io/gh/dannyparsons/naflex/branch/master/graph/badge.svg?token=MSQKXE5UYR)](https://app.codecov.io/gh/dannyparsons/naflex)
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/naflex)](https://cran.r-project.org/package=naflex)
[![license](https://img.shields.io/badge/license-LGPL (>= 3)-lightgrey.svg)](https://www.gnu.org/licenses/lgpl-3.0.en.html)
[![DOI](https://zenodo.org/badge/242815229.svg)](https://zenodo.org/badge/latestdoi/242815229)
<!-- badges: end -->
```{r child="vignettes/fragments/overview.Rmd"}
```