Skip to content

Commit

Permalink
factor_mining dependences has been added
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseCorCab committed Jul 17, 2024
1 parent e93da28 commit 979170a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/scripts/functional_Hunter.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if( Sys.getenv('DEGHUNTER_MODE') == 'DEVELOPMENT' ){
custom_libraries <- c('general_functions.R',
'functional_analysis_library.R', 'plotting_functions.R',
'main_functional_hunter.R', "io_handling.R", "plotting_functions.R",
"write_report.R")
"write_report.R", "factor_mining.R")
for (lib in custom_libraries){
source(file.path(root_path, 'R', lib))
}
Expand Down

0 comments on commit 979170a

Please sign in to comment.