Skip to content

Commit 7dfccc6

Browse files
committed
update version to 0.2.0
1 parent 552b94e commit 7dfccc6

4 files changed

Lines changed: 10 additions & 8 deletions

File tree

.Rbuildignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
^pkgdown$
88
^LICENSE\.md$
99
^README\.Rmd$
10-
^vignettes$
1110
^\.github$
1211
^codecov\.yml$
1312
^GeoPressureR.Rproj$

CITATION.cff

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ message: 'To cite package "GeoMagR" in publications use:'
88
type: software
99
license: MIT
1010
title: 'GeoMagR: Geolocation by Magnetic Field'
11-
version: 0.2.0.9000
11+
version: 0.2.0
1212
abstract: Provides methods to produce likelihood maps of position based on magnetic
1313
field data, including calibration, outlier removal, and interactive 3D visualization.
1414
Designed for use with animal geolocation workflows and fully compatible with the
@@ -28,8 +28,10 @@ preferred-citation:
2828
email: rafnuss@gmail.com
2929
orcid: https://orcid.org/0000-0002-8185-1020
3030
year: '2025'
31-
notes: R package version 0.1.0
31+
notes: R package version 0.2.0
3232
url: https://github.com/GeoPressure/GeoMagR
33+
doi: 10.5281/zenodo.19217183
34+
doi: 10.5281/zenodo.19217183
3335
repository-code: https://github.com/GeoPressure/GeoMagR
3436
url: https://geopressure.org/GeoMagR/
3537
contact:
@@ -475,4 +477,3 @@ references:
475477
email: lionel@posit.co
476478
year: '2026'
477479
doi: 10.32614/CRAN.package.pkgload
478-

DESCRIPTION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Description:
66
Authors@R:
77
person("Raphaël", "Nussbaumer", , "rafnuss@gmail.com", role = c("aut", "cre"),
88
comment = c(ORCID = "0000-0002-8185-1020"))
9-
Version: 0.2.0.9000
109
License: MIT + file LICENSE
10+
Version: 0.2.0
1111
Depends:
1212
R (>= 4.1.0)
1313
Imports:
@@ -32,12 +32,13 @@ Suggests:
3232
quarto,
3333
knitr,
3434
rmarkdown,
35+
rnaturalearthdata,
3536
maps,
3637
pkgload
3738
Remotes:
3839
GeoPressure/GeoPressureR
3940
Encoding: UTF-8
4041
Roxygen: list(markdown = TRUE)
41-
RoxygenNote: 7.3.3
42+
RoxygenNote: 8.0.0
4243
VignetteBuilder: quarto
4344
Language: en-US

inst/CITATION

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ citEntry(
55
title = "GeoMagR: Geolocation by Magnetic Field",
66
author = person("Raphaël", "Nussbaumer", email = "rafnuss@gmail.com", role = c("aut", "cre")),
77
year = "2025",
8-
note = "R package version 0.1.0",
9-
url = "https://github.com/GeoPressure/GeoMagR"
8+
note = "R package version 0.2.0",
9+
url = "https://github.com/GeoPressure/GeoMagR",
10+
doi = "10.5281/zenodo.19217183"
1011
)

0 commit comments

Comments
 (0)