The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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/.
To install the stable version from CRAN:
install.packages("inti")
To install the latest development version directly from GitHub:
if (!require("remotes"))
install.packages("remotes")
::install_github("flavjack/inti") remotes
If you need install an specific version:
if (!require("remotes"))
install.packages("remotes")
::install_version("inti", version = "0.4.4") remotes
If is the first time running any of the apps consider install the app dependencies:
::yupana(dependencies = TRUE) inti
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() inti
::tarpuy() inti
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.