visvaR
Shiny-Based Statistical Solutions for Agricultural Research
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
Repository
Shiny-Based Statistical Solutions for Agricultural Research
Basic Info
- Host: GitHub
- Owner: rameshram96
- License: agpl-3.0
- Language: R
- Default Branch: main
- Homepage: https://rameshram96.github.io/visvaR/
- Size: 1.35 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
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()
<!-- badges: end -->
<!-- badges: start -->
<!-- badges: end -->
Owner
- Login: rameshram96
- Kind: user
- Repositories: 1
- Profile: https://github.com/rameshram96
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
- Homepage: https://github.com/rameshram96/visvaR
- Documentation: http://cran.r-project.org/web/packages/visvaR/visvaR.pdf
- License: AGPL (≥ 3)
-
Latest release: 1.0.0
published over 1 year ago
Rankings
Maintainers (1)
Dependencies
- 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
- 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
- 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