Test release
Pre-release
Pre-release
hlageek
released this
21 May 10:46
·
452 commits
to main
since this release
Testing if releases can be published and installed
Download the installation file to your computer. The file is available below from the Assets
menu.
Install remotes
library, if not already installed, by running this command in the R
console:
install.packages("remotes")
Before running the following command, replace "path_to/requal_0.0.0.9000.tar.gz"
with your local path to requal_xxx.tar.gz file.
E.g. "~Downloads/requal_0.0.0.9000.tar.gz"
.
Run the following command to install the requal
package.
remotes::install_local("path_to/requal_0.0.0.9000.tar.gz")
Launch the requal
application from the R
console with the following command:
requal::run_app()