Skip to content

Commit

Permalink
Rebuild pkgdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
kjkrishnan committed Mar 27, 2024
1 parent 0b3131b commit 0e79f61
Show file tree
Hide file tree
Showing 21 changed files with 498 additions and 205,129 deletions.
3 changes: 3 additions & 0 deletions R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,7 @@ dom_network_items <- function(dom, clusters = NULL, return = NULL) {
#' @param need_colnames Logical for whether colnames are required
#' @param need_rownames Logical for whether rownames are required
#' @param need_names Logical for whether names are required
#' @keywords internal
check_arg <- function(arg, allow_class = NULL, allow_len = NULL,
allow_range = NULL, allow_values = NULL,
need_vars = c(NULL), need_colnames = FALSE,
Expand Down Expand Up @@ -335,6 +336,7 @@ check_arg <- function(arg, allow_class = NULL, allow_len = NULL,
#'
#' @param obj Object to read if not already object
#' @return obj Object itself in case its not a character
#' @keywords internal
read_if_char <- function(obj) {
if (is(obj, "character")) {
check_arg(obj, allow_class = "character", allow_len = 1)
Expand All @@ -347,6 +349,7 @@ read_if_char <- function(obj) {
#'
#' @param obj Object that will be converted
#' @return obj The converted object
#' @keywords internal
conv_py_bools <- function(obj) {
for (x in colnames(obj)) {
bools <- sort(unique(obj[[x]]))
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

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

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

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

2 changes: 1 addition & 1 deletion docs/articles/cellphonedb_vignette.html

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

136 changes: 58 additions & 78 deletions docs/articles/dominoSignal.html

Large diffs are not rendered by default.

205,075 changes: 42 additions & 205,033 deletions docs/articles/domino_object_vignette.html

Large diffs are not rendered by default.

17 changes: 8 additions & 9 deletions docs/articles/plotting_vignette.html

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/articles/tf_scenic_vignette.html

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

2 changes: 1 addition & 1 deletion docs/authors.html

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

2 changes: 1 addition & 1 deletion docs/index.html

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

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ articles:
dominoSignal: dominoSignal.html
domino_object_vignette: domino_object_vignette.html
plotting_vignette: plotting_vignette.html
last_built: 2024-03-26T20:48Z
last_built: 2024-03-27T20:39Z
urls:
reference: https://FertigLab.github.io/dominoSignal/reference
article: https://FertigLab.github.io/dominoSignal/articles
Expand Down
Loading

0 comments on commit 0e79f61

Please sign in to comment.