Skip to content

Commit 97c764e

Browse files
committed
bump version
1 parent 5e077d8 commit 97c764e

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ message: 'To cite package "spatsoc" in publications use:'
88
type: software
99
license: GPL-3.0-only
1010
title: 'spatsoc: Group Animal Relocation Data by Spatial and Temporal Relationship'
11-
version: 0.2.6.9000
11+
version: 0.2.7
1212
identifiers:
1313
- type: doi
1414
value: 10.32614/CRAN.package.spatsoc

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: spatsoc
22
Title: Group Animal Relocation Data by Spatial and Temporal Relationship
3-
Version: 0.2.6.9000
3+
Version: 0.2.7
44
Authors@R: c(
55
person("Alec L.", "Robitaille", , "robit.alec@gmail.com", role = c("aut", "cre"),
66
comment = c(ORCID = "0000-0002-4706-1762")),

_pkgdown.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@ reference:
3535
contents:
3636
- '`direction_step`'
3737
- '`direction_to_centroid`'
38+
- '`direction_to_leader`'
3839
- '`direction_group`'
3940
- '`direction_polarization`'
4041
- title: Distance functions
4142
desc: ~
4243
contents:
4344
- '`distance_to_centroid`'
45+
- '`distance_to_leader`'
4446
- title: Leadership functions
4547
desc: ~
4648
contents:

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"codeRepository": "https://github.com/ropensci/spatsoc",
99
"issueTracker": "https://github.com/ropensci/spatsoc/issues",
1010
"license": "https://spdx.org/licenses/GPL-3.0",
11-
"version": "0.2.6.9000",
11+
"version": "0.2.7",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
@@ -214,7 +214,7 @@
214214
},
215215
"SystemRequirements": "GDAL (>= 2.0.1), GEOS (>= 3.4.0), PROJ (>= 4.8.0),\n sqlite3"
216216
},
217-
"fileSize": "1995.836KB",
217+
"fileSize": "2023.039KB",
218218
"citation": [
219219
{
220220
"@type": "ScholarlyArticle",

0 commit comments

Comments
 (0)