项目作者: Flavjack

项目描述 :
Tools and Statistical Procedures in Plant Science
高级语言: R
项目地址: git://github.com/Flavjack/inti.git
创建时间: 2017-02-18T16:51:02Z
项目社区:https://github.com/Flavjack/inti

开源协议:Other

下载


" class="reference-link">inti

CRAN
status
DOI
R-CMD-check
CRAN RStudio mirror
downloads

The ‘inti’ package is part of the ‘inkaverse’ project for developing
different procedures and tools used in plant science and experimental
designs. The mean aim of the package is to support researchers during
the planning of experiments and data collection ‘tarpuy()’, data
analysis and graphics ‘yupana()’, and technical writing. Learn more
about the ‘inkaverse’ project at https://inkaverse.com.

Installation

To install the stable version from
CRAN:

  1. install.packages("inti")

To install the latest development version directly from
GitHub:

  1. if (!require("remotes"))
  2. install.packages("remotes")
  3. remotes::install_github("flavjack/inti")

If you need install an specific version:

  1. if (!require("remotes"))
  2. install.packages("remotes")
  3. remotes::install_version("inti", version = "0.4.4")

Shiny apps

If is the first time running any of the apps consider install the app
dependencies:

  1. inti::yupana(dependencies = TRUE)

After install the package and the app dependencies also you can access
to the apps through the Addins list in Rstudio or running the following
code:

Yupana

  1. inti::yupana()

Tarpuy

  1. inti::tarpuy()