Skip to content

Commit

Permalink
Reverted "createShiny" parameter (#1931)
Browse files Browse the repository at this point in the history
Co-authored-by: Sergey Suvorov <[email protected]>
  • Loading branch information
ssuvorov-fls and ssuvorov-fls authored Sep 1, 2021
1 parent bacf452 commit 8e365a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/resources/prediction/r/runAnalysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ tryCatch({
createValidationPackage = F,
packageResults = T,
minCellCount = 5,
cdmVersion = 5)
cdmVersion = 5,
createShiny = T)
# To run PLP Viewer shiny app call:
# PatientLevelPrediction::viewMultiplePlp(outputFolder)
}, finally = {
Expand Down

0 comments on commit 8e365a6

Please sign in to comment.