-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathREADME.Rmd
More file actions
27 lines (20 loc) · 1.01 KB
/
README.Rmd
File metadata and controls
27 lines (20 loc) · 1.01 KB
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
<!-- badges: start -->
[](https://github.com/dynverse/dynutils/actions/workflows/R-CMD-check.yaml)
[](https://cran.r-project.org/package=dynutils)
<!-- badges: end -->
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).