Skip to content

Commit

Permalink
Ready for CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Oct 18, 2022
1 parent 2db8af0 commit d98822a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 86 deletions.
54 changes: 2 additions & 52 deletions CITATION.cff
Expand Up @@ -45,7 +45,7 @@ preferred-citation:
keywords:
- archaeological-science
- archaeology
- data-representation
- data-cleaning
- r-package
license: GPL-3.0-or-later
year: '2022'
Expand All @@ -59,7 +59,7 @@ contact:
orcid: https://orcid.org/0000-0001-5759-4944
affiliation: Université Bordeaux Montaigne
keywords:
- data representation
- data cleaning
- archaeology
- archaeological science
- r package
Expand Down Expand Up @@ -110,56 +110,6 @@ references:
email: james.f.hester@gmail.com
year: '2022'
url: https://CRAN.R-project.org/package=covr
- 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: xie@yihui.name
orcid: https://orcid.org/0000-0003-0645-5666
year: '2022'
url: https://CRAN.R-project.org/package=knitr
- type: software
title: rmarkdown
abstract: 'rmarkdown: Dynamic Documents for R'
notes: Suggests
authors:
- family-names: Allaire
given-names: JJ
email: jj@rstudio.com
- family-names: Xie
given-names: Yihui
email: xie@yihui.name
orcid: https://orcid.org/0000-0003-0645-5666
- family-names: McPherson
given-names: Jonathan
email: jonathan@rstudio.com
- family-names: Luraschi
given-names: Javier
email: javier@rstudio.com
- family-names: Ushey
given-names: Kevin
email: kevin@rstudio.com
- family-names: Atkins
given-names: Aron
email: aron@rstudio.com
- family-names: Wickham
given-names: Hadley
email: hadley@rstudio.com
- family-names: Cheng
given-names: Joe
email: joe@rstudio.com
- family-names: Chang
given-names: Winston
email: winston@rstudio.com
- family-names: Iannone
given-names: Richard
email: rich@rstudio.com
orcid: https://orcid.org/0000-0003-3925-190X
year: '2022'
url: https://CRAN.R-project.org/package=rmarkdown
- type: software
title: testthat
abstract: 'testthat: Unit Testing for R'
Expand Down
4 changes: 0 additions & 4 deletions DESCRIPTION
Expand Up @@ -31,11 +31,7 @@ Imports:
stats
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.1
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Expand Up @@ -99,6 +99,7 @@ exportMethods(remove_zero)
exportMethods(replace_Inf)
exportMethods(replace_NA)
exportMethods(replace_zero)
exportMethods(to_long)
importFrom(methods,.valueClassTest)
importFrom(methods,callGeneric)
importFrom(methods,callNextMethod)
Expand Down
28 changes: 2 additions & 26 deletions codemeta.json
Expand Up @@ -61,30 +61,6 @@
},
"sameAs": "https://CRAN.R-project.org/package=covr"
},
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
},
{
"@type": "SoftwareApplication",
"identifier": "testthat",
Expand Down Expand Up @@ -118,7 +94,7 @@
},
"SystemRequirements": null
},
"fileSize": "220.048KB",
"fileSize": "231.566KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -142,5 +118,5 @@
"readme": "https://github.com/tesselle/arkhe/blob/main/README.md",
"contIntegration": ["https://github.com/tesselle/arkhe/actions", "https://app.codecov.io/gh/tesselle/arkhe"],
"developmentStatus": "https://www.repostatus.org/#active",
"keywords": ["archaeology", "archaeological-science", "data-representation", "r-package"]
"keywords": ["archaeology", "archaeological-science", "r-package", "data-cleaning"]
}
21 changes: 17 additions & 4 deletions cran-comments.md
@@ -1,5 +1,5 @@
## Test environments
* Local R installation: R 4.2.0
* Local R installation: R 4.2.1
* Ubuntu (on GitHub Actions): R devel, release, oldrel
* Windows (on GitHub Actions and win-builder): R devel, release, oldrel
* MacOS (on GitHub Actions): R release
Expand All @@ -8,9 +8,22 @@

0 errors | 0 warnings | 0 note

## Reverse dependencies
## revdepcheck results

We checked 3 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
* We saw 2 new problems
* We failed to check 0 packages

Issues with CRAN packages are summarised below.

### New problems
(This reports the first line of each new failure)

* kairos
checking examples ... WARNING

* tabula
checking Rd cross-references ... WARNING

I am the maintainer of these two packages and I have new releases ready for submission as soon as arkhe is on CRAN.

0 comments on commit d98822a

Please sign in to comment.