8000 GitHub - hylcugb/IsoplotRgui: Shiny user interface to IsoplotR
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hylcugb/IsoplotRgui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IsoplotRgui

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

Prerequisites

You must have R installed on your system (see http://r-project.org) as well as the devtools and shiny packages. These can be installed by typing the following code at the R command line prompt:

install.packages('devtools')
install.packages('shiny')

Installation

The latest version of IsoplotR and IsoplotRgui can both be installed from GitHub with the following commands:

library(devtools)
install_github('pvermees/IsoplotR')
install_github('pvermees/IsoplotRgui')

Please note that the latest stable version of IsoplotR is also available from CRAN at https://cran.r-project.org/package=IsoplotR

Running IsoplotRgui

Once all these above packages have been installed, you can run the browser-based graphical user interface by typing:

library(IsoplotRgui)
IsoplotR()

at the command prompt. Alternatively, the program can also be accessed online via the IsoplotR website at http://isoplotr.london-geochron.com

Further information

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

Author

Pieter Vermeesch

License

This project is licensed under the GPL-3 License

About

Shiny user interface to IsoplotR

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 66.4%
  • HTML 30.3%
  • R 2.8%
  • CSS 0.5%
0