Skip to content

Commit

Permalink
pre-release cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasHohmann committed Dec 5, 2023
1 parent 9dfffbb commit 36dcda8
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
8 changes: 5 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ identifiers:
value: 10.5281/zenodo.10213587
description: Archived version on Zenodo
repository-code: 'https://github.com/MindTheGap-ERC/admtools'
abstract: 'Estimating Age-Depth Models '
abstract: >-
R package to estimate age-depth models and transform data
between the time domain and the stratigraphic domain.
keywords:
- Geochronology
- Age-depth modeling
- Stratigraphy
- Sedimentology
license: Apache-2.0
version: 0.0.1
date-released: '2023-11-28'
version: 0.1.0
date-released: '2023-12-05'
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: admtools
Title: Estimate and Manipulate Age-Depth Models
Version: 0.0.1
Version: 0.1.0
Authors@R:
person("Niklas", "Hohmann", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1559-1838"))
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ S3method(strat_to_time,phylo)
S3method(summary,adm)
S3method(summary,multiadm)
S3method(time_to_strat,phylo)
export(add_adm_to_multiadm)
export(get_completeness)
export(get_height)
export(get_hiat_duration)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# admtools (development version)
# admtools 0.1.0

* Updated vignettes

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Then, run
```R
remotes::install_github(repo = "MindTheGap-ERC/admtools",
build_vignettes = TRUE,
ref = "v0.0.1")
ref = "v0.1.0")
```

To install the version under development, use `ref = "HEAD"` instead.
Expand Down
2 changes: 1 addition & 1 deletion vignettes/admtools.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Then run
```{r, eval=FALSE}
remotes::install_github(repo = "MindTheGap-ERC/admtools",
build_vignettes = TRUE,
ref = "v0.0.1")
ref = "v0.1.0")
```

to install the latest release. To install the version in development, use `ref = "HEAD"` instead.
Expand Down

0 comments on commit 36dcda8

Please sign in to comment.