visvaR

Shiny-Based Statistical Solutions for Agricultural Research

https://github.com/rameshram96/visvar

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.2%) to scientific vocabulary

Keywords

agriculture anova-analysis correlation exper experimental experimental-design
Last synced: 6 months ago · JSON representation

Repository

Shiny-Based Statistical Solutions for Agricultural Research

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
agriculture anova-analysis correlation exper experimental experimental-design
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme Changelog License

README.md

visvaR - Visualize Variance

It is a user-friendly tool to do the statistical analysis of agricultural research data like ANOVA, correlation, etc. (This package is in the developmental stage, we strongly encourage feedback from the users to improve the package) Package developed by Ramesh R PhD Scholar, Division of Plant Physiology ICAR-IARI, New Delhi ramesh.rahu96\@gmail.com{.email}

Installation

You can install the development version of visvaR from GitHub using the following command:

r install.packages("devtools") devtools::install_github("rameshram96/visvaR")

Example usage

r library(visvaR) visvaR:::oneway_crd() # one factor completely randomized design visvaR:::oneway_rbd() # one factor randomized block design visvaR:::twoway_crd() # two factor completely randomized design visvaR:::twoway_rbd() # two factor randomized block design visvaR:::correlation_multi() # Correlation of multiple variables

Running any of this code will open a application in your browser, where you can paste or import your data, after analysing the data you can download the results as a word file.

Using custom fonts inside the pacakge

Make sure that system fonts are imported properly and loaded

r install.packages("extrafont") library(extrafont) extrafont::font_import() extrafont::loadfonts()

R-CMD-check CRAN status <!-- badges: end --> <!-- badges: start --> <!-- badges: end -->

Owner

  • Login: rameshram96
  • Kind: user

GitHub Events

Total
  • Push event: 39
Last Year
  • Push event: 39

Packages

  • Total packages: 1
  • Total downloads:
    • cran 510 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
cran.r-project.org: visvaR

Shiny-Based Statistical Solutions for Agricultural Research

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 510 Last month
Rankings
Dependent packages count: 27.8%
Dependent repos count: 34.2%
Average: 49.7%
Downloads: 87.0%
Maintainers (1)
Last synced: 7 months ago

Dependencies

.github/workflows/R-CMD-check.yaml actions
  • actions/checkout v4 composite
  • r-lib/actions/check-r-package v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
.github/workflows/pkgdown.yaml actions
  • JamesIves/github-pages-deploy-action v4.5.0 composite
  • actions/checkout v4 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • DT * imports
  • agricolae * imports
  • bslib * imports
  • corrplot * imports
  • dplyr * imports
  • flextable * imports
  • ggcorrplot * imports
  • ggplot2 * imports
  • grDevices * imports
  • graphics * imports
  • htmltools * imports
  • officer * imports
  • patchwork * imports
  • readxl * imports
  • rlang * imports
  • shiny * imports
  • stats * imports
  • tibble * imports
  • tidyr * imports
  • utils * imports
  • shinytest2 * suggests
  • testthat >= 3.0.0 suggests
  • writexl * suggests