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

eda4treeR: Experimental Design and Analysis for Tree Improvement

devtools::load_all(".")
Version : r getNamespaceVersion("eda4treeR"); License: GPL-2|GPL-3
Muhammad Yaseen^1,2,3^, Sami Ullah^4^, Kent M. Eskridge^5^, Emlyn Williams^6^
  1. Asian Development Bank (ADB), Islamabad, Pakistan
  2. Benazir Income Support Programme (BISP), Islamabad, Pakistan
  3. Department of Mathematics and Statistics, University of Agriculture Faisalabad, Pakistan
  4. College of Agriculutre, University of Sargodha, Pakistan
  5. Department of Statistics, University of Nebraska-Lincoln, Lincoln NE, USA
  6. Australian National University, Canberra, ACT, Australia

minimal R version License: GPL v3 CRAN_Status_Badge rstudio mirror downloads

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

Project Status: WIP lifecycle Last-changedate


Description

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

   

Installation

The package can be installed from CRAN as follows:

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

 

The development version can be installed from github as follows:

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

   

What's new

To know whats new in this version type:

news(package = "eda4treeR")

Links

CRAN page

Github page

Documentation website

Companion website

Citing eda4treeR

To cite the R package eda4treeR in publications use:

citation("eda4treeR")


myaseen208/eda4treeR documentation built on May 4, 2023, 10:41 p.m.