Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.5%) to scientific vocabulary
Repository
git repository for R package riverconn
Basic Info
- Host: GitHub
- Owner: damianobaldan
- License: other
- Language: R
- Default Branch: main
- Size: 902 KB
Statistics
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
riverconn
Git repository for R package rivercon.
Package documentation is available in the vignette and here: https://damianobaldan.github.io/riverconn_tutorial/
Further information on functions implemented in the package and potential uses are described in the paper: https://doi.org/10.1016/j.envsoft.2022.105470
The latest version of the package is available from GitHub: https://github.com/damianobaldan/riverconn
Installation
devtools::installgithub("damianobaldan/riverconn", buildvignettes = TRUE)
Changelog
0.3.32 to 0.3.33 * fixed issue with weightmetadata object in innertindexcalculation
0.3.31 to 0.3.32 * default parallel computation option switched to FALSE
0.3.30 to 0.3.31 * fixed CRAN notes
0.3.29 to 0.3.30 * removed ggnetwork dependency
0.3.28 to 0.3.29 * fixed issue with paraml in innerdindexcalculation function
0.3.27 to 0.3.28 * fixed another bug in indexcalculation for indextype = "sum"; added error message
0.3.26 to 0.3.27 * fixed bug in indexcalculation for indextype = "sum"
0.3.25 to 0.3.26 * fixed issue in vignette visualization
0.3.24 to 0.3.25 * fixed example in dindexcalculation function
0.3.23 to 0.3.24 * updated documentation for disp_type = "leptokurtic"
0.3.22 to 0.3.23 * added disptype = "leptokurtic" in the indexcalculation function
0.3.21 to 0.3.22 * fixed bug in indexcalculation when indextype = "reach" and index_mode = "from"
0.3.20 to 0.3.21 * updated documentation and vignette
0.3.18 to 0.3.20 * updated functions documentation and vignette
0.3.17 to 0.3.18 * fixed a bug that lead to index_calculation crash when similar vertex attributes are used
0.3.16 to 0.3.17 * vignette updated
0.3.16 to 0.3.17 * DESCRIPTION file updated
0.3.15 to 0.3.16 * examples changed
0.3.14 to 0.3.15 * changed matrix-vector multiplication method in index_calculation to avoid running out of memory
0.3.13 to 0.3.14 * fixed bug in tindexcalculation for index_type = "reach"
0.3.12 to 0.3.13 * updated error messages in Bijfun
0.3.11 to 0.3.12 * fixed bugs in examples
0.3.7 to 0.3.11 * added examples to exported functions
0.3.7 to 0.3.10 * minor fixes for CRAN upload
0.3.6 to 0.3.7 * vignette updated
0.3.5 to 0.3.6 * added type = "sum" in index_calculation to calculate barriers attributes sum regardless of the network structure (this facilitates the calculation of area fragmentation indices)
0.3.4 to 0.3.5 * typos corrected in the documentation
0.3.3 to 0.3.4
* vignette updated and link to online guide included in the documentation
0.3.2 to 0.3.3
* term dam replaced with barrier through all the documentation and vignette
0.3.1 to 0.3.2
* vignette updated
0.2.9 to 0.3.1
* minor changes in dindexcalculation function to avoid dplyr::join printing messages to screen
0.2.8 to 0.2.9
* minor changes in dindexcalculation documentation
0.2.7 to 0.2.8
* minor changes in Bijfun and cijfun
0.2.6 to 0.2.7
* changed architecture of Bijfun to improve speed (now relying on dodgr package to speed up shortest paths calculations on graphs)
0.2.5 to 0.2.6
* changed architecture of cijfun to improve speed (now relying on dodgr package to speed up shortest paths calculations on graphs)
* Bijfun is still the slow version
0.2.4 to 0.2.5
* edited vignette
0.2.3 to 0.2.4
* fixed bug on tindexcalculation (... argument and partial match issue)
* added error message on indexcalculation when nodesid is not charachter type
0.2.2 to 0.2.3
* fixed bug on dindexcalculation (inputs passu and passd not recognized)
0.2.1 to 0.2.2
* minor changes to functions documentation and error messages
* fixed bug on dindexcalculation (... argument and partial match issue)
0.1.9 to 0.2.1
* changed architecture of dindexcalculation to simplify debug
* introduced and documented function onebarrierremoval_index
0.1.8 to 0.1.9
* fixed bug on dindexcalculation
0.1.7 to 0.1.8
* fixed bug on setcdirectionality and setBdirectionality when argument "asymmetric" is provided
* fixed issue on indexcalculation and dindex_calculation: now output labels are consistent with user-inputted labels
0.1.7
* first version on GitHub
Owner
- Name: Damiano Baldan
- Login: damianobaldan
- Kind: user
- Repositories: 2
- Profile: https://github.com/damianobaldan
Reasercher in the field of freshwater ecology. Main interests: ecohydrology, population and community ecology, riverscapes fragmentation.
GitHub Events
Total
- Issues event: 1
- Watch event: 1
Last Year
- Issues event: 1
- Watch event: 1
Packages
- Total packages: 1
-
Total downloads:
- cran 279 last-month
- Total dependent packages: 0
- Total dependent repositories: 0
- Total versions: 6
- Total maintainers: 1
cran.r-project.org: riverconn
Fragmentation and Connectivity Indices for Riverscapes
- Homepage: https://github.com/damianobaldan/riverconn
- Documentation: http://cran.r-project.org/web/packages/riverconn/riverconn.pdf
- License: MIT + file LICENSE
-
Latest release: 0.3.31
published over 2 years ago
Rankings
Maintainers (1)
Dependencies
- doParallel * imports
- dodgr * imports
- dplyr * imports
- foreach * imports
- igraph * imports
- magrittr * imports
- markdown * imports
- parallel * imports
- reshape2 * imports
- rlang * imports
- stats * imports
- tidyr * imports
- tidyselect * imports
- ggnetwork * suggests
- ggplot2 * suggests
- knitr * suggests
- rmarkdown * suggests
- viridis * suggests