This folder and its contents are only usefull for the standalone app developpers.
If you are a DIYABC-RF GUI user, please refer to README file at project root for installation and use instructions.
-
Update
DESCRIPTION
file with version number and date:Rscript prebuild.R
-
Generate local
.Renviron
file:Rscript generate_Renviron.R
-
Install (or update) dependencies:
Rscript prepare_build.R
Please read dedicated README file to setup environment.
To be run on Windows OS.
- Init and/or update
DesktopDeployrR
submodule
git submodule init
git submodule update
- Build
diyabcGUI
packages zip sources for Windows
Rscript.exe build_windows_package.R
- Build
DIYABC-RF_GUI
standalone app for Windows
Rscript.exe build_windows_standalone.R
Release
dist/DIYABC-RF_GUI_<latest_version>.zip
-
Unzip
DIYABC-RF_GUI_<latest_version>.zip
-
Run
DIYABC-RF_GUI
(orDIYABC-RF_GUI.bat
) in the previously extracted directory (either by double-clicking it or in a terminal).
A log file for DIYABC-RF GUI is available in your user-specific directory for temporary files, generally
C:\Users\<username>\AppData\Local\Temp\DIYABC-RF_GUI_<timestamp>_<random_number>/
.
If you encounter any issue, you can try to use the application as a local shiny app (it should give you additional verbosity). To do this you can run cmd.exe /c run_local_app_debug.bat
from the previously extracted directory in a terminal.