README.md

{ "@context": "https://schema.org", "@graph": [ { "type": "SoftwareSourceCode", "author": [ { "id": "https://orcid.org/0000-0002-4791-442X", "type": "Person", "email": [ "j.aravind@icar.gov.in", "aravindj@nbpgr.ernet.in" ], "familyName": "Aravind", "givenName": "J." }, { "type": "Person", "email": "mukeshsankar@gmail.com", "familyName": "Mukesh Sankar", "givenName": "S." }, { "id": "https://orcid.org/0000-0001-6384-8664", "type": "Person", "email": "d.wankhede@icar.gov.in", "familyName": "Wankhede", "givenName": [ "Dhammaprakash", "Pandhari" ] }, { "type": "Person", "email": "vikender.kaur@icar.gov.in", "familyName": "Kaur", "givenName": "Vikender" } ], "codeRepository": "https://github.com/aravind-j/augmentedRCBD", "copyrightHolder": { "type": "Organization", "name": "ICAR-NBGPR" }, "description": "Functions for analysis of data generated from experiments in augmented randomised complete block design according to Federer, W.T. (1961) <doi:10.2307/2527837>. Computes analysis of variance, adjusted means, descriptive statistics, genetic variability statistics etc. Further includes data visualization and report generation functions.", "license": "https://spdx.org/licenses/GPL-2.0", "name": "augmentedRCBD: Analysis of Augmented Randomised Complete Block Designs", "programmingLanguage": { "type": "ComputerLanguage", "name": "R", "url": "https://r-project.org" }, "provider": { "id": "https://cran.r-project.org", "type": "Organization", "name": "Comprehensive R Archive Network (CRAN)", "url": "https://cran.r-project.org" }, "runtimePlatform": "R Under development (unstable) (2023-04-28 r84338 ucrt)", "version": "0.1.6" }, { "type": "SoftwareSourceCode", "author": [ { "id": "https://orcid.org/0000-0002-4791-442X", "type": "Person", "email": [ "j.aravind@icar.gov.in", "aravindj@nbpgr.ernet.in" ], "familyName": "Aravind", "givenName": "J." }, { "type": "Person", "email": "mukeshsankar@gmail.com", "familyName": "Mukesh Sankar", "givenName": "S." }, { "type": "Person", "email": "d.wankhede@icar.gov.in", "familyName": "Wankhede", "givenName": [ "Dhammaprakash", "Pandhari" ] }, { "type": "Person", "email": "vikender.kaur@icar.gov.in", "familyName": "Kaur", "givenName": "Vikender" } ], "description": [ "R package version 0.1.6", "https://aravind-j.github.io/augmentedRCBD/", "https://cran.r-project.org/package=augmentedRCBD" ], "name": "augmentedRCBD: Analysis of Augmented Randomised Complete Block Designs" } ] }

augmentedRCBD: Analysis of Augmented Randomised Complete Block Designs logo

Version : 0.1.7; Copyright (C) 2015-2023: ICAR-NBPGR; License: GPL-2\|GPL-3
Aravind, J.1, Mukesh Sankar, S.2, Wankhede, D. P.3, and Kaur, V.4
  1. Division of Germplasm Conservation, ICAR-National Bureau of Plant Genetic Resources, New Delhi.
  2. Division of Genetics, ICAR-Indian Agricultural Research Institute, New Delhi.
  3. Division of Genomic Resources, ICAR-National Bureau of Plant Genetic Resources, New Delhi.
  4. Division of Germplasm Evaluation, ICAR-National Bureau of Plant Genetic Resources, New Delhi.

minimal R
version License: GPL
v3 CRAN_Status_Badge Dependencies rstudio mirror
downloads develVersion Github Code
Size R-CMD-check Project Status:
WIP lifecycle Last-changedate Zenodo
DOI Website -
pkgdown .

Description

Functions for analysis of data generated from experiments in augmented randomised complete block design according to Federer, W.T. (1961) doi:10.2307/2527837. Computes analysis of variance, adjusted means, descriptive statistics, genetic variability statistics etc. Further includes data visualization and report generation functions.

Installation

The package can be installed from CRAN as follows:

# Install from CRAN
install.packages('augmentedRCBD', dependencies=TRUE)

The development version can be installed from github as follows:

# Install development version from Github
if (!require('devtools')) install.packages('devtools')
devtools::install_github("aravind-j/augmentedRCBD")

Detailed tutorial

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

browseVignettes(package = 'augmentedRCBD')

The vignette for the latest version is also available online.

What’s new

To know whats new in this version type:

news(package='augmentedRCBD')

Links

CRAN page

Github page

Documentation website

Zenodo DOI

CRAN checks

Linux

| | | |:----------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | r-devel-linux-x86_64-debian-clang | CRAN check - r-devel-linux-x86_64-debian-clang | | r-devel-linux-x86_64-debian-gcc | CRAN check - r-devel-linux-x86_64-debian-gcc | | r-devel-linux-x86_64-fedora-clang | CRAN check - r-devel-linux-x86_64-fedora-clang | | r-devel-linux-x86_64-fedora-gcc | CRAN check - r-devel-linux-x86_64-fedora-gcc | | r-patched-linux-x86_64 | CRAN check - r-patched-linux-x86_64 | | r-release-linux-x86_64 | CRAN check - r-release-linux-x86_64 |

Windows

| | | |:-------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | r-devel-windows-x86_64 | CRAN check - r-devel-windows-x86_64 | | r-release-windows-x86_64 | CRAN check - r-release-windows-x86_64 | | r-oldrel-windows-x86_64 | CRAN check - r-oldrel-windows-x86_64 |

MacOS

| | | |:-----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | r-release-macos-x86_64 | CRAN check - r-release-macos-x86_64 | | r-oldrel-macos-x86_64 | CRAN check - r-oldrel-macos-x86_64 |

Citing augmentedRCBD

To cite the methods in the package use:

citation("augmentedRCBD")
To cite the R package 'augmentedRCBD' in publications use:

  Aravind, J., Mukesh Sankar, S., Wankhede, D. P., and Kaur, V. ().  augmentedRCBD: Analysis of Augmented Randomised Complete Block
  Designs. R package version 0.1.7, https://aravind-j.github.io/augmentedRCBD/https://cran.r-project.org/package=augmentedRCBD.

A BibTeX entry for LaTeX users is

  @Manual{,
    title = {augmentedRCBD: Analysis of Augmented Randomised Complete Block Designs},
    author = {J. Aravind and S. {Mukesh Sankar} and Dhammaprakash Pandhari Wankhede and Vikender Kaur},
    note = {R package version 0.1.7 https://aravind-j.github.io/augmentedRCBD/ https://cran.r-project.org/package=augmentedRCBD},
  }

This free and open-source software implements academic research by the authors and co-workers. If you use it, please support the project
by citing the package.


Try the augmentedRCBD package in your browser

Any scripts or data that you put into this service are public.

augmentedRCBD documentation built on Aug. 19, 2023, 1:06 a.m.