-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
73c00ba
commit b46e99f
Showing
13 changed files
with
159 additions
and
182 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,6 @@ | ||
^\.github$ | ||
^\.lintr$ | ||
^\.quarto$ | ||
^\.Rproj\.user$ | ||
^_quarto\.yml$ | ||
^_pkgdown\.yml$ | ||
|
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,60 +1,20 @@ | ||
# Created by https://www.toptal.com/developers/gitignore/api/r | ||
# Edit at https://www.toptal.com/developers/gitignore?templates=r | ||
# See <https://git-scm.com/docs/gitignore> to learn more. | ||
|
||
### R ### | ||
# History files | ||
.Rhistory | ||
*.knit.md | ||
.Rapp.history | ||
|
||
# Session Data files | ||
.RData | ||
|
||
# User-specific files | ||
.Renviron | ||
.Rhistory | ||
.Ruserdata | ||
*.utf8.md | ||
|
||
# Example code in package build process | ||
*-Ex.R | ||
|
||
# Output files from R CMD build | ||
/*.tar.gz | ||
|
||
# Output files from R CMD check | ||
/*.Rcheck/ | ||
|
||
# RStudio files | ||
.Rproj.user/ | ||
|
||
# produced vignettes | ||
vignettes/*.html | ||
vignettes/*.pdf | ||
|
||
# OAuth2 token, see https://github.com/hadley/httr/releases/tag/v0.3 | ||
.httr-oauth | ||
|
||
# knitr and R markdown default cache directories | ||
*_cache/ | ||
/.Rproj.user/ | ||
/*_cache/ | ||
/cache/ | ||
|
||
# Temporary files created by R markdown | ||
*.utf8.md | ||
*.knit.md | ||
|
||
# R Environment Variables | ||
.Renviron | ||
|
||
# pkgdown site | ||
docs/ | ||
|
||
# translation temp files | ||
po/*~ | ||
|
||
### R.Bookdown Stack ### | ||
# R package: bookdown caching files | ||
/*_files/ | ||
|
||
# End of https://www.toptal.com/developers/gitignore/api/r | ||
|
||
# Others | ||
/.archive/ | ||
/docs/ | ||
/pkgdown/ | ||
/.quarto/ | ||
/revdep/ | ||
/vignettes/*.html | ||
/vignettes/*.pdf |
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 |
---|---|---|
|
@@ -9,6 +9,12 @@ type: software | |
license: MIT | ||
title: 'mctq: Munich ChronoType Questionnaire Tools' | ||
version: 0.3.2.9001 | ||
doi: 10.32614/CRAN.package.mctq | ||
identifiers: | ||
- type: doi | ||
value: 10.32614/CRAN.package.mctq | ||
- type: url | ||
value: https://github.com/ropensci/mctq/ | ||
abstract: 'A complete toolkit for processing the Munich ChronoType Questionnaire (MCTQ) | ||
in its three versions: standard, micro, and shift. The MCTQ is a quantitative and | ||
validated tool used to assess chronotypes based on individuals'' sleep behavior. | ||
|
@@ -20,15 +26,17 @@ authors: | |
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-7782-759X | ||
preferred-citation: | ||
type: unpublished | ||
type: generic | ||
title: 'mctq: Munich ChronoType Questionnaire tools' | ||
authors: | ||
- family-names: Vartanian | ||
given-names: Daniel | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-7782-759X | ||
year: '2024' | ||
url: https://docs.ropensci.org/mctq/ | ||
year: '2025' | ||
publisher: | ||
name: CRAN; rOpenSci | ||
doi: 10.32614/CRAN.package.mctq | ||
notes: R package version 0.3.2.9001 | ||
repository: https://bioconductor.org/ | ||
repository-code: https://github.com/ropensci/mctq/issues/ | ||
|
@@ -48,8 +56,8 @@ references: | |
institution: | ||
name: R Foundation for Statistical Computing | ||
address: Vienna, Austria | ||
year: '2024' | ||
version: '>= 4.2' | ||
year: '2025' | ||
version: '>= 4.3' | ||
- type: software | ||
title: checkmate | ||
abstract: 'checkmate: Fast and Versatile Argument Checks' | ||
|
@@ -61,8 +69,9 @@ references: | |
given-names: Michel | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0001-9754-0393 | ||
year: '2024' | ||
version: '>= 2.2.0' | ||
year: '2025' | ||
doi: 10.32614/CRAN.package.checkmate | ||
version: '>= 2.3.2' | ||
- type: software | ||
title: cli | ||
abstract: 'cli: Helpers for Developing Command Line Interfaces' | ||
|
@@ -73,8 +82,9 @@ references: | |
- family-names: Csárdi | ||
given-names: Gábor | ||
email: [email protected] | ||
year: '2024' | ||
version: '>= 3.6.1' | ||
year: '2025' | ||
doi: 10.32614/CRAN.package.cli | ||
version: '>= 3.6.3' | ||
- type: software | ||
title: dplyr | ||
abstract: 'dplyr: A Grammar of Data Manipulation' | ||
|
@@ -98,8 +108,9 @@ references: | |
given-names: Davis | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-4777-038X | ||
year: '2024' | ||
version: '>= 1.1.2' | ||
year: '2025' | ||
doi: 10.32614/CRAN.package.dplyr | ||
version: '>= 1.1.4' | ||
- type: software | ||
title: hms | ||
abstract: 'hms: Pretty Time of Day' | ||
|
@@ -111,7 +122,8 @@ references: | |
given-names: Kirill | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-1416-3412 | ||
year: '2024' | ||
year: '2025' | ||
doi: 10.32614/CRAN.package.hms | ||
version: '>= 1.1.3' | ||
- type: software | ||
title: lifecycle | ||
|
@@ -127,8 +139,9 @@ references: | |
given-names: Hadley | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-4757-117X | ||
year: '2024' | ||
version: '>= 1.0.3' | ||
year: '2025' | ||
doi: 10.32614/CRAN.package.lifecycle | ||
version: '>= 1.0.4' | ||
- type: software | ||
title: lubridate | ||
abstract: 'lubridate: Make Dealing with Dates a Little Easier' | ||
|
@@ -143,8 +156,9 @@ references: | |
given-names: Garrett | ||
- family-names: Wickham | ||
given-names: Hadley | ||
year: '2024' | ||
version: '>= 1.9.2' | ||
year: '2025' | ||
doi: 10.32614/CRAN.package.lubridate | ||
version: '>= 1.9.4' | ||
- type: software | ||
title: covr | ||
abstract: 'covr: Test Coverage for Packages' | ||
|
@@ -155,8 +169,9 @@ references: | |
- family-names: Hester | ||
given-names: Jim | ||
email: [email protected] | ||
year: '2024' | ||
version: '>= 3.6.2' | ||
year: '2025' | ||
doi: 10.32614/CRAN.package.covr | ||
version: '>= 3.6.4' | ||
- type: software | ||
title: datasets | ||
abstract: 'R: A Language and Environment for Statistical Computing' | ||
|
@@ -166,8 +181,8 @@ references: | |
institution: | ||
name: R Foundation for Statistical Computing | ||
address: Vienna, Austria | ||
year: '2024' | ||
version: '>= 4.2.0' | ||
year: '2025' | ||
version: '>= 4.3' | ||
- type: software | ||
title: knitr | ||
abstract: 'knitr: A General-Purpose Package for Dynamic Report Generation in R' | ||
|
@@ -179,8 +194,9 @@ references: | |
given-names: Yihui | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-0645-5666 | ||
year: '2024' | ||
version: '>= 1.43' | ||
year: '2025' | ||
doi: 10.32614/CRAN.package.knitr | ||
version: '>= 1.49' | ||
- type: software | ||
title: mockr | ||
abstract: 'mockr: Mocking in R' | ||
|
@@ -191,7 +207,8 @@ references: | |
- family-names: Müller | ||
given-names: Kirill | ||
email: [email protected] | ||
year: '2024' | ||
year: '2025' | ||
doi: 10.32614/CRAN.package.mockr | ||
version: '>= 0.2.1' | ||
- type: software | ||
title: readr | ||
|
@@ -209,8 +226,9 @@ references: | |
given-names: Jennifer | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-6983-2759 | ||
year: '2024' | ||
version: '>= 2.1.4' | ||
year: '2025' | ||
doi: 10.32614/CRAN.package.readr | ||
version: '>= 2.1.5' | ||
- type: software | ||
title: rlang | ||
abstract: 'rlang: Functions for Base Types and Core R and ''Tidyverse'' Features' | ||
|
@@ -224,8 +242,9 @@ references: | |
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
year: '2024' | ||
version: '>= 1.1.1' | ||
year: '2025' | ||
doi: 10.32614/CRAN.package.rlang | ||
version: '>= 1.1.4' | ||
- type: software | ||
title: rmarkdown | ||
abstract: 'rmarkdown: Dynamic Documents for R' | ||
|
@@ -268,8 +287,9 @@ references: | |
given-names: Richard | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-3925-190X | ||
year: '2024' | ||
version: '>= 2.23' | ||
year: '2025' | ||
doi: 10.32614/CRAN.package.rmarkdown | ||
version: '>= 2.29' | ||
- type: software | ||
title: spelling | ||
abstract: 'spelling: Tools for Spell Checking in R' | ||
|
@@ -279,13 +299,17 @@ references: | |
authors: | ||
- family-names: Ooms | ||
given-names: Jeroen | ||
email: [email protected] | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-4035-0289 | ||
- family-names: Hester | ||
given-names: Jim | ||
email: [email protected] | ||
year: '2024' | ||
version: '>= 2.2.1' | ||
year: '2025' | ||
identifiers: | ||
- type: url | ||
value: https://docs.ropensci.org/spelling/ | ||
doi: 10.32614/CRAN.package.spelling | ||
version: '>= 2.3.1' | ||
- type: software | ||
title: stats | ||
abstract: 'R: A Language and Environment for Statistical Computing' | ||
|
@@ -295,8 +319,8 @@ references: | |
institution: | ||
name: R Foundation for Statistical Computing | ||
address: Vienna, Austria | ||
year: '2024' | ||
version: '>= 4.2.0' | ||
year: '2025' | ||
version: '>= 4.3' | ||
- type: software | ||
title: testthat | ||
abstract: 'testthat: Unit Testing for R' | ||
|
@@ -307,8 +331,9 @@ references: | |
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
year: '2024' | ||
version: '>= 3.1.10' | ||
year: '2025' | ||
doi: 10.32614/CRAN.package.testthat | ||
version: '>= 3.2.2' | ||
- type: software | ||
title: usethis | ||
abstract: 'usethis: Automate Package and Project Setup' | ||
|
@@ -332,8 +357,9 @@ references: | |
given-names: Andy | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-7840-692X | ||
year: '2024' | ||
version: '>= 2.2.2' | ||
year: '2025' | ||
doi: 10.32614/CRAN.package.usethis | ||
version: '>= 3.1.0' | ||
- type: software | ||
title: utils | ||
abstract: 'R: A Language and Environment for Statistical Computing' | ||
|
@@ -343,9 +369,6 @@ references: | |
institution: | ||
name: R Foundation for Statistical Computing | ||
address: Vienna, Austria | ||
year: '2024' | ||
version: '>= 4.2.0' | ||
identifiers: | ||
- type: url | ||
value: https://github.com/ropensci/mctq/ | ||
year: '2025' | ||
version: '>= 4.3' | ||
|
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
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,2 +1,2 @@ | ||
YEAR: 2024 | ||
YEAR: 2025 | ||
COPYRIGHT HOLDER: Daniel Vartanian |
Oops, something went wrong.