The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

RARfreq

The goal of RARfreq is to …

Installation

You can install the development version of RARfreq like so:

install.packages("path/to/RARfreq_0.1.0.tar.gz", repos = NULL, type = "source")

Development

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)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.