Graphical User Interface to the IsoplotR R package for radiometric geochronology.
You must have R installed on your system (see https://r-project.org). Within R, there are two ways to install IsoplotRgui:
install.packages('IsoplotRgui')
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.
There are three ways to install IsoplotR online:
The current stable version is available from CRAN.
The safest and most secure solution is to install IsoplotR as a docker container.
The development version is available from GitHub.
Click on the links for further instructions.
See https://isoplotr.london-geochron.com
This project is licensed under the GPL-3 License