Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Jul 19, 2024
1 parent bd02bcc commit c1eaa1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/rescale_imagej_inputs.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
#'
#' # Scale factors are computed that are necessary downstream (i.e. with
#' # prep_imagej_*() functions)
#' sample_info_new[, setdiff(colnames(sample_info_new, sample_info))]
#' sample_info_new[, setdiff(colnames(sample_info_new), colnames(sample_info))]
#'
#' # Image are produced that are ready for alignment in Fiji
#' list.files(out_dir)
Expand Down
2 changes: 1 addition & 1 deletion man/rescale_imagej_inputs.Rd

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

0 comments on commit c1eaa1a

Please sign in to comment.