https://github.com/scienceverse/svutils
Scienceverse Utilities
https://github.com/scienceverse/svutils
Last synced: about 1 month ago
JSON representation
Scienceverse Utilities
- Host: GitHub
- URL: https://github.com/scienceverse/svutils
- Owner: scienceverse
- License: agpl-3.0
- Created: 2026-03-23T10:31:53.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2026-03-23T16:19:25.000Z (4 months ago)
- Last Synced: 2026-03-24T08:24:35.371Z (4 months ago)
- Language: R
- Homepage: http://www.scienceverse.org/svutils/
- Size: 1.13 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE.md
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures",
out.width = "100%"
)
```
The goal of svutils is to collect common utility functions used by scienceverse packages, such as [metacheck](https://scienceverse.org/metacheck) and [faux](https://scienceverse.org/faux).
## Installation
You can install the development version of svutils from [GitHub](https://github.com/) with:
``` r
devtools::install_github("scienceverse/svutils")
```
