knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "",
  fig.path = "inst/extdata/"
)

agricolae: Statistical Procedures for Agricultural Research

devtools::load_all(".")
Version : r getNamespaceVersion("agricolae"); License: GPL-2|GPL-3
Felipe de Mendiburu^1^, Muhammad Yaseen^2^
  1. Professor of the Academic Department of Statistics and Informatics of the Faculty of Economics and Planning.National University Agraria La Molina-PERU.

  2. Department of Mathematics and Statistics, University of Agriculture Faisalabad, Pakistan.


minimal R version License: GPL v3 CRAN_Status_Badge rstudio mirror downloads

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("[![develVersion](https://img.shields.io/badge/devel%20version-", dver, "-orange.svg)](https://github.com/myaseen208/agricolae)", sep = ""))

Project Status: WIP lifecycle Last-changedate Rdoc


Description

r gsub("(<doi:)(.+)(>)", "[doi:\\2](https://doi.org/\\2)", gsub("\\n", " ", packageDescription("agricolae", fields = "Description")))

   

Installation

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")

   

Detailed tutorial

   

What's new

To know whats new in this version type:

news(package = "agricolae")

Links

CRAN page

Github page

Documentation website

Citing agricolae

To cite the R package agricolae in publications use:

citation("agricolae")

```r detach("package:agricolae", unload=TRUE) suppressPackageStartupMessages(library(agricolae)) cit <- citation("agricolae")

yr <- format(Sys.Date(), "%Y")

cit[1]$year <- yr

oc <- class(cit)

cit <- unclass(cit)

attr(cit[[1]],"textVersion") <- gsub("\(\)",

paste("\(", yr, "\)", sep = ""),

attr(cit[[1]],"textVersion"))

class(cit) <- oc

cit



myaseen208/agricolae documentation built on April 4, 2023, 5:23 a.m.