Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrerebeau committed Feb 22, 2024
1 parent d9a4d47 commit fcb080b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Expand Up @@ -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.5.0
version: 1.6.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
Expand All @@ -32,7 +32,7 @@ preferred-citation:
year: '2024'
location:
name: Pessac, France
notes: R package version 1.5.0
notes: R package version 1.6.0
url: https://packages.tesselle.org/arkhe/
doi: 10.5281/zenodo.3526659
institution:
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,11 +1,11 @@
Package: arkhe
Title: Tools for Cleaning Rectangular Data
Version: 1.5.0.9000
Version: 1.6.0
Authors@R: c(
person("Nicolas", "Frerebeau", , "nicolas.frerebeau@u-bordeaux-montaigne.fr", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5759-4944", affiliation = "Université Bordeaux Montaigne")),
person("Brice", "Lebrun", , "brice.lebrun@u-bordeaux-montaigne.fr", role = "ctb",
comment = c(ORCID = "0000-0001-7503-8685", affiliation = "Université Bordeaux Montaigne")),
comment = c(ORCID = "0000-0001-7503-8685", "Logo designer")),
person("Université Bordeaux Montaigne", role = "fnd"),
person("CNRS", role = "fnd")
)
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
@@ -1,6 +1,6 @@
# arkhe 1.5.0.9000
# arkhe 1.6.0
## New classes and methods
* Add `describe()` to quickly describe a table.
* Add `describe()` to quickly describe a `matrix`-like object.
* Add `sparsity()` to computes data sparsity (proportion of zeros).

# arkhe 1.5.0
Expand Down
2 changes: 1 addition & 1 deletion R/arkhe-package.R
Expand Up @@ -2,7 +2,7 @@
#' \tabular{ll}{
#' **Package:** \tab arkhe \cr
#' **Type:** \tab Package \cr
#' **Version:** \tab 1.5.0 \cr
#' **Version:** \tab 1.6.0 \cr
#' **License:** \tab GPL-3 \cr
#' **Zenodo:** \tab \doi{10.5281/zenodo.3526659} \cr
#' }
Expand Down
6 changes: 3 additions & 3 deletions codemeta.json
Expand Up @@ -8,7 +8,7 @@
"codeRepository": "https://github.com/tesselle/arkhe",
"issueTracker": "https://github.com/tesselle/arkhe/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "1.5.0.9000",
"version": "1.6.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -101,7 +101,7 @@
},
"SystemRequirements": null
},
"fileSize": "312.292KB",
"fileSize": "312.266KB",
"citation": [
{
"@type": "SoftwareSourceCode",
Expand All @@ -116,7 +116,7 @@
"name": "{arkhe: Tools for Cleaning Rectangular Data}",
"identifier": "10.5281/zenodo.3526659",
"url": "https://packages.tesselle.org/arkhe/",
"description": "R package version 1.5.0.9000",
"description": "R package version 1.6.0",
"@id": "https://doi.org/10.5281/zenodo.3526659",
"sameAs": "https://doi.org/10.5281/zenodo.3526659"
}
Expand Down
2 changes: 1 addition & 1 deletion man/arkhe-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fcb080b

Please sign in to comment.