chanana / hcapca

Hierarchical Clustering and Principal Component Analysis
GNU General Public License v3.0
3 stars 1 forks source link

can't find function "auto_process" #4

Open baekhlay opened 2 years ago

baekhlay commented 2 years ago

hiヾ(•ω•`)o,I want to run this script, but when I reach the tree building step, the system reminds me that the function "autoprocess" is missing, I don't know how to install it, can you help me::><::?

------calculating pca, hca-------

------calculated pca, hca-------

------processing tree-------

[1/4] found node at position: 1 [2/4] selected and processed data and made dendrogram [3/4] made left child called: b0 [4/4] made right child called: b1Error in auto_process(dataframe = df, numOrVar = parameters$numOrVar, : could not find function "auto_process" Execution halted

chanana commented 2 years ago

It sounds like the file accessory_functions.R might be missing, did you run it through docker? (sorry for the delay in replying!)

baekhlay commented 2 years ago

Thanks for the reply!!! I was operating on docker and powershell following the process you wrote on github (I'm just getting started with R, maybe I'm missing some parameters?) .