-
Notifications
You must be signed in to change notification settings - Fork 0
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
Mikkel Roald-Arbøl
committed
Aug 6, 2024
1 parent
b41166e
commit 8b32853
Showing
3 changed files
with
149 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -9,3 +9,4 @@ | |
^docs$ | ||
^pkgdown$ | ||
^\.github$ | ||
^CITATION\.cff$ |
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 |
---|---|---|
@@ -0,0 +1,147 @@ | ||
# -------------------------------------------- | ||
# CITATION file created with {cffr} R package | ||
# See also: https://docs.ropensci.org/cffr/ | ||
# -------------------------------------------- | ||
|
||
cff-version: 1.2.0 | ||
message: 'To cite package "trackballr" in publications use:' | ||
type: software | ||
license: MIT | ||
title: 'trackballr: Read trackball files' | ||
version: 0.1.1 | ||
abstract: Read trackball data into a standard format. | ||
authors: | ||
- family-names: Roald-Arbøl | ||
given-names: Mikkel | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-9998-0058 | ||
url: http://www.roald-arboel.com/trackballr/ | ||
contact: | ||
- family-names: Roald-Arbøl | ||
given-names: Mikkel | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-9998-0058 | ||
references: | ||
- type: software | ||
title: testthat | ||
abstract: 'testthat: Unit Testing for R' | ||
notes: Suggests | ||
url: https://testthat.r-lib.org | ||
repository: https://CRAN.R-project.org/package=testthat | ||
authors: | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
year: '2024' | ||
doi: 10.32614/CRAN.package.testthat | ||
version: '>= 3.0.0' | ||
- type: software | ||
title: cli | ||
abstract: 'cli: Helpers for Developing Command Line Interfaces' | ||
notes: Imports | ||
url: https://cli.r-lib.org | ||
repository: https://CRAN.R-project.org/package=cli | ||
authors: | ||
- family-names: Csárdi | ||
given-names: Gábor | ||
email: [email protected] | ||
year: '2024' | ||
doi: 10.32614/CRAN.package.cli | ||
- type: software | ||
title: dplyr | ||
abstract: 'dplyr: A Grammar of Data Manipulation' | ||
notes: Imports | ||
url: https://dplyr.tidyverse.org | ||
repository: https://CRAN.R-project.org/package=dplyr | ||
authors: | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-4757-117X | ||
- family-names: François | ||
given-names: Romain | ||
orcid: https://orcid.org/0000-0002-2444-4226 | ||
- family-names: Henry | ||
given-names: Lionel | ||
- family-names: Müller | ||
given-names: Kirill | ||
orcid: https://orcid.org/0000-0002-1416-3412 | ||
- family-names: Vaughan | ||
given-names: Davis | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-4777-038X | ||
year: '2024' | ||
doi: 10.32614/CRAN.package.dplyr | ||
- type: software | ||
title: rlang | ||
abstract: 'rlang: Functions for Base Types and Core R and ''Tidyverse'' Features' | ||
notes: Imports | ||
url: https://rlang.r-lib.org | ||
repository: https://CRAN.R-project.org/package=rlang | ||
authors: | ||
- family-names: Henry | ||
given-names: Lionel | ||
email: [email protected] | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
year: '2024' | ||
doi: 10.32614/CRAN.package.rlang | ||
- type: software | ||
title: tidyr | ||
abstract: 'tidyr: Tidy Messy Data' | ||
notes: Imports | ||
url: https://tidyr.tidyverse.org | ||
repository: https://CRAN.R-project.org/package=tidyr | ||
authors: | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
- family-names: Vaughan | ||
given-names: Davis | ||
email: [email protected] | ||
- family-names: Girlich | ||
given-names: Maximilian | ||
year: '2024' | ||
doi: 10.32614/CRAN.package.tidyr | ||
- type: software | ||
title: vroom | ||
abstract: 'vroom: Read and Write Rectangular Text Data Quickly' | ||
notes: Imports | ||
url: https://vroom.r-lib.org | ||
repository: https://CRAN.R-project.org/package=vroom | ||
authors: | ||
- family-names: Hester | ||
given-names: Jim | ||
orcid: https://orcid.org/0000-0002-2739-7082 | ||
- family-names: Wickham | ||
given-names: Hadley | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-4757-117X | ||
- family-names: Bryan | ||
given-names: Jennifer | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0002-6983-2759 | ||
year: '2024' | ||
doi: 10.32614/CRAN.package.vroom | ||
- type: software | ||
title: zoo | ||
abstract: 'zoo: S3 Infrastructure for Regular and Irregular Time Series (Z''s Ordered | ||
Observations)' | ||
notes: Imports | ||
url: https://zoo.R-Forge.R-project.org/ | ||
repository: https://CRAN.R-project.org/package=zoo | ||
authors: | ||
- family-names: Zeileis | ||
given-names: Achim | ||
email: [email protected] | ||
orcid: https://orcid.org/0000-0003-0918-3766 | ||
- family-names: Grothendieck | ||
given-names: Gabor | ||
email: [email protected] | ||
- family-names: Ryan | ||
given-names: Jeffrey A. | ||
email: [email protected] | ||
year: '2024' | ||
doi: 10.32614/CRAN.package.zoo | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ Authors@R: | |
"Mikkel", | ||
"Roald-Arbøl", | ||
role = c("aut", "cre"), | ||
email = "[email protected]", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-9998-0058") | ||
) | ||
Description: Read trackball data into a standard format. | ||
|