Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update get_subdendrograms.R #105

Merged
merged 2 commits into from
Apr 11, 2021
Merged

Update get_subdendrograms.R #105

merged 2 commits into from
Apr 11, 2021

Conversation

chasemc
Copy link
Contributor

@chasemc chasemc commented Apr 11, 2021

get_subdendrograms() was passing the numeric index of the labels to find_dendrogram() instead of the actual labels.
Fixes #104

get_subdendrograms() was passing the numeric index of the labels to find_dendrogram() instead of the actual labels.
Fixes #104
@talgalili
Copy link
Owner

talgalili commented Apr 11, 2021 via email

@chasemc
Copy link
Contributor Author

chasemc commented Apr 11, 2021

There's some interesting notes on finding problems in R packages within this. Do you mind if I turn the problem solving I did into a short blog post?

@talgalili
Copy link
Owner

talgalili commented Apr 11, 2021 via email

add tests for get_subdendrograms
@talgalili talgalili merged commit a89f28e into talgalili:master Apr 11, 2021
@talgalili
Copy link
Owner

Thanks for the PR @chasemc !

I've now merged your code/fix (and bumped the version to 0.14.1).
And also made another "fix" (since the output didn't have a good cluster order). See what I did here: e4e3032

In general, if you have other suggestions for things to improve/fix - please go ahead and do so! :)

I'll probably not upload this version to CRAN yet, will probably do it once I get to deal with some of the other issues people opened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug in get_subdendrograms
2 participants