README.md

rstructBio: An ShinyApp for Ecological Analysis

rstructBio is an R package with a friendly Graphical User Interface (GUI) developed using shiny framework. The package aims to facilitate the process of ecological univarite and multivariate analysis.

Instalation

Windows users: Before installation it is important to have installed Rtools.

MacOX 10.5+ Before installation it is important to have installed clang v.7.0.0

# rstructBio depends from 
install.package("shiny")
install.package("shinyBS")
install.package("shinythemes")
install.package("car")
install.package("normtest")
install.package("mnormt")

if (!require('devtools')) install.packages('devtools')
devtools::install_github('AnalytixWare/ShinySky')

if (!require('devtools')) install.packages('devtools')
devtools::install_github('patauchi/rstructBio')
# If you want to build vignette, install pandoc before and then
devtools::install_github('patauchi/rstructBio',build_vignettes=TRUE)

Usage

library(rstructBio)
run_rstructBio()

Reference guide

Under Construction

Acknowledgements

Museo de Historia Natural de Cusco (MHNC), Univerisdad Nacional de San Antonio Abad del Cusco.



patauchi/rstructBio documentation built on Sept. 11, 2020, 5:33 p.m.