Skip to content

pvermees/IsoplotRgui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e7a543a · Feb 14, 2025
Jan 26, 2025
Feb 16, 2024
Feb 14, 2025
Sep 7, 2022
Sep 16, 2022
Jan 19, 2023
May 21, 2022
Jun 2, 2020
Feb 14, 2025
Aug 26, 2024
Sep 14, 2020
Dec 17, 2020
Sep 7, 2022
Jun 16, 2024
Aug 17, 2023

Repository files navigation

IsoplotRgui

Graphical User Interface to the IsoplotR R package for radiometric geochronology.

Offline installation and use

You must have R installed on your system (see https://r-project.org). Within R, there are two ways to install IsoplotRgui:

  1. The current stable version is available via CRAN (the Comprehensive R Archive Network). This version can be installed from the R command prompt:
install.packages('IsoplotRgui')
  1. The latest development version is available from GitHub. Installing this package requires the remotes package to be installed as well:
install.packages('remotes')
remotes::install_github('pvermees/IsoplotR')
remotes::install_github('pvermees/IsoplotRgui')

Once the package has been installed, you can run the browser-based graphical user interface by typing:

IsoplotRgui::IsoplotR()

at the command prompt. Alternatively, the program can also be accessed online via the IsoplotR website at https://isoplotr.london-geochron.com, or from your own server as discussed in the next section.

Setting up your own online mirror

There are three ways to install IsoplotR online:

  1. The current stable version is available from CRAN.

  2. The safest and most secure solution is to install IsoplotR as a docker container.

  3. The development version is available from GitHub.

Click on the links for further instructions.

Further information

See https://isoplotr.london-geochron.com

Author

Pieter Vermeesch

License

This project is licensed under the GPL-3 License

About

Graphical user interface to IsoplotR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published