A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://cran.rstudio.com/web/packages/rJava/../CirceR/../rmarkdown/../admtools/readme/README.html below:

README

R package to estimate age-depth models from stratigraphic and sedimentological data, and transform complex data between the time and stratigraphic domain.

Niklas Hohmann
Utrecht University
email: n.h.hohmann [at] uu.nl
Web page: uu.nl/staff/NHohmann
Orcid: 0000-0003-1559-1838

Installation

You can install the package from CRAN. For this, run

install.packages("admtools")

in R. To install the package from GitHub, first install the remotes package

install.packages("remotes")

Then, run

remotes::install_github(repo = "MindTheGap-ERC/admtools",
                        build_vignettes = TRUE,
                        ref = "HEAD",
                        dependencies = TRUE)

To install the latest stable version. To install the version under development, use

remotes::install_github(repo = "MindTheGap-ERC/admtools",
                        build_vignettes = TRUE,
                        ref = "dev",
                        dependencies = TRUE)

After installation, you can load the package using

To get started, have a look at the available vignettes via

browseVignettes(package = "admtools") # opens in Browser
#or
vignette(package = "admtools")

A good place to start reading is the introductory vignette, available via

License

GPL-3.0, see LICENSE file for license text.

Copyright

Copyright 2023 Netherlands eScience Center and Utrecht University

Contribution

For contribution guidelines see the CONTRIBUTING.md file

Citation

To cite the package, use

or run

in R. Alternatively, you can use the information in the CITATION.cff file, or generate it using the “cite this repository” button on GitHub.

References

This package uses data from

Funding information

The authors acknowledge the contribution of the CycloNet project, funded by the Research Foundation Flanders (FWO, grant no. W000522N)

Funded by the European Union (ERC, MindTheGap, StG project no 101041077). Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or the European Research Council. Neither the European Union nor the granting authority can be held responsible for them.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4