habitus-eu / HabitusGUI

Rshiny GUI
Apache License 2.0
3 stars 4 forks source link

R-CMD-check-new

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.

1 Instructions for tool contributors

If you are the maintainer of a tool that has been or needs to be embedded in HabitusGUI then please see instructions here.

2 Installation instructions

2.1 Install R

Install R: https://cran.r-project.org/ Install RStudio: https://posit.co/products/open-source/rstudio/

2.2 Install tools

Install the tools you plan to use:

2.3 Install HabitusGUI

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)

2.4 Using HabitusGUI

  1. Start RStudio
  2. In the RStudio console type: library("HabitusGUI")
  3. Specify a directory that has all relevant data in it's root or sub-directories:

data_dir = "/home/vincent/projects"

  1. Launch HabitusGUI app:

HabitusGUI::myApp(homedir=data_dir)