Skip to content

Commit

Permalink
redo docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ghar1821 committed May 24, 2024
1 parent 91d79dc commit da1c026
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2
# - uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
with:
Expand Down
9 changes: 4 additions & 5 deletions R/BatchAdjust.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#' BatchAdjust
#'
#' Functions provided for BatchAdjust
#'
#' @export
# BatchAdjust
#
# Functions provided for BatchAdjust
#

######## Version from https://github.com/i-cyto/CytofBatchAdjust/edit/master/BatchAdjust.R to allow on windows

Expand Down
1 change: 0 additions & 1 deletion R/do.add.cols.R
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ do.add.cols <- function(dat, # the list of dataframes (samples) where each dataf
#'
#' @references \url{https://sydneycytometry.org.au/spectre}.
#'
#' @examples
#'
#' @import data.table
#'
Expand Down
3 changes: 1 addition & 2 deletions R/do.zscore.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
#' @return Returns a new data.table with z-score calculations for each selected column
#'
#' @examples
# res <- do.zscore(dat = Spectre::demo.sum,
# use.cols = names(Spectre::demo.sum)[c(4:15)])
#' res <- do.zscore(dat = Spectre::demo.sum, use.cols = names(Spectre::demo.sum)[c(4:15)])
#'
#' @import data.table
#'
Expand Down
1 change: 0 additions & 1 deletion R/read.spatial.files.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#'
#' @return Returns a list of spatial data objects.
#'
#' @examples
#'
#' @import data.table
#'
Expand Down
7 changes: 5 additions & 2 deletions man/do.add.cols.Rd

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

4 changes: 4 additions & 0 deletions man/do.zscore.Rd

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

6 changes: 3 additions & 3 deletions man/run.pca.Rd

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

0 comments on commit da1c026

Please sign in to comment.