-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.Rmd
27 lines (20 loc) · 1.23 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
---
output:
github_document:
html_preview: false
---
```{r setup1, include=FALSE}
knitr::opts_chunk$set(fig.path = "man/figures/README_", warning = FALSE, message = FALSE, error = FALSE, echo = TRUE)
library(tidyverse)
library(dynutils)
set.seed(1)
```
# dynutils
[![Build Status](https://travis-ci.org/dynverse/dynutils.svg?branch=master)](https://travis-ci.org/dynverse/dynutils)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/dynverse/dynutils?branch=master&svg=true)](https://ci.appveyor.com/project/dynverse/dynutils)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/dynutils)](https://cran.r-project.org/package=dynutils)
[![Coverage Status](https://app.codecov.io/gh/dynverse/dynutils/branch/master/graph/badge.svg)](https://app.codecov.io/gh/dynverse/dynutils?branch=master)
Provides common functionality for the dynverse packages. An overview of this functionality
is available using the `?dynutils` command or in the [examples vignette](https://CRAN.R-project.org/package=dynutils/vignettes/functionality.html).
dynverse is created to support the development, execution, and benchmarking of trajectory inference methods.
For more information, check out [dynverse.org](https://dynverse.org).