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

switched to droplevels #476

Closed
wants to merge 1 commit into from
Closed

switched to droplevels #476

wants to merge 1 commit into from

Conversation

antagomir
Copy link

The reconcile_ categories was loosing the original factor level ordering. This can potentially cause confusion. I propose keeping the original order of the factor levels and modified the function accordingly. At minimum, there should be a function argument to allow keeping the original order.

@joey711
Copy link
Owner

joey711 commented May 14, 2015

I like this change.

Looks like could simplify it even further to droplevels method on the data.frame directly.

DF <- droplevels(DF)

What do you think?

@antagomir
Copy link
Author

Oh yes, I agree, perfect !

joey711 added a commit that referenced this pull request Oct 6, 2015
CHANGES IN VERSION 1.13.6
-------------------------

BUG FIXES

  - droplevels suggestion for sample-data
#476

  - DESeq2 migrated to suggests
#533

  - `extend_metagenomeSeq` functionality
#533

  - bugs related to previous version distance uptick, mostly in tests
and vignette
@joey711
Copy link
Owner

joey711 commented Oct 6, 2015

Included now. Thanks!

@joey711 joey711 closed this Oct 6, 2015
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.

None yet

2 participants