petteriTeikari/R-PLR

pracma library missing

Closed this issue · 1 comments

Error in library(pracma) : there is no package calledpracma

when calling

# Finally compute the hand-crafted features here
  batch.PLR.analyze.reconstructions(data_path =  paths[['data_in']][['features']], 
                                     data_path_out = paths[['data_out']][['features']],
                                     RPLR_analysis_path = paths[['analysis']],
                                     parameters, RPLR_paths, masterExcel,
                                     process_only_unprocessed = TRUE,
                                     path_check_for_done = paths[['data_out']][['features']], 
                                     no_of_cores_to_use = detectCores(),
                                     pupil_col = 'pupil')

  }

Added this to the automagical installation list on import.and.install.libraries = function(paths),

import.and.install.libraries = function(paths) {