-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
32 lines (25 loc) · 1.53 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
28
29
30
31
32
---
output: github_document
editor_options:
chunk_output_type: console
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# saros.utils: Semi-Automatic Reporting of Ordinary Surveys - utility functions
<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![Codecov test coverage](https://codecov.io/gh/NIFU-NO/saros.utils/branch/main/graph/badge.svg)](https://app.codecov.io/gh/NIFU-NO/saros.utils?branch=main)
[![CRAN status](https://www.r-pkg.org/badges/version/saros.utils)](https://CRAN.R-project.org/package=saros.utils)
[![CRAN release](https://www.r-pkg.org/badges/version-ago/saros.utils)](https://CRAN.R-project.org/package=saros.utils)
[![CRAN total downloads](https://cranlogs.r-pkg.org/badges/grand-total/saros.utils)](https://CRAN.R-project.org/package=saros.utils)
[![R-CMD-check](https://github.com/NIFU-NO/saros.utils/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/NIFU-NO/saros.utils/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
## Sub-package
saros.utils is merely an upstream sub-package used in the[{saros}-package](https://github.com/NIFU-NO/saros/). Go there for common presentation of the packages, or see [here for documentation of the saros.utils-functions](https://nifu-no.github.io/saros.utils/).