Morpho
R-package providing a toolset for (3D-based) Geometric Morphometrics
Science Score: 36.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
-
○Academic publication links
-
✓Committers with academic emails
1 of 12 committers (8.3%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.2%) to scientific vocabulary
Repository
R-package providing a toolset for (3D-based) Geometric Morphometrics
Basic Info
Statistics
- Stars: 52
- Watchers: 8
- Forks: 18
- Open Issues: 9
- Releases: 9
Metadata Files
README.md
Morpho

Morpho provides a rich toolset for Geometric Morphometrics and mesh processing in R. This includes (among other stuff) mesh deformations based on reference points, permutation tests, detection of outliers, processing of sliding semi-landmarks, im- and export of a variety of triangular surface mesh files.
Installation of the R-package Morpho from CRAN:
Prerequisites for Debian/Ubuntu (needed to build dependency package sf)
sudo apt install libudunits2-dev libgeos-dev
Prerequisites for Fedora (needed to build dependency package sf)
dnf install udunits2-devel geos-devel gdal-devel proj-devel
Within R:
install.packages("Morpho")
Installation of the R-package Morpho (development snapshot) using devtools:
Install prerequisites
Install devtools from within R (Ubuntu/Debian users will have to install libcurl4-gnutls-dev beforehand):
install.packages("devtools")Make sure to have the latest versions of Rcpp and RcppArmadillo installed!!
Install build environment
Install prerequisites for Debian/Ubuntu (needed to build dependency package sf)
sudo apt install libudunits2-dev libgeos-dev
Install Morpho
Run the following command in R:
require(devtools)
install_github("zarquon42b/Morpho")
Owner
- Name: Stefan Schlager
- Login: zarquon42b
- Kind: user
- Website: zarquon42b.github.io
- Repositories: 34
- Profile: https://github.com/zarquon42b
GitHub Events
Total
- Issues event: 2
- Watch event: 1
- Issue comment event: 3
- Push event: 15
- Pull request event: 10
- Fork event: 1
Last Year
- Issues event: 2
- Watch event: 1
- Issue comment event: 3
- Push event: 15
- Pull request event: 10
- Fork event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| schlager | z****2@g****m | 1,422 |
| schlager | s****r@a****) | 114 |
| zarquon42b | z****b@u****t | 58 |
| Gregory Jefferis | j****s@g****m | 13 |
| zarquon42b | s****r@u****n | 8 |
| zarquon42b | s****r@s****) | 6 |
| zarquon42b | s****k@o****e | 3 |
| Duncan Murdoch | m****n@g****m | 2 |
| J. David Aponte | d****8@g****m | 1 |
| stla | l****p@y****r | 1 |
| nevrome | c****s@n****e | 1 |
| schlager | s****r@A****) | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 31
- Total pull requests: 9
- Average time to close issues: about 1 month
- Average time to close pull requests: 1 day
- Total issue authors: 25
- Total pull request authors: 6
- Average comments per issue: 2.71
- Average comments per pull request: 1.56
- Merged pull requests: 7
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: 6 days
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 2.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- jefferis (2)
- zarquon42b (2)
- Ruiqi-CUB (2)
- mcranium (2)
- J0vid (2)
- daskandalis (2)
- nevrome (1)
- StevenVB12 (1)
- chris-english (1)
- dckatz (1)
- mwyatt272 (1)
- jkh1 (1)
- mgrewe (1)
- klamalfa (1)
- rdinnager (1)
Pull Request Authors
- mcranium (5)
- dmurdoch (3)
- jefferis (2)
- nevrome (1)
- muratmaga (1)
- J0vid (1)
- stla (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 1,073 last-month
- Total docker downloads: 21,777
- Total dependent packages: 15
- Total dependent repositories: 44
- Total versions: 26
- Total maintainers: 1
cran.r-project.org: Morpho
Calculations and Visualisations Related to Geometric Morphometrics
- Homepage: https://github.com/zarquon42b/Morpho
- Documentation: http://cran.r-project.org/web/packages/Morpho/Morpho.pdf
- License: GPL-2
-
Latest release: 2.5.1
published about 9 years ago
Rankings
Maintainers (1)
Dependencies
- R >= 3.2.0 depends
- MASS * imports
- Matrix >= 1.0 imports
- Rcpp * imports
- Rvcg >= 0.7 imports
- bezier * imports
- colorRamps * imports
- doParallel >= 1.0.6 imports
- foreach >= 1.4.0 imports
- grDevices * imports
- graphics * imports
- jsonlite * imports
- methods * imports
- parallel * imports
- rgl >= 0.100.18 imports
- sf * imports
- stats * imports
- utils * imports
- car * suggests
- lattice * suggests
- shapes * suggests
- testthat * suggests