Skip to content

Commit

Permalink
useDynLib(CytoML,.registration = TRUE)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejiang committed Nov 25, 2023
1 parent 49a920f commit 1b4b25d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ License: GPL2
LazyData: TRUE
Imports: flowWorkspace, flowCore, ncdfFlow, data.table,SummarizedExperiment,SingleCellExperiment
LinkingTo: cpp11
RoxygenNote: 7.1.2
RoxygenNote: 7.2.1
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ importFrom(flowViz,densityplot)
importFrom(flowWorkspace,keyword)
importFrom(tibble,column_to_rownames)
importFrom(tidyr,pivot_wider)
useDynLib(cytoUtils, .registration = TRUE)
1 change: 1 addition & 0 deletions R/tautString.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#'@param ... arguments passed to \link{gate_tautString}
#'@rdname tautStringGate
#' @noRd
#' @useDynLib cytoUtils, .registration = TRUE
.gate_tautstring <- function(fr, pp_res = NULL, channels, ...){
if(length(channels) != 1){
stop("Invalid number of channels. The tautString takes one channel.")
Expand Down

0 comments on commit 1b4b25d

Please sign in to comment.