Skip to content

Commit

Permalink
Merge pull request #20 from CRI-iAtlas/update_packages
Browse files Browse the repository at this point in the history
fix documentation
  • Loading branch information
andrewelamb authored Nov 30, 2023
2 parents d6f10b6 + 65279df commit ff8b2e6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Suggests:
devtools,
testthat (>= 3.0),
usethis
RoxygenNote: 7.1.2
RoxygenNote: 7.2.3
Config/testthat/edition: 3
Imports:
assertthat,
Expand Down
5 changes: 3 additions & 2 deletions R/api_nodes_queries.R
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
#' Query Nodes
#'
#' @param datasets A vector of strings
#' @param tags A vector of strings
#' @param tag1 A vector of strings
#' @param tag2 A vector of strings
#' @param max_score A float
#' @param min_score A float
#' @param parent_tags A vector of strings
#' @param network A vector of strings
#' @param entrez A vector of integers
#' @param features A vector of strings
#' @param n_tags An integer
#' @param n_tags An integer, either 1 or 2
#' @param paging A named list
#' @param ... Arguments to create_result_from_paginated_api_query
#'
Expand Down
9 changes: 6 additions & 3 deletions man/query_nodes.Rd

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

0 comments on commit ff8b2e6

Please sign in to comment.