Skip to content

Commit

Permalink
fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
wolski committed Sep 3, 2024
1 parent 593f891 commit 505f874
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Suggests:
SummarizedExperiment,
proDA,
vsn
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Roxygen: list(r6 = TRUE)
Depends:
R (>= 4.1)
Expand Down
2 changes: 1 addition & 1 deletion R/AnalysisConfiguration.R
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ table_factors <- function(pdata, configuration){
#'
#'
#' xx <- table_factors_size(istar$data,istar$config )
#' stopifnot(all(xt$n == 4))
#' stopifnot(all(xx$n == 4))
#'
table_factors_size <- function(pdata, configuration){
xx <- table_factors(pdata, configuration)
Expand Down
2 changes: 1 addition & 1 deletion man/table_factors_size.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 505f874

Please sign in to comment.