The goal of RARfreq is to …
You can install the development version of RARfreq like so:
install.packages("path/to/RARfreq_0.1.0.tar.gz", repos = NULL, type = "source")
You can update the source code of the package and build the package using the following codes:
library(devtools)
check()
install()
library(RARfreq)
?power_comparison_Power_vs_n
build()
build(binary = T, vignettes = T, manual = T)