This repository was archived by the owner on Jan 30, 2025. It is now read-only.
-
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
1 parent
30709da
commit d4e188d
Showing
12 changed files
with
58 additions
and
69 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
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.3.0 | ||
# CITATION file created with {cffr} R package, v0.5.0 | ||
# See also: https://docs.ropensci.org/cffr/ | ||
# ----------------------------------------------------------- | ||
|
||
|
@@ -8,7 +8,7 @@ message: 'To cite package "arkhe" in publications use:' | |
type: software | ||
license: GPL-3.0-or-later | ||
title: 'arkhe: Tools for Cleaning Rectangular Data' | ||
version: 1.1.0 | ||
version: 1.2.0 | ||
doi: 10.5281/zenodo.3526659 | ||
abstract: A dependency-free collection of simple functions for cleaning rectangular | ||
data. This package allows to detect, count and replace values or discard rows/columns | ||
|
@@ -32,7 +32,7 @@ preferred-citation: | |
year: '2023' | ||
location: | ||
name: Pessac, France | ||
notes: R package version 1.1.0 | ||
notes: R package version 1.2.0 | ||
url: https://packages.tesselle.org/arkhe/ | ||
doi: 10.5281/zenodo.3526659 | ||
institution: | ||
|
@@ -48,19 +48,18 @@ contact: | |
affiliation: Université Bordeaux Montaigne | ||
keywords: | ||
- data cleaning | ||
- archaeology | ||
- archaeological science | ||
- statistics | ||
- r package | ||
references: | ||
- type: software | ||
title: 'R: A Language and Environment for Statistical Computing' | ||
notes: Depends | ||
url: https://www.R-project.org/ | ||
authors: | ||
- name: R Core Team | ||
location: | ||
name: Vienna, Austria | ||
year: '2023' | ||
url: https://www.R-project.org/ | ||
institution: | ||
name: R Foundation for Statistical Computing | ||
version: '>= 3.3' | ||
|
@@ -73,7 +72,6 @@ references: | |
location: | ||
name: Vienna, Austria | ||
year: '2023' | ||
url: https://www.R-project.org/ | ||
institution: | ||
name: R Foundation for Statistical Computing | ||
- type: software | ||
|
@@ -85,7 +83,6 @@ references: | |
location: | ||
name: Vienna, Austria | ||
year: '2023' | ||
url: https://www.R-project.org/ | ||
institution: | ||
name: R Foundation for Statistical Computing | ||
- type: software | ||
|
@@ -97,19 +94,19 @@ references: | |
location: | ||
name: Vienna, Austria | ||
year: '2023' | ||
url: https://www.R-project.org/ | ||
institution: | ||
name: R Foundation for Statistical Computing | ||
- 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: '2023' | ||
url: https://CRAN.R-project.org/package=testthat | ||
version: '>= 3.0.0' | ||
identifiers: | ||
- description: The concept DOI. | ||
|
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
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
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
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,21 +1,13 @@ | ||
citHeader("To cite arkhe in publications use:") | ||
|
||
citEntry( | ||
entry = "Manual", | ||
title = "arkhe: Tools for Cleaning Rectangular Data", | ||
author = c(person("Nicolas", "Frerebeau", role = "aut")), | ||
bibentry( | ||
bibtype = "Manual", | ||
header = "To cite arkhe in publications use:", | ||
footer = "This package is a part of the tesselle project <https://www.tesselle.org>.", | ||
author = "Nicolas Frerebeau", | ||
title = "{arkhe: Tools for Cleaning Rectangular Data}", | ||
year = "2023", | ||
organization = "Université Bordeaux Montaigne", | ||
address = "Pessac, France", | ||
note = "R package version 1.1.0", | ||
note = "R package version 1.2.0", | ||
url = "https://packages.tesselle.org/arkhe/", | ||
doi = "10.5281/zenodo.3526659", | ||
|
||
textVersion = | ||
paste("Frerebeau, Nicolas (2023).", | ||
"arkhe: Tools for Cleaning Rectangular Data.", | ||
"R package version 1.1.0", | ||
"Université Bordeaux Montaigne, Pessac, France.", | ||
"DOI 10.5281/zenodo.3526659.", | ||
"URL https://packages.tesselle.org/arkhe.") | ||
doi = "10.5281/zenodo.3526659" | ||
) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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