Skip to content

Commit

Permalink
check for rapiclient origin and warn if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencarlislewalker committed Sep 23, 2024
1 parent bcb8703 commit 5d07bf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion R/iidda.api/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: iidda.api
Title: IIDDA API
Version: 0.1.4
Version: 0.1.5
Authors@R:
person("Steve", "Walker", , "swalk@mcmaster.ca", role = c("aut", "cre"))
Description: R Bindings for the IIDDA API.
Expand Down
1 change: 1 addition & 0 deletions R/iidda.api/R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"Please re-establish connectivity, restart R, and try again."
)
}
check_rapiclient() ## some stuff won't work if you don't use the canmod fork
messages = lapply(messages, MakeMessage)
ops = suppressWarnings({try(do.call(make_ops_list, production), silent = TRUE)})
ops_local = suppressWarnings({try(do.call(make_ops_list, local), silent = TRUE)})
Expand Down

0 comments on commit 5d07bf6

Please sign in to comment.