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

agriTutorial: Tutorial Analysis of Some Agricultural Experiments

devtools::load_all(".")
Version : r getNamespaceVersion("agriTutorial"); Copyright (C) 2019-2020:; License: GPL-2|GPL-3
Rodney Edmondson^1^, Hans-Peter Piepho^2^ and Muhammad Yaseen^3^
  1. Rana House, Wellesbourne, UK (rodney.edmondson@gmail.com)
  2. Biostatistics Unit, Institute of Crop Science, University of Hohenheim, Stuttgart, Germany (piepho@uni-hohenheim.de)
  3. Department of Mathematics and Statistics, University of Agriculture Faisalabad, Pakistan (myaseen208@gmail.com).

minimal R version License: GPL v3 CRAN_Status_Badge rstudio mirror downloads

dver <- ifelse(test = gsub("(.\\.)(\\d+)(\\..)", "", getNamespaceVersion("agriTutorial")) != "",
               yes = getNamespaceVersion("agriTutorial"),
               no = gsub("Version:\\s*", "", readLines(paste0("https://raw.githubusercontent.com/", "myaseen208/agriTutorial", "/master/DESCRIPTION"))[grep("Version:", readLines(paste0("https://raw.githubusercontent.com/", "myaseen208/agriTutorial", "/master/DESCRIPTION")))]))
cat(paste("[![develVersion](https://img.shields.io/badge/devel%20version-", dver, "-orange.svg)](https://github.com/myaseen208/agriTutorial)", sep = ""))

Project Status: WIP lifecycle Last-changedate Rdoc


Description

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

Installation

The package can be installed from CRAN as follows:

install.packages("agriTutorial", dependencies = TRUE)

The development version can be installed from github as follows:

if (!require("remotes")) install.packages("remotes")
remotes::install_github("myaseen208/agriTutorial")

Detailed tutorial

For a detailed tutorial (vignette) on how to used this package type:

browseVignettes(package = "agriTutorial")

The vignette for the latest version is also available online.

What's new

To know whats new in this version type:

news(package = "agriTutorial")

Links

CRAN page

Github page

Documentation website

Citing agriTutorial

To cite the methods in the package use:

citation("agriTutorial")

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

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/agriTutorial documentation built on Feb. 25, 2020, 12:01 a.m.