Skip to content

Commit 00e963f

Browse files
committed
Some updates to make sure package buils correctly in GitHub actions, bumping to 0.99.3
1 parent 35a75f1 commit 00e963f

16 files changed

+43
-13
lines changed

DESCRIPTION

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: Luciernaga
22
Type: Package
33
Title: Tools for the evaluation of Spectral Flow Cytometry (SFC) unmixing controls
4-
Version: 0.99.2
4+
Version: 0.99.3
55
Authors@R:
66
person("David", "Rach", , "drach@som.umaryland.edu", role = c("aut", "cre"),
77
comment = c(ORCID = "0000-0003-2235-5585"))
@@ -23,6 +23,7 @@ RoxygenNote: 7.3.2
2323
Imports:
2424
Biobase,
2525
BiocGenerics,
26+
data.table,
2627
dplyr,
2728
figpatch,
2829
flowCore,
@@ -56,15 +57,13 @@ Imports:
5657
uwot,
5758
xml2,
5859
zoo
59-
Depends: R (>= 4.4.0)
60+
Depends: R (>= 4.5.0)
6061
Suggests:
6162
BiocStyle,
62-
data.table,
6363
CytoML,
6464
DataEditR,
6565
DT,
6666
knitr,
67-
openCyto,
6867
RColorBrewer,
6968
rmarkdown,
7069
shiny,

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ importFrom(stats,loess)
201201
importFrom(stats,lsfit)
202202
importFrom(stats,mad)
203203
importFrom(stats,median)
204+
importFrom(stats,na.omit)
204205
importFrom(stats,quantile)
205206
importFrom(stats,rlnorm)
206207
importFrom(stats,rnorm)

R/DashboardHelpers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ utils::globalVariables(c("%rCV", ".", ".data", "AdjustedY", "AggregateName",
3232
#' @importFrom tidyselect all_of
3333
#' @importFrom dplyr slice
3434
#' @importFrom dplyr pull
35-
#'
35+
#' @importFrom stats na.omit
3636
#' @return Some value
3737
#'
3838
#' @noRd

R/Luciernaga_BrightnessOverTime.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#' @param columnname The columnname for Cluster, becomes the categorical defining lines and dots
55
#' @param datename The column name for Experiment/Dates, becomes the x-axis
66
#' @param Detector Default NULL, specify a detector, overrides the y-axis
7+
#' @param plotType Something
78
#'
89
#' @importFrom stringr str_detect
910
#' @importFrom dplyr pull

R/Luciernaga_Cosine.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
#'
33
#' @param data A data.frame with a single name column and rest numeric columns
44
#' @param returntype Default returns "plot", alternatively "matrix" for underlying data
5-
#'
5+
#' @param rearrange Something
6+
#'
67
#' @importFrom dplyr select
78
#' @importFrom tidyselect where
89
#' @importFrom lsa cosine

R/QC_SimilarFluorophores.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
#' @param NumberHits Number of most similar fluorophores by cosine
66
#' @param returnSynonymns Returns only fluorophores > 0.98 cosine value, default FALSE
77
#' @param returnPlots Whether to also return signature plots, default is set FALSE
8-
#'
8+
#' @param returnSynonyms Something
9+
#'
910
#' @importFrom dplyr filter
1011
#' @importFrom dplyr slice
1112
#' @importFrom dplyr mutate
@@ -29,8 +30,8 @@
2930
#' Results <- QC_SimilarFluorophores(TheFluorophore="Spark Blue 550",
3031
#' NumberDetectors=64, returnSynonymns=FALSE, NumberHits = 10, returnPlots=FALSE)
3132

32-
QC_SimilarFluorophores <- function(TheFluorophore, NumberDetectors, returnSynonyms=FALSE,
33-
NumberHits=10, returnPlots=FALSE) {
33+
QC_SimilarFluorophores <- function(TheFluorophore, NumberDetectors,
34+
returnSynonyms=FALSE, NumberHits=10, returnPlots=FALSE) {
3435

3536
ReferenceData <- Luciernaga:::InstrumentReferences(NumberDetectors=NumberDetectors)
3637
#nrow(ReferenceData)

R/QC_ViewSignature.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' Visualizes the Signature for given row in an averaged signature data.frame.
22
#'
33
#' @param x Name in the Sample column you want to filter for
4-
#' @param columname Default is Sample, specifies column name from which x is filtered from
4+
#' @param columnname Default is Sample, specifies column name from which x is filtered from
55
#' @param data A data.frame object from QC_LibraryParse containing Fluorophore name column
66
#' and numeric detector columns.
77
#' @param Normalize Whether to normalize the data based on peak detector value, default is TRUE

R/RCVfromFCS.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
#' @param x The Gating Set object being iterated
44
#' @param subset The Gating Set subset for population of interest
55
#' @param sample.name The keyword corresponding to the samples name
6+
#' @param experiment.name Something
7+
#' @param condition.name Something
68
#'
79
#' @importFrom flowCore keyword
810
#' @importFrom flowWorkspace gs_pop_get_data

R/SimulatedData.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ NoisyMatrix <- as.matrix(NoisyDataset)
6262

6363
path <- system.file("extdata", package = "Luciernaga")
6464
files <- list.files(path=path, pattern="CD4_BUV805.*Cells", full.names=TRUE)
65-
CytoSet <- load_cytoset_from_fcs(files, truncate_max_range = FALSE, transform = FALSE)
65+
CytoSet <- load_cytoset_from_fcs(files, truncate_max_range = FALSE, transformation = FALSE)
6666
fr <- CytoSet[[1, returnType = "flowFrame"]]
6767
Parameter <- fr@parameters
6868
Parameter@data <- ParameterParam

R/TransformationCheck.R

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
#' @param widthBasis Argument
1111
#' @param Multiple Argument
1212
#' @param returnType Argument
13+
#' @param optionalY Something
14+
#' @param optionalX Something
15+
#' @param optionalOutpath Something
16+
#' @param optionalBins Something
17+
#' @param optionalName Something
1318
#'
1419
#' @importFrom flowWorkspace load_cytoset_from_fcs
1520
#' @importFrom flowWorkspace GatingSet

0 commit comments

Comments
 (0)