Skip to content

[Bioc-devel] Error in .get_entry_index(name, stop_if_missing)

1 message · Zhezhen Wang

#
Hi I had the following error while checking the package https://github.com/xyang2uchicago/BioTIP
+ matrix(sample(1:10,6),3,3),'state3' = matrix(sample(1:10,6),3,3))
+ colnames(test[[i]]) = 1:3
+ row.names(test[[i]]) = 1:3}
[1] "state1:3 nodes"
[1] "state2:3 nodes"
[1] "state3:3 nodes"
Error in .get_entry_index(name, stop_if_missing) :
  Entry TSDistances not in registry.
Calls: getCluster_methods ... TSDatabaseDistances -> dist -> <Anonymous> -> f -> .get_entry_index
Execution halted

It seems the problem is because the required library 'TSdist' not load successfully. However, import(TSdist) is written in both DESCRIPTION and NAMESPACE.

Zhezhen