vegan - Community Ecology Package
Ordination methods, diversity analysis and other functions for community and vegetation ecologists.
Last updated
ecological-modellingecologyordinationopenblasfortran
19.86 score 533 stars 504 dependents 25k scripts 147k downloadspbapply - Adding Progress Bar to '*apply' Functions
A lightweight package that adds progress bar to vectorized R functions ('*apply'). The implementation can easily be added to functions where showing the progress is useful (e.g. bootstrap). The type and style of the progress bar (with percentages or remaining time) can be set through options. Supports several parallel processing backends including mirai and future.
Last updated
progress-bar
14.70 score 163 stars 722 dependents 4.5k scripts 133k downloadsResourceSelection - Resource Selection (Probability) Functions for Use-Availability Data
Resource Selection (Probability) Functions for use-availability wildlife data based on weighted distributions as described in Lele and Keim (2006) <doi:10.1890/0012-9658(2006)87%5B3021:WDAEOR%5D2.0.CO;2>, Lele (2009) <doi:10.2193/2007-535>, and Solymos & Lele (2016) <doi:10.1111/2041-210X.12432>.
Last updated
ecologyestimationlelersfrspfsolymosweighted-distributions
8.91 score 9 stars 4 dependents 1.2k scripts 12k downloadsdclone - Data Cloning and MCMC Tools for Maximum Likelihood Methods
Low level functions for implementing maximum likelihood estimating procedures for complex models using data cloning and Bayesian Markov chain Monte Carlo methods as described in Solymos 2010 <doi:10.32614/RJ-2010-011>. Sequential and parallel MCMC support for 'JAGS', 'WinBUGS', 'OpenBUGS', and 'Stan'.
Last updated
jagscpp
7.01 score 7 stars 4 dependents 273 scripts 449 downloadsbSims - Agent-Based Bird Point Count Simulator
A highly scientific and utterly addictive bird point count simulator to test statistical assumptions, aid survey design, and have fun while doing it (Solymos 2024 <doi:10.1007/s42977-023-00183-2>). The simulations follow time-removal and distance sampling models based on Matsuoka et al. (2012) <doi:10.1525/auk.2012.11190>, Solymos et al. (2013) <doi:10.1111/2041-210X.12106>, and Solymos et al. (2018) <doi:10.1650/CONDOR-18-32.1>, and sound attenuation experiments by Yip et al. (2017) <doi:10.1650/CONDOR-16-93.1>.
Last updated
biasbirdsdetectabilityshinysimulationsurvey-design
6.43 score 4 stars 56 scripts 259 downloadsintrval - Relational Operators for Intervals
Evaluating if values of vectors are within different open/closed intervals (`x %[]% c(a, b)`), or if two closed intervals overlap (`c(a1, b1) %[]o[]% c(a2, b2)`). Operators for negation and directional relations also implemented.
Last updated
closed-intervalsinterval-endpointsinterval-operatorsnegationopen-intervals
6.18 score 40 stars 1 dependents 127 scripts 276 downloadsdclone - Data Cloning and MCMC Tools for Maximum Likelihood Methods
Low level functions for implementing maximum likelihood estimating procedures for complex models using data cloning and Bayesian Markov chain Monte Carlo methods as described in Solymos 2010 <doi:10.32614/RJ-2010-011>. Sequential and parallel MCMC support for 'JAGS', 'WinBUGS', 'OpenBUGS', and 'Stan'.
Last updated
jagscpp
6.06 score 7 stars 4 dependents 273 scripts 449 downloadsmefa4 - Multivariate Data Handling with S4 Classes and Sparse Matrices
An S4 update of the 'mefa' package using sparse matrices for enhanced efficiency. Sparse array-like objects are supported via lists of sparse matrices.
Last updated
data-manipulationecologysparse-matrices
5.41 score 2 dependents 432 scripts 311 downloadsdeps - Dependency Management with 'roxygen'-Style Comments
Manage your source code dependencies by decorating your existing R code with special, 'roxygen'-style comments.
Last updated
dependenciespackagesreproducibility
4.49 score 34 stars 18 scripts 664 downloadsdeps - Dependency Management with 'roxygen'-Style Comments
Manage your source code dependencies by decorating your existing R code with special, 'roxygen'-style comments.
Last updated
dependenciespackagesreproducibility
4.49 score 34 stars 18 scripts 664 downloads
rconfig - Manage R Configuration at the Command Line
Configuration management using files (YAML, JSON, INI, TXT), JSON strings, and command line arguments. Command line arguments can be used to override configuration. Period-separated command line flags are parsed as hierarchical lists. Environment variables, R global variables, and configuration values can be substituted.
Last updated
cliconfigjsonyaml
4.43 score 27 stars 9 scripts 216 downloads
rconfig - Manage R Configuration at the Command Line
Configuration management using files (YAML, JSON, INI, TXT), JSON strings, and command line arguments. Command line arguments can be used to override configuration. Period-separated command line flags are parsed as hierarchical lists. Environment variables, R global variables, and configuration values can be substituted.
Last updated
cliconfigjsonyaml
4.43 score 27 stars 9 scripts 216 downloadsdcmle - Hierarchical Models Made Easy with Data Cloning
S4 classes around infrastructure provided by the 'coda' and 'dclone' packages to make package development easy as a breeze with data cloning for hierarchical models.
Last updated
jagscpp
4.30 score 2 dependents 66 scripts 266 downloadsdcmle - Hierarchical Models Made Easy with Data Cloning
S4 classes around infrastructure provided by the 'coda' and 'dclone' packages to make package development easy as a breeze with data cloning for hierarchical models.
Last updated
jagscpp
4.30 score 2 dependents 66 scripts 267 downloadsopticut - Likelihood Based Optimal Partitioning and Indicator Species Analysis
Likelihood based optimal partitioning and indicator species analysis. Finding the best binary partition for each species based on model selection, with the possibility to take into account modifying/confounding variables as described in Kemencei et al. (2014) <doi:10.1556/ComEc.15.2014.2.6>. The package implements binary and multi-level response models, various measures of uncertainty, Lorenz-curve based thresholding, with native support for parallel computations.
Last updated
ecologyindicator-species-analysislikelihoodoptimal-partitioningspecies
4.18 score 2 stars 76 scripts 187 downloadsEDMAinR - Euclidean Distance Matrix Analysis in R
A coordinate-free approach for comparing biological shapes using landmark data based on Lele and Richtsmeier (1991) <doi:10.1002/ajpa.1330860307>.
Last updated
comparing-biological-shapescoordinate-freelandmark-datamorphometricsmultivariate-statistics
3.90 score 4 stars 9 scriptsclickrup - Interacting with the ClickUp v2 API from R
Work with the ClickUp productivity app from R to manage tasks, goals, time tracking, and more.
Last updated
apiclickupclickup-apiproject-management
3.26 score 18 stars 7 scripts
tryr - Client/Server Error Handling for HTTP API Frameworks
Differentiate client errors (4xx) from server errors (5xx) for the 'plumber' and 'RestRserve' HTTP API frameworks. The package also includes a built-in logging mechanism to standard output (STDOUT) or standard error (STDERR) depending on the log level.
Last updated
3.18 score 3 stars 2 scripts 211 downloadscure4insect - Custom Reporting for Intactness and Sector Effects
Decision support tool that provides an interface to enable custom reporting for intactness and sector effects based on estimates and predictions created by the Alberta Biodiversity Monitoring Institute (ABMI) in collaboration with the Boreal Avian Modelling (BAM) Project.
Last updated
3.09 score 4 stars 62 scriptsPVAClone - Population Viability Analysis with Data Cloning
Likelihood based population viability analysis in the presence of observation error and missing data. The package can be used to fit, compare, predict, and forecast various growth model types using data cloning.
Last updated
jagscpp
3.02 score 1 stars 21 scripts 280 downloadslhreg - Phylogeny and Species Trait Effects on Detectability
Phylogeny and species trait effects on detectability, supporting material for the manuscript entitled 'Phylogeny and species traits predict songbird detectability' by Solymos, Matsuoka, Stralberg, Bayne, and Barker.
Last updated
birdsborealdetectabilityecologyphylogenyspecies-trait-effects
2.81 score 1 stars 13 scriptssharx - Models and Data Sets for the Study of Species-Area Relationships
Hierarchical models for the analysis of species-area relationships (SARs) by combining several data sets and covariates; with a global data set combining individual SAR studies; as described in Solymos and Lele (2012) <doi:10.1111/j.1466-8238.2011.00655.x>.
Last updated
jagscpp
2.70 score 1 stars 4 scripts 226 downloadsmoosecounter - Adaptive Moose Surveys
Adaptive Moose surveys.
Last updated
shiny
2.18 score 3 stars 4 scriptsbananas - Data Set of Ripening Bananas
Color information about ripening bananas over 21 days.
Last updated
1.70 score 4 scriptsallinone - All-in-on Model Based Custom Predictions for Alberta
Decision support tool that provides an interface to enable custom predictions based on estimates created by the Alberta Biodiversity Monitoring Institute (ABMI) in collaboration with the Boreal Avian Modelling (BAM) Project.
Last updated
species-distribution-models
1.70 score 1 stars 4 scriptsKnockKnockJokes - Knock-Knock Jokes
An S4 exercise for Knock-Knock Joke lovers.
Last updated
1.70 score 1 stars 3 scripts