Skip to content

Commit

Permalink
version bump to 3.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
japhir committed Mar 4, 2024
1 parent 5524195 commit 69be06c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ keywords:
- earth sciences
- marine sciences
license: GPL-3.0-or-later
version: 3.9.0
date-released: '2024-02-29'
version: 3.9.1
date-released: '2024-03-04'
references:
- authors:
- family-names: Zeebe
Expand Down
3 changes: 2 additions & 1 deletion R/globals.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## VER <- "snvecR VERSION: 3.7.7 2023-06-09"
## VER <- "snvecR VERSION: 3.8.0 2024-01-26"
VER <- "snvecR VERSION: 3.9.0 2024-02-29"
## VER <- "snvecR VERSION: 3.9.0 2024-02-29"
VER <- "snvecR VERSION: 3.9.1 2024-03-04"

AU <- 1.49597870700e11 # m
GM <- 1.32712440041e20 # m3/s2
Expand Down
1 change: 1 addition & 0 deletions inst/CITATION
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ bibentry(
## journal = "CRAN / JOSS??",
year = "2023",
abstract = "Easily calculate precession and obliquity from an astronomical solution (defaults to ZB18a from Zeebe and Lourens (2019)) and assumed or reconstructed values for tidal dissipation (Td) and dynamical ellipticity (Ed). This is a translation and adaptation of the C-code in the supplementary material to Zeebe and Lourens (2022), with further details on the methodology described in Zeebe (2022). The name of the C-routine is snvec, which refers to the key units of computation: spin vector s and orbit normal vector n.",
version = "3.9.1",
## volume = {n/a},
## number = {n/a},
## pages = {},
Expand Down

0 comments on commit 69be06c

Please sign in to comment.