Skip to content

Commit

Permalink
example to GetModuleList updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustT committed Dec 9, 2015
1 parent c25d8f3 commit 8ded8cd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
3 changes: 2 additions & 1 deletion R/RerunWorkflow.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
#' @name RerunWorkflow
#' @importFrom utils sessionInfo
#' @examples \dontrun{
#' w <- workflow(UKAnophelesPlumbeus, UKAir,
#' w <- workflow(UKAnophelesPlumbeus,
#' UKAir,
#' OneHundredBackground,
#' LogisticRegression,
#' SameTimePlaceMap)
Expand Down
7 changes: 6 additions & 1 deletion R/SearchFunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@
#'@return A list with all module names.
#'@name GetModuleList
#'@param renew Download from github even if we already have a module list.
#' @details This function will only work on a platform that supports the
#' method 'libcurl' in the function url. This can be tested using the function
#' \code{capabilities} (see example).
#'
#'@export
#'@examples GetModuleList()
#'@examples
#'# GetModuleList requires libcurl to be supported
#'if(capabilities('libcurl')) GetModuleList()

GetModuleList <- function(renew = FALSE){

Expand Down
8 changes: 7 additions & 1 deletion man/GetModuleList.Rd

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

3 changes: 2 additions & 1 deletion man/RerunWorkflow.Rd

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

0 comments on commit 8ded8cd

Please sign in to comment.