Skip to content

Commit

Permalink
run_gemma() seems broken; adding \dontrun{ } to example
Browse files Browse the repository at this point in the history
  • Loading branch information
kbroman committed Sep 26, 2022
1 parent 130b4a2 commit 074d7bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/run_stuff.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#' @export
#'
#' @examples
#' out <- run_gemma("BXDPublish", "10015")
#' \dontrun{out <- run_gemma("BXDPublish", "10015")}
run_gemma <-
function(dataset, trait, use_loco=FALSE, maf=0.01, url=gnapi_url())
{
Expand Down
2 changes: 1 addition & 1 deletion man/run_gemma.Rd

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

0 comments on commit 074d7bf

Please sign in to comment.