## ----setup, include=FALSE----------------------------------------------------- knitr::opts_chunk$set(echo = TRUE) ## ----geneNR, eval=FALSE------------------------------------------------------- # # Install the geneNR package (when published on CRAN) # install.packages("geneNR") # # or # # Installation from GitHub (if not available on CRAN) # # Uncomment and run the following commands manually: # # if (!requireNamespace("devtools", quietly = TRUE)) { # # install.packages("devtools") # # } # # devtools::install_github("Nirmalaruban/geneNR") #