Skip to content

Commit

Permalink
Loaded remotes for bugsnet
Browse files Browse the repository at this point in the history
  • Loading branch information
JanionNevill committed Jan 27, 2025
1 parent 9c922e1 commit be5645c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion global.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ LoadOrInstall <- function(package_name, install_function = install.packages) {
LoadOrInstall("plyr")

LoadOrInstall("bnma")
LoadOrInstall("BUGSnet", install_function = function(ignored) { remotes::install_github("audrey-b/BUGSnet") })
LoadOrInstall(
"BUGSnet",
install_function = function(ignored) {
LoadOrInstall("remotes")
remotes::install_github("audrey-b/BUGSnet")
}
)
LoadOrInstall("combinat")
LoadOrInstall("cookies")
LoadOrInstall("cowplot")
Expand Down

0 comments on commit be5645c

Please sign in to comment.