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
Repository
An alternative to Isoplot written in R
Statistics
- Stars: 71
- Watchers: 6
- Forks: 24
- Open Issues: 0
- Releases: 32
Metadata Files
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
Author
License
This project is licensed under the GPL-3 License
Owner
- Name: Pieter Vermeesch
- Login: pvermees
- Kind: user
- Location: London
- Company: University College London
- Website: https://www.ucl.ac.uk/~ucfbpve/
- Repositories: 21
- Profile: https://github.com/pvermees
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
Top Committers
| Name | 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 |
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
- Homepage: https://github.com/pvermees/IsoplotR/
- Documentation: http://cran.r-project.org/web/packages/IsoplotR/IsoplotR.pdf
- License: GPL-3
-
Latest release: 6.7
published 8 months ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.0.0 depends
- MASS * imports
- alpine 3.11.6 build