This repository contains additional material to help with the usage of notame, notameStats, and notameViz. Currently, it contains the following files:
notame_workflow.R- A workflow script for the usage of notame. (preprocessing), notameStats (statistics), and notameViz (visualisations) with example data.
- Click on the green button "Code" in the repository and download the zip archive.
- Unzip the archive.
- Install R programming language on your system.
- Install RStudio.
- Open
notame_workflow.Rin RStudio. Ensure that you open the file in the folder where you unzipped the archive (the folder should contain therenv.lockfile). - Run the lines up until and optionally including
renv::restore(). This step should install all the required packages to be able to run the script.