forked from bernhard-da/sdcTable
-
Notifications
You must be signed in to change notification settings - Fork 6
/
README.Rmd
39 lines (28 loc) · 1.37 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
37
38
39
---
output: github_document
---
## sdcTable
[![R-CMD-check](https://github.com/sdcTools/sdcTable/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/sdcTools/sdcTable/actions/workflows/R-CMD-check.yaml)
[![GitHub last commit](https://img.shields.io/github/last-commit/sdcTools/sdcTable.svg?logo=github)](https://github.com/sdcTools/sdcTable/commits/master)
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/sdcTools/sdcTable.svg?logo=github)](https://github.com/sdcTools/sdcTable)
This is the git-repo for sdcTable development.
On github, development of the R-package `sdcTable` takes place. A version is provided on CRAN, too.
Please feel free to report bugs, issues and suggestions to enhance the package on the [**issue-tracker**](https://github.com/sdcTools/userSupport/issues).
### Installation
#### CRAN
```
install.packages("sdcTable")
```
#### Github
```
install.packages("remotes")
remotes::install_github(
repo = "sdcTools/sdcTable",
dependencies = TRUE,
build_opts = c("--no-resave-data", "--no-manual")
)
```
### Usage
Please have a look at the [**package vignette**](https://sdctools.github.io/sdcTable/articles/sdcTable.html) and/or browse the automatically generated [**documentation**](https://sdctools.github.io/sdcTable).
### Updates
Updates/Changes are listed [**here**](https://sdctools.github.io/sdcTable/news/index.html).