-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
executable file
·94 lines (60 loc) · 3.48 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
output: rmarkdown::github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "",
fig.path = "inst/extdata/"
)
```
## `DiallelAnalysisR`: Diallel Analysis with R
###### Version : [`r getNamespaceVersion("DiallelAnalysisR")`](https://myaseen208.com/DiallelAnalysisR/); Copyright (C) 2019-2020: License: [GPL-2|GPL-3](https://www.r-project.org/Licenses/)
##### *Muhammad Yaseen^1,2,3^, and Kent M. Eskridge^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. Department of Statistics, University of Nebraska Lincoln, NE, USA.
***
[![minimal R version](https://img.shields.io/badge/R>%3D-3.5.0-6666ff.svg)](https://cran.r-project.org/)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version-last-release/DiallelAnalysisR)](https://cran.r-project.org/package=DiallelAnalysisR)
[![rstudio mirror downloads](https://cranlogs.r-pkg.org/badges/grand-total/DiallelAnalysisR?color=green)](https://CRAN.R-project.org/package=DiallelAnalysisR)
<!-- [![packageversion](https://img.shields.io/badge/Package%20version-0.2.3.3-orange.svg)](https://github.com/myaseen208/DiallelAnalysisR) -->
```{r, results='asis', echo=FALSE}
dver <- ifelse(test = gsub("(.\\.)(\\d+)(\\..)", "", getNamespaceVersion("DiallelAnalysisR")) != "",
yes = getNamespaceVersion("DiallelAnalysisR"),
no = gsub("Version:\\s*", "", readLines(paste0("https://raw.githubusercontent.com/", "myaseen208/DiallelAnalysisR", "/master/DESCRIPTION"))[grep("Version:", readLines(paste0("https://raw.githubusercontent.com/", "myaseen208/DiallelAnalysisR", "/master/DESCRIPTION")))]))
cat(paste("[![develVersion](https://img.shields.io/badge/devel%20version-", dver, "-orange.svg)](https://github.com/myaseen208/DiallelAnalysisR)", sep = ""))
```
<!-- [![GitHub Download Count](https://github-basic-badges.herokuapp.com/downloads/myaseen208/DiallelAnalysisR/total.svg)] -->
[![Project Status: WIP](https://www.repostatus.org/badges/latest/inactive.svg)](https://www.repostatus.org/#inactive)
[![lifecycle](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![Last-changedate](https://img.shields.io/badge/last%20change-`r gsub('-', '--', Sys.Date())`-yellowgreen.svg)](https://github.com/myaseen208/DiallelAnalysisR)
***
## Description
`r gsub("(<doi:)(.+)(>)", "[doi:\\2](https://doi.org/\\2)", gsub("\\n", " ", packageDescription("DiallelAnalysisR", fields = "Description")))`
## Installation
The package can be installed from CRAN as follows:
```{r, eval=FALSE}
install.packages("DiallelAnalysisR", dependencies = TRUE)
```
The development version can be installed from github as follows:
```{r, eval=FALSE}
if (!require("remotes")) install.packages("remotes")
remotes::install_github("myaseen208/DiallelAnalysisR")
```
## What's new
To know whats new in this version type:
```{r, eval=FALSE}
news(package = "DiallelAnalysisR")
```
## Links
[CRAN page](https://cran.r-project.org/package=DiallelAnalysisR)
[Github page](https://github.com/myaseen208/DiallelAnalysisR)
[Documentation website](https://myaseen208.com/DiallelAnalysisR/)
## Citing `DiallelAnalysisR`
To cite the methods in the package use:
```{r, comment = ""}
citation("DiallelAnalysisR")
```