Skip to content

Commit

Permalink
Remove unused library imports and variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweetdevil144 committed Mar 19, 2024
1 parent 39829f7 commit a5391d6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions R/fct_workflow_status.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@
#'
#' @noRd
source("config/config.R")
host_url <- host_url

workflow_status <- function(report){
library(rpecanapi)
server <- rpecanapi::connect(host_url, "carya", "illinois")
id <- report$workflow_id
result <- data.frame()
Expand Down
1 change: 0 additions & 1 deletion inst/ed2-test.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ library(purrr)
library(httr)
library(glue)
source("config/config.R")
host_url <- host_url

# Modify for your target machine and authentication
server <- connect(host_url, "ashiklom", "admin")
Expand Down
1 change: 0 additions & 1 deletion inst/maespa-test.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ library(purrr)
library(httr)
library(glue)
source("config/config.R")
host_url <- host_url

# Modify for your target machine and authentication
server <- connect(host_url, "ashiklom", "admin")
Expand Down
1 change: 0 additions & 1 deletion inst/run-test-list.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ library(purrr)
library(httr)
library(glue)
source("config/config.R")
host_url <- host_url

# Modify for your target machine and authentication
server <- connect(host_url, "ashiklom", "admin")
Expand Down
1 change: 0 additions & 1 deletion inst/sipnet-test.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ library(purrr)
library(httr)
library(glue)
source("config/config.R")
host_url <- host_url

# Modify for your target machine and authentication
server <- connect(host_url, "ashiklom", "admin")
Expand Down

0 comments on commit a5391d6

Please sign in to comment.