Skip to content

Commit

Permalink
fixed missing development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jrawbits committed Jun 30, 2020
1 parent 1a7dc66 commit 1f4cbe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/scripts/build-docs-framework.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
if ( ! exists("ve.installer" ) ) ve.installer <- getwd()
source(file.path(ve.installer,"scripts","get-runtime-config.R"))

if ( ! suppressWarnings(requireNamespace("jsonlite",quietly=TRUE)) ) {
install.packages("jsonlite", lib=dev.lib, dependencies=NA, type=.Platform$pkgType )
if ( ! suppressWarnings(requireNamespace("Rd2md",quietly=TRUE)) ) {
install.packages("Rd2md", lib=dev.lib, dependencies=NA, type=.Platform$pkgType )
}

message("========== BUILD FRAMEWORK DOCS ==========")
Expand Down

0 comments on commit 1f4cbe2

Please sign in to comment.