This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
36 lines (28 loc) · 1.84 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
33
34
35
36
---
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.contents: Semi-Automatic Reporting of Ordinary Surveys - contents package
<!-- 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.contents/branch/main/graph/badge.svg)](https://app.codecov.io/gh/NIFU-NO/saros.contents?branch=main)
[![CRAN status](https://www.r-pkg.org/badges/version/saros.contents)](https://CRAN.R-project.org/package=saros.contents)
[![CRAN release](https://www.r-pkg.org/badges/version-ago/saros.contents)](https://CRAN.R-project.org/package=saros.contents)
[![CRAN total downloads](https://cranlogs.r-pkg.org/badges/grand-total/saros.contents)](https://CRAN.R-project.org/package=saros.contents)
[![R-CMD-check](https://github.com/NIFU-NO/saros.contents/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/NIFU-NO/saros.contents/actions/workflows/R-CMD-check.yaml)
[![R-CMD-check](https://github.com/NIFU-NO/saros.contents/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/NIFU-NO/saros.contents/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->
## Sub-package
saros.contents 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.contents-functions](https://nifu-no.github.io/saros.contents/).
## Acknowledgements and license
A small part of the code is taken from tidytext to avoid dependency.