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

gvcR: Genotypic Variance Components

devtools::load_all(".")
Version : r getNamespaceVersion("gvcR"); License: GPL-3
*Muhammad Yaseen^1,2,3^, Sami Ullah^4^
  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

minimal R version License: GPL v3 CRAN_Status_Badge rstudio mirror downloads

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

Project Status: WIP lifecycle Last-changedate


Description

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

   

Installation

The package can be installed from CRAN as follows:

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

 

The development version can be installed from github as follows:

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

   

What's new

To know whats new in this version type:

news(package = "gvcR")

Links

CRAN page

Github page

Documentation website

Companion website

Citing gvcR

To cite the R package gvcR in publications use:

citation("gvcR")


myaseen208/gvcR documentation built on Sept. 18, 2024, 12:52 p.m.