IsoriX

This is the GitHub repository dedicated to the development of the R package IsoriX

https://github.com/courtiol/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
Last synced: 11 months ago · JSON representation

Repository

This is the GitHub repository dedicated to the development of the R package IsoriX

Basic Info
  • Host: GitHub
  • Owner: courtiol
  • Language: R
  • Default Branch: main
  • Homepage:
  • Size: 233 MB
Statistics
  • Stars: 15
  • Watchers: 7
  • Forks: 7
  • Open Issues: 40
  • Releases: 8
Created almost 10 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

README.md

Welcome to IsoriX

CRAN CRAN RStudio mirror downloads Dependencies

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.

isoscape

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

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

All Time
  • Total Commits: 895
  • Total Committers: 7
  • Avg Commits per committer: 127.857
  • Development Distribution Score (DDS): 0.074
Past Year
  • Commits: 12
  • Committers: 2
  • Avg Commits per committer: 6.0
  • Development Distribution Score (DDS): 0.083
Top Committers
Name Email Commits
Alexandre Courtiol a****l@g****m 829
Rohwaeder r****r@p****e 54
Kramer-Schadt k****r@i****l 6
Johann g****t@j****m 2
vullioud 3****d 2
dmurdoch m****n@g****m 1
stephkramer s****t@g****m 1
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
api (28) stats (12) internal (12) documentation (11) data (8) PRIORITY (8) invalid (8) signals (6) plot (5) bug (4) speed (4) spaMM (4) bookdown (4) test (2) question (2) web (1) release (1)
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

  • Versions: 12
  • Dependent Packages: 1
  • Dependent Repositories: 2
  • Downloads: 792 Last month
Rankings
Forks count: 10.9%
Downloads: 14.1%
Stargazers count: 15.3%
Average: 15.5%
Dependent packages count: 17.8%
Dependent repos count: 19.7%
Last synced: 11 months ago

Dependencies

IsoriX/DESCRIPTION cran
  • 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