Skip to content

Commit

Permalink
test library
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaschnik committed Jan 21, 2022
1 parent f89c7c8 commit 103770c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions script.R
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
rm(list = ls(all.names = TRUE)) # Clear workspace
graphics.off() # close all open graphics

# load eyewit
library(eyewit)

# install CRAN packages
lapply(c("tidyverse", "styler", "lintr"), require, character.only = TRUE)

# import user interface
source("interface.R")

# import utility functions
list.files("util", "*.R$", full.names = TRUE, ignore.case = TRUE) |> sapply(source) |> invisible()


# read raw data filenames
participants <- list.files(interface$raw_dir)

Expand Down

0 comments on commit 103770c

Please sign in to comment.