From 961071a07929687862c652b534fabc063b6c66a4 Mon Sep 17 00:00:00 2001 From: John Elizarraras Date: Wed, 16 Aug 2023 09:47:42 -0500 Subject: [PATCH] swtich hostname to trials.linkedomics.org --- R/clinicalomicsdbR.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/clinicalomicsdbR.R b/R/clinicalomicsdbR.R index 04f60e0..d870afb 100644 --- a/R/clinicalomicsdbR.R +++ b/R/clinicalomicsdbR.R @@ -7,7 +7,7 @@ library(R6) #' @export clinicalomicsdbR <- R6Class("clinicalomicsdbR", list( #' @field hostname The url of the API to connect to. Only change if you are using a custom service. - hostname = "http://clinicalomicsdb.zhang-lab.org", + hostname = "http://trials.linkedomics.org", #' @field study_list The list of all the studies that are a result of filtering. study_list = c(), #' @description