dendextend icon indicating copy to clipboard operation
dendextend copied to clipboard

fix examples in collapse_branch

Open jangorecki opened this issue 9 years ago • 3 comments

There is a call to library(ape) in collapse_branch.Rd examples. As the ape is suggested dependency, it should not be required to run examples according to R-exts. This can be conditionally escaped with requireNamespace. It is possible there are other cases of that issue in other examples, this one was to first that fails due to not having ape pkg.

jangorecki avatar May 11 '16 19:05 jangorecki

Thanks @jangorecki you are correct. I will fix this later on.

With regards, Tal

talgalili avatar May 11 '16 19:05 talgalili

Similarly colorspace package in color_unique_labels examples. Regards, Jan

jangorecki avatar May 12 '16 17:05 jangorecki

Thanks, I'll make sure to fix it before the next release. :)

talgalili avatar May 12 '16 18:05 talgalili