-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0dfe890
commit 58544e9
Showing
1 changed file
with
242 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# ----------------------------------------------------------- | ||
# CITATION file created with {cffr} R package, v0.1.1 | ||
# CITATION file created with {cffr} R package, v0.2.1 | ||
# See also: https://docs.ropensci.org/cffr/ | ||
# ----------------------------------------------------------- | ||
|
||
|
@@ -8,7 +8,7 @@ message: 'To cite package "sdcLog" in publications use:' | |
type: software | ||
license: GPL-3.0-only | ||
title: 'sdcLog: Tools for Statistical Disclosure Control in Research Data Centers' | ||
version: 0.4.0 | ||
version: 0.5.0 | ||
abstract: Tools for researchers to explicitly show that their results comply to rules | ||
for statistical disclosure control imposed by research data centers. These tools | ||
help in checking descriptive statistics and models and in calculating extreme values | ||
|
@@ -30,7 +30,7 @@ preferred-citation: | |
email: [email protected] | ||
- family-names: Becker | ||
given-names: Tim | ||
version: 0.4.0 | ||
version: 0.5.0 | ||
abstract: Tools for researchers to explicitly show that their results comply to | ||
rules for statistical disclosure control imposed by research data centers. These | ||
tools help in checking descriptive statistics and models and in calculating extreme | ||
|
@@ -46,7 +46,7 @@ preferred-citation: | |
email: [email protected] | ||
keywords: statistical-disclosure-control | ||
license: GPL-3.0-only | ||
year: '2021' | ||
year: '2022' | ||
repository: https://CRAN.R-project.org/package=sdcLog | ||
repository-code: https://github.com/matthiasgomolka/sdcLog | ||
url: https://github.com/matthiasgomolka/sdcLog | ||
|
@@ -55,3 +55,241 @@ contact: | |
given-names: Matthias | ||
email: [email protected] | ||
keywords: statistical-disclosure-control | ||
references: | ||
- type: software | ||
title: 'R: A Language and Environment for Statistical Computing' | ||
notes: Depends | ||
authors: | ||
- name: R Core Team | ||
location: | ||
name: Vienna, Austria | ||
year: '2022' | ||
url: https://www.R-project.org/ | ||
institution: | ||
name: R Foundation for Statistical Computing | ||
version: '>= 3.5' | ||
- type: software | ||
title: broom | ||
abstract: 'broom: Convert Statistical Objects into Tidy Tibbles' | ||
notes: Imports | ||
authors: | ||
- family-names: Robinson | ||
given-names: David | ||
email: [email protected] | ||
- family-names: Hayes | ||
given-names: Alex | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-4985-5160 | ||
- family-names: Couch | ||
given-names: Simon | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-5676-5107 | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=broom | ||
version: '>= 0.5.5' | ||
- type: software | ||
title: checkmate | ||
abstract: 'checkmate: Fast and Versatile Argument Checks' | ||
notes: Imports | ||
authors: | ||
- family-names: Lang | ||
given-names: Michel | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-9754-0393 | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=checkmate | ||
version: '>= 2.0.0' | ||
- type: software | ||
title: cli | ||
abstract: 'cli: Helpers for Developing Command Line Interfaces' | ||
notes: Imports | ||
authors: | ||
- family-names: Csárdi | ||
given-names: Gábor | ||
email: [email protected] | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=cli | ||
- type: software | ||
title: data.table | ||
abstract: 'data.table: Extension of `data.frame`' | ||
notes: Imports | ||
authors: | ||
- family-names: Dowle | ||
given-names: Matt | ||
email: [email protected] | ||
- family-names: Srinivasan | ||
given-names: Arun | ||
email: [email protected] | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=data.table | ||
version: '>= 1.12.8' | ||
- type: software | ||
title: mathjaxr | ||
abstract: 'mathjaxr: Using ''Mathjax'' in Rd Files' | ||
notes: Imports | ||
authors: | ||
- family-names: Viechtbauer | ||
given-names: Wolfgang | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-3463-4063 | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=mathjaxr | ||
- type: software | ||
title: stats | ||
abstract: 'R: A Language and Environment for Statistical Computing' | ||
notes: Imports | ||
authors: | ||
- name: R Core Team | ||
location: | ||
name: Vienna, Austria | ||
year: '2022' | ||
url: https://www.R-project.org/ | ||
institution: | ||
name: R Foundation for Statistical Computing | ||
- type: software | ||
title: utils | ||
abstract: 'R: A Language and Environment for Statistical Computing' | ||
notes: Imports | ||
authors: | ||
- name: R Core Team | ||
location: | ||
name: Vienna, Austria | ||
year: '2022' | ||
url: https://www.R-project.org/ | ||
institution: | ||
name: R Foundation for Statistical Computing | ||
- type: software | ||
title: cffr | ||
abstract: 'cffr: Generate Citation File Format (''cff'') Metadata for R Packages' | ||
notes: Suggests | ||
authors: | ||
- family-names: Hernangómez | ||
given-names: Diego | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-8457-4658 | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=cffr | ||
- type: software | ||
title: knitr | ||
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R' | ||
notes: Suggests | ||
authors: | ||
- family-names: Xie | ||
given-names: Yihui | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-0645-5666 | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=knitr | ||
- type: software | ||
title: lfe | ||
abstract: 'lfe: Linear Group Fixed Effects' | ||
notes: Suggests | ||
authors: | ||
- family-names: Gaure | ||
given-names: Simen | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-7251-8747 | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=lfe | ||
- type: software | ||
title: rmarkdown | ||
abstract: 'rmarkdown: Dynamic Documents for R' | ||
notes: Suggests | ||
authors: | ||
- family-names: Allaire | ||
given-names: JJ | ||
email: [email protected] | ||
- family-names: Xie | ||
given-names: Yihui | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-0645-5666 | ||
- family-names: McPherson | ||
given-names: Jonathan | ||
email: [email protected] | ||
- family-names: Luraschi | ||
given-names: Javier | ||
email: [email protected] | ||
- family-names: Ushey | ||
given-names: Kevin | ||
email: [email protected] | ||
- family-names: Atkins | ||
given-names: Aron | ||
email: [email protected] | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
- family-names: Cheng | ||
given-names: Joe | ||
email: [email protected] | ||
- family-names: Chang | ||
given-names: Winston | ||
email: [email protected] | ||
- family-names: Iannone | ||
given-names: Richard | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-3925-190X | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=rmarkdown | ||
- type: software | ||
title: skimr | ||
abstract: 'skimr: Compact and Flexible Summaries of Data' | ||
notes: Suggests | ||
authors: | ||
- family-names: Waring | ||
given-names: Elin | ||
email: [email protected] | ||
- family-names: Quinn | ||
given-names: Michael | ||
email: [email protected] | ||
- family-names: McNamara | ||
given-names: Amelia | ||
email: [email protected] | ||
- family-names: Arino de la Rubia | ||
given-names: Eduardo | ||
email: [email protected] | ||
- family-names: Zhu | ||
given-names: Hao | ||
email: [email protected] | ||
- family-names: Ellis | ||
given-names: Shannon | ||
email: [email protected] | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=skimr | ||
- type: software | ||
title: spelling | ||
abstract: 'spelling: Tools for Spell Checking in R' | ||
notes: Suggests | ||
authors: | ||
- family-names: Ooms | ||
given-names: Jeroen | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-4035-0289 | ||
- family-names: Hester | ||
given-names: Jim | ||
email: [email protected] | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=spelling | ||
- type: software | ||
title: testthat | ||
abstract: 'testthat: Unit Testing for R' | ||
notes: Suggests | ||
authors: | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=testthat | ||
version: '>= 3.0.0' | ||
- type: software | ||
title: tibble | ||
abstract: 'tibble: Simple Data Frames' | ||
notes: Suggests | ||
authors: | ||
- family-names: Müller | ||
given-names: Kirill | ||
email: [email protected] | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
year: '2022' | ||
url: https://CRAN.R-project.org/package=tibble |