petteriTeikari / R-PLR

Once separate repos combined to one making it easier in the end
1 stars 0 forks source link

pracma library missing #11

Closed ray-najjar closed 5 years ago

ray-najjar commented 5 years ago
Error in library(pracma) : there is no package called ‘pracma’ 

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')

  }
petteriTeikari commented 5 years ago

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

https://github.com/petteriTeikari/R-PLR/blob/306cc7727b8f73b19cf2345e69d420b765e81988/clean_and_reconstruct_all_PLR.R#L301