diff --git a/CITATION.cff b/CITATION.cff index d7c4d08..f03b93a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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' diff --git a/DESCRIPTION b/DESCRIPTION index 39b9c59..db87aef 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", , "N.H.Hohmann@uu.nl", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1559-1838")) diff --git a/NAMESPACE b/NAMESPACE index 72328fb..00b854a 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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) diff --git a/NEWS.md b/NEWS.md index e4baba2..30dfd78 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# admtools (development version) +# admtools 0.1.0 * Updated vignettes diff --git a/README.md b/README.md index c1238e7..cab0d8c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/vignettes/admtools.Rmd b/vignettes/admtools.Rmd index 356a7dc..5b44bd7 100644 --- a/vignettes/admtools.Rmd +++ b/vignettes/admtools.Rmd @@ -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.