Skip to content

Commit

Permalink
adjusted lib calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyarz committed Jul 26, 2024
1 parent 1563d23 commit 26b0265
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 1 addition & 2 deletions vignettes/Comparison_vignette/Comparison_vignette.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ chunkVector <- function (x, n_chunks) {
return(chunk_list)
}
devtools::load_all()
#library(BayesianMCPMod)
library(BayesianMCPMod)
library(RBesT)
library(clinDR)
library(dplyr)
Expand Down
4 changes: 2 additions & 2 deletions vignettes/Simulation_Example.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ knitr::opts_chunk$set(
#| message: false
#| warning: false
devtools::load_all()
#library(BayesianMCPMod)
library(BayesianMCPMod)
library(clinDR)
library(dplyr)
Expand Down
3 changes: 1 addition & 2 deletions vignettes/analysis_normal.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ vignette: >
#| message: false
#| warning: false
devtools::load_all()
#library(BayesianMCPMod)
library(BayesianMCPMod)
library(RBesT)
library(clinDR)
library(dplyr)
Expand Down

0 comments on commit 26b0265

Please sign in to comment.