https://github.com/dynverse/dynutils
Common Functionality for the 'dynverse' Packages
https://github.com/dynverse/dynutils
Last synced: 4 months ago
JSON representation
Common Functionality for the 'dynverse' Packages
- Host: GitHub
- URL: https://github.com/dynverse/dynutils
- Owner: dynverse
- License: other
- Created: 2017-08-31T03:11:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-09-02T18:07:36.000Z (9 months ago)
- Last Synced: 2025-10-21T20:53:50.793Z (8 months ago)
- Language: HTML
- Homepage:
- Size: 2.32 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
---
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
[](https://github.com/dynverse/dynutils/actions/workflows/R-CMD-check.yaml)
[](https://cran.r-project.org/package=dynutils)
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).