-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
341 additions
and
258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,21 @@ | ||
Meta | ||
doc | ||
inst/doc | ||
.DS_Store | ||
.project | ||
.svn | ||
.gitignore | ||
.Rproj.user | ||
src/*.o | ||
src/*.so | ||
config.status | ||
config.log | ||
*.Rproj | ||
.Rhistory | ||
.idea | ||
.Rbuildignore | ||
src/gslbuild | ||
src/gsl-1.13 | ||
src/Makevars | ||
cmake-build-debug | ||
tests/testthat/Rplots.pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: flowClust | ||
Type: Package | ||
Title: Clustering for Flow Cytometry | ||
Version: 3.21.1 | ||
Version: 3.21.2 | ||
Author: Raphael Gottardo <[email protected]>, Kenneth Lo <[email protected]>, Greg | ||
Finak <[email protected]> | ||
Maintainer: Greg Finak <[email protected]>, Mike Jiang <[email protected]> | ||
|
@@ -17,12 +17,14 @@ Imports: | |
flowCore, | ||
clue, | ||
corpcor, | ||
mnormt | ||
mnormt, | ||
parallel | ||
Suggests: | ||
testthat, | ||
flowWorkspace, | ||
flowWorkspaceData | ||
Enhances: | ||
flowWorkspaceData, | ||
knitr, | ||
rmarkdown | ||
Description: Robust model-based clustering using a t-mixture model with | ||
Box-Cox transformation. Note: users should have GSL installed. | ||
Windows users: 'consult the README file available in the inst | ||
|
@@ -45,4 +47,6 @@ License: Artistic-2.0 | |
Packaged: 2012-07-13 20:14:40 UTC; finak | ||
biocViews: ImmunoOncology, Clustering, Visualization, FlowCytometry | ||
SystemRequirements: GNU make | ||
RoxygenNote: 6.1.0 | ||
Encoding: UTF-8 | ||
RoxygenNote: 6.1.1 | ||
VignetteBuilder: knitr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
22f1602
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gfinak This commit seems to break one of the
flowClust
gating inopenCyto
vignette http://bioconductor.org/checkResults/3.9/bioc-LATEST/openCyto/malbec2-buildsrc.htmlHere I just added the test case that triggers this error , which can serve as the minimum example for you to troubleshoot. https://github.com/RGLab/flowClust/blob/trunk/tests/testthat/test_2d.R