knitr::opts_chunk$set( collapse = TRUE, comment = "", fig.path = "inst/extdata/" )
agricolae
: Statistical Procedures for Agricultural Researchdevtools::load_all(".")
r getNamespaceVersion("agricolae")
; License: GPL-2|GPL-3Professor of the Academic Department of Statistics and Informatics of the Faculty of Economics and Planning.National University Agraria La Molina-PERU.
Department of Mathematics and Statistics, University of Agriculture Faisalabad, Pakistan.
dver <- ifelse(test = gsub("(.\\.)(\\d+)(\\..)", "", getNamespaceVersion("agricolae")) != "", yes = getNamespaceVersion("agricolae"), no = gsub("Version:\\s*", "", readLines(paste0("https://raw.githubusercontent.com/", "myaseen208/agricolae", "/master/DESCRIPTION"))[grep("Version:", readLines(paste0("https://raw.githubusercontent.com/", "myaseen208/agricolae", "/master/DESCRIPTION")))])) cat(paste("[](https://github.com/myaseen208/agricolae)", sep = ""))
r gsub("(<doi:)(.+)(>)", "[doi:\\2](https://doi.org/\\2)", gsub("\\n", " ", packageDescription("agricolae", fields = "Description")))
The package can be installed from CRAN as follows:
install.packages("agricolae", dependencies = TRUE)
The development version can be installed from github as follows:
if (!require("remotes")) install.packages("remotes") remotes::install_github("myaseen208/agricolae")
To know whats new in this version type:
news(package = "agricolae")
agricolae
To cite the R package agricolae
in publications use:
citation("agricolae")
```r detach("package:agricolae", unload=TRUE) suppressPackageStartupMessages(library(agricolae)) cit <- citation("agricolae")
cit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.