From 97c764e5c0bbaa0b49064b2d21d53fd3229fe4b4 Mon Sep 17 00:00:00 2001 From: "Alec L. Robitaille" Date: Fri, 1 Nov 2024 11:54:20 -0300 Subject: [PATCH] bump version --- CITATION.cff | 2 +- DESCRIPTION | 2 +- _pkgdown.yml | 2 ++ codemeta.json | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 81939719..162de9dc 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ message: 'To cite package "spatsoc" in publications use:' type: software license: GPL-3.0-only title: 'spatsoc: Group Animal Relocation Data by Spatial and Temporal Relationship' -version: 0.2.6.9000 +version: 0.2.7 identifiers: - type: doi value: 10.32614/CRAN.package.spatsoc diff --git a/DESCRIPTION b/DESCRIPTION index f22a2206..64d98ec2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: spatsoc Title: Group Animal Relocation Data by Spatial and Temporal Relationship -Version: 0.2.6.9000 +Version: 0.2.7 Authors@R: c( person("Alec L.", "Robitaille", , "robit.alec@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4706-1762")), diff --git a/_pkgdown.yml b/_pkgdown.yml index 085cae2b..2a315b46 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -35,12 +35,14 @@ reference: contents: - '`direction_step`' - '`direction_to_centroid`' + - '`direction_to_leader`' - '`direction_group`' - '`direction_polarization`' - title: Distance functions desc: ~ contents: - '`distance_to_centroid`' + - '`distance_to_leader`' - title: Leadership functions desc: ~ contents: diff --git a/codemeta.json b/codemeta.json index 7131067d..d484277d 100644 --- a/codemeta.json +++ b/codemeta.json @@ -8,7 +8,7 @@ "codeRepository": "https://github.com/ropensci/spatsoc", "issueTracker": "https://github.com/ropensci/spatsoc/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.2.6.9000", + "version": "0.2.7", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", @@ -214,7 +214,7 @@ }, "SystemRequirements": "GDAL (>= 2.0.1), GEOS (>= 3.4.0), PROJ (>= 4.8.0),\n sqlite3" }, - "fileSize": "1995.836KB", + "fileSize": "2023.039KB", "citation": [ { "@type": "ScholarlyArticle",