Skip to content
/ metagear Public

❗ This is a read-only mirror of the CRAN R package repository. metagear — Comprehensive Research Synthesis Tools for Systematic Reviews and Meta-Analysis. Homepage: https://lajeunesse.myweb.usf.edu/ https://github.com/mjlajeunesse/ https://www.youtube.com/c/LajeunesseLab/

Notifications You must be signed in to change notification settings

cran/metagear

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metagear package

purpose of the metagear package

metagear is a comprehensive, multifunctional toolbox with capabilities aimed to cover much of the research synthesis taxonomy: from applying a systematic review approach to objectively assemble and screen the literature, to extracting data from studies, and to finally summarize and analyze these data with the statistics of meta-analysis. More information about metagear can be found at https://lajeunesse.myweb.usf.edu.

installation instructions and dependencies

metagear has an external dependency that needs to be installed and loaded prior to use in R. This is the EBImage R package (Pau et al. 2010) available only from the Bioconductor repository: https://www.bioconductor.org. To properly install metagear, start with the following R script that loads the Bioconductor resources needed to install the EBImage (also accept all dependencies):

install.packages("BiocManager"); 
BiocManager::install("EBImage")
library(metagear)

This dependency sometimes results in CRAN failing to generate a binary of metagear for your OS -- which sadly happens often. In this case install from the source, for example:

install.packages("metagear_0.7.tar.gz", repos = "https://cran.us.r-project.org", type = "source", dependencies = TRUE)
library(metagear)

How to cite?

Lajeunesse, M.J. (2016) Facilitating systematic reviews, data extraction and meta-analysis with the metagear package for R. Methods in Ecology and Evolution 7, 323−330. Download PDF here: https://lajeunesse.myweb.usf.edu.

About

❗ This is a read-only mirror of the CRAN R package repository. metagear — Comprehensive Research Synthesis Tools for Systematic Reviews and Meta-Analysis. Homepage: https://lajeunesse.myweb.usf.edu/ https://github.com/mjlajeunesse/ https://www.youtube.com/c/LajeunesseLab/

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages