Skip to content

Commit

Permalink
with #224
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Sep 8, 2015
1 parent 03bd344 commit 1fadfee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/module-dependencies-class.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ removeClass("person4")
#' @slot citation A list of citations for the module, each as character strings. Alternatively, list of filenames of \code{.bib} or similar files. Defaults to \code{NA_character_}.
#'
#' @slot documentation List of filenames refering to module documentation sources.
#'
#' @slot reqdPkgs Character vector of R package names to be loaded. Defaults to \code{NA_character_}.
#'
#' @slot parameters A \code{data.frame} specifying the object dependecies of the module,
Expand Down Expand Up @@ -82,7 +83,7 @@ setClass(".moduleDeps",
authors=person(), version=numeric_version("0.0.0"),
spatialExtent=extent(rep(NA_real_, 4L)),
timeframe=as.POSIXlt(c(NA, NA)), timeunit=NA_real_,
citation=list(), reqdPkgs=list(),
citation=list(), documentation=list(), reqdPkgs=list(),
parameters = data.frame(
paramName=character(),
paramClass=character(),
Expand Down

0 comments on commit 1fadfee

Please sign in to comment.