IsoplotR

An alternative to Isoplot written in R

https://github.com/pvermees/isoplotr

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
  • Committers with academic emails
    1 of 5 committers (20.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.3%) to scientific vocabulary
Last synced: 7 months ago · JSON representation

Repository

An alternative to Isoplot written in R

Basic Info
  • Host: GitHub
  • Owner: pvermees
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 52.8 MB
Statistics
  • Stars: 71
  • Watchers: 6
  • Forks: 24
  • Open Issues: 0
  • Releases: 32
Created almost 10 years ago · Last pushed 7 months ago
Metadata Files
Readme

README.md

IsoplotR

IsoplotR is a free and open-source substitute for Kenneth Ludwig's popular Isoplot add-in to Microsoft Excel. This Github repository contains the code for IsoplotR's core commands. A graphical user interface is provided in a separate repository at https://github.com/pvermees/IsoplotRgui.

Installation

You must have R installed on your system (see https://www.r-project.org/). The most recent stable version of IsoplotR is available from CRAN at https://cran.r-project.org/package=IsoplotR and can be installed on your system as follows:

install.packages('IsoplotR')

Alternatively, the current development version of IsoplotR can be installed from Github with the remotes package:

install.packages('remotes') remotes::install_github('pvermees/IsoplotR')

Example

Once installed, IsoplotR can be loaded into memory by entering the following code at the R command prompt:

library(IsoplotR)

Now we can issue IsoplotR commands to R. For example:

setwd(system.file(package='IsoplotR')) # navigate to the built-in data files RbSr <- read.data('RbSr1.csv',method='Rb-Sr',format=1) isochron(RbSr)

Further information

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

Vermeesch, P., 2018, IsoplotR: a free and open toolbox for geochronology. Geoscience Frontiers, v.9, p.1479-1493, doi: 10.1016/j.gsf.2018.04.001.

Author

Pieter Vermeesch

License

This project is licensed under the GPL-3 License

Owner

  • Name: Pieter Vermeesch
  • Login: pvermees
  • Kind: user
  • Location: London
  • Company: University College London

GitHub Events

Total
  • Issues event: 1
  • Watch event: 4
  • Delete event: 1
  • Issue comment event: 3
  • Push event: 45
  • Pull request event: 19
  • Create event: 1
Last Year
  • Issues event: 1
  • Watch event: 4
  • Delete event: 1
  • Issue comment event: 3
  • Push event: 45
  • Pull request event: 19
  • Create event: 1

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 1,444
  • Total Committers: 5
  • Avg Commits per committer: 288.8
  • Development Distribution Score (DDS): 0.138
Past Year
  • Commits: 234
  • Committers: 2
  • Avg Commits per committer: 117.0
  • Development Distribution Score (DDS): 0.004
Top Committers
Name Email Commits
pvermees p****h@u****k 1,245
pvermees p****h@g****m 195
Jarred C Lloyd 7****d 2
Tim Band t****d 1
Tim Band t****d@n****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 4
  • Total pull requests: 173
  • Average time to close issues: about 14 hours
  • Average time to close pull requests: 19 minutes
  • Total issue authors: 4
  • Total pull request authors: 3
  • Average comments per issue: 1.25
  • Average comments per pull request: 0.0
  • Merged pull requests: 165
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 2
  • Pull requests: 11
  • Average time to close issues: less than a minute
  • Average time to close pull requests: less than a minute
  • Issue authors: 2
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.0
  • Merged pull requests: 9
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • MichelineCampbell (1)
  • tomarney (1)
  • pvermees (1)
  • RubyMarsden (1)
Pull Request Authors
  • pvermees (169)
  • jarredclloyd (2)
  • tim-band (2)
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 788 last-month
  • Total docker downloads: 21,661
  • Total dependent packages: 3
  • Total dependent repositories: 10
  • Total versions: 60
  • Total maintainers: 1
cran.r-project.org: IsoplotR

Statistical Toolbox for Radiometric Geochronology

  • Versions: 60
  • Dependent Packages: 3
  • Dependent Repositories: 10
  • Downloads: 788 Last month
  • Docker Downloads: 21,661
Rankings
Docker downloads count: 0.6%
Forks count: 3.6%
Stargazers count: 6.2%
Average: 7.8%
Dependent repos count: 9.2%
Dependent packages count: 10.9%
Downloads: 16.2%
Maintainers (1)
Last synced: 7 months ago

Dependencies

DESCRIPTION cran
  • R >= 3.0.0 depends
  • MASS * imports
Dockerfile docker
  • alpine 3.11.6 build