HabitusGUI is a Shiny app designed to ease processing behavioural data with research software such as GGIR, hbGPS, and hbGIS. If you want to contribute to HabitusGUI then please find our contributing guidelines here.
If you are the maintainer of a tool that has been or needs to be embedded in HabitusGUI then please see instructions here.
Install R: https://cran.r-project.org/ Install RStudio: https://posit.co/products/open-source/rstudio/
Install the tools you plan to use: - install GGIR - install hbGPS - install hbGIS
HabitusGUI can be installed as R package with the following commands in the RStudio console:
install.packages(remotes); library("remotes"); remotes::install_github("habitus-eu/HabitusGUI", dependencies=TRUE)
library("HabitusGUI")
data_dir = "/home/vincent/projects"
HabitusGUI::myApp(homedir=data_dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.