IsoriX
This is the GitHub repository dedicated to the development of the R package IsoriX
Science Score: 23.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
-
○DOI references
-
✓Academic publication links
Links to: biorxiv.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (15.0%) to scientific vocabulary
Repository
This is the GitHub repository dedicated to the development of the R package IsoriX
Statistics
- Stars: 15
- Watchers: 7
- Forks: 7
- Open Issues: 40
- Releases: 8
Metadata Files
README.md
Welcome to IsoriX
This is the development repository of IsoriX, an R package aiming at building isoscapes using mixed models and inferring the geographic origin of organisms based on their isotopic ratios.

Where to learn about IsoriX?
You can start by reading our bookdown!
Then, it may not be a bad idea to also have a look at our papers: here and there.
Another great source of help is our mailing list. First register for free (using your Google account) and then feel free to send us questions.
For specific help on IsoriX functions and objects, you should also check the documentation embedded in the package after having installed and attached (= loaded) it:
R
help(package = "IsoriX")
How to download and install IsoriX?
You can download and install the stable version of IsoriX directly from within R by typing:
R
install.packages("IsoriX", dependencies = TRUE)
Note: if you get into troubles due to suggested package(s) (colorspace, elevatr, gmp, magick, rgl, spelling, testthat, webshot2 or withr) retry using simply:
R
install.packages("IsoriX")
These packages offer additional functionalities but some of them can be difficult to install on some systems.
If you want the development version of IsoriX, you can download and install it by typing:
R
remotes::install_github("courtiol/IsoriX/IsoriX") ## no typo: you do need to write IsoriX twice ;-)
Mind that you need the R package remotes to be installed for that to work. Mind also that the development version, being under development, can sometimes contain code that is partly broken.
Installation behind a proxy?
Also, if you access the network via a proxy, you may experience troubles with install_github. In such case try something like:
R
library(httr)
with_config(use_proxy("192.123.4.5:6789"), remotes::install_github("courtiol/IsoriX/IsoriX"))
Off course, replace the numbers ("192.123.4.5:6789") with those corresponding to your proxy settings!
How can you contribute?
There are plenty way you can contribute! If you are fluent in R programming, you can improve the code and develop new functions. If you are not so fluent, you can still edit the documentation files to make them more complete and clearer, write new vignettes, report bugs or make feature requests (see our bookdown for details).
Main packages behind IsoriX
IsoriX heavily depends on two R packages: spaMM & rasterVis.
Owner
- Name: Alexandre Courtiol
- Login: courtiol
- Kind: user
- Location: Berlin
- Company: IZW
- Website: www.datazoogang.de
- Twitter: rdataberlin
- Repositories: 53
- Profile: https://github.com/courtiol
Quantitative wildlife biologist at Leibniz-IZW Berlin / Rstats lecturer at FU Berlin / Rstats consultant. R & LaTeX fulfill 99% of my coding needs!
GitHub Events
Total
- Issues event: 1
- Issue comment event: 2
- Fork event: 2
Last Year
- Issues event: 1
- Issue comment event: 2
- Fork event: 2
Committers
Last synced: over 2 years ago
Top Committers
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 134
- Total pull requests: 13
- Average time to close issues: over 1 year
- Average time to close pull requests: 23 days
- Total issue authors: 13
- Total pull request authors: 5
- Average comments per issue: 1.28
- Average comments per pull request: 0.38
- Merged pull requests: 11
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 25
- Pull requests: 3
- Average time to close issues: 3 months
- Average time to close pull requests: about 8 hours
- Issue authors: 3
- Pull request authors: 2
- Average comments per issue: 0.44
- Average comments per pull request: 0.33
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- courtiol (111)
- leoniewalter (3)
- PatWright (3)
- stephkramer (2)
- groemer (1)
- aelopez2 (1)
- Otoliths (1)
- jhollist (1)
- rsbivand (1)
- vullioud (1)
- lamartinelli (1)
- mementonature (1)
- LaraSp (1)
Pull Request Authors
- courtiol (7)
- vullioud (3)
- leoniewalter (2)
- wenzmo (1)
- dmurdoch (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 792 last-month
- Total dependent packages: 1
- Total dependent repositories: 2
- Total versions: 12
- Total maintainers: 1
cran.r-project.org: IsoriX
Isoscape Computation and Inference of Spatial Origins using Mixed Models
- Homepage: https://github.com/courtiol/IsoriX
- Documentation: http://cran.r-project.org/web/packages/IsoriX/IsoriX.pdf
- License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
-
Latest release: 0.9.3
published almost 2 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.5.0 depends
- grDevices * imports
- graphics * imports
- grid * imports
- lattice * imports
- latticeExtra * imports
- numDeriv * imports
- raster * imports
- rasterVis >= 0.30 imports
- sp * imports
- spaMM >= 2.4 imports
- stats * imports
- tools * imports
- utils * imports
- viridisLite * imports
- RandomFields * suggests
- gmp * suggests
- magick * suggests
- maps * suggests
- maptools * suggests
- rgdal * suggests
- rgeos * suggests
- rgl * suggests
- testthat * suggests