From 25e39432007279819f01a8d7116d46cf4d75671d Mon Sep 17 00:00:00 2001 From: Ivan Kuzmin Date: Fri, 13 Apr 2018 12:29:01 +0000 Subject: [PATCH] version 0.6.5 --- ChangeLog | 5 +++++ DESCRIPTION | 6 +++--- MD5 | 8 ++++---- R/gProfileR.R | 4 ++-- man/set_base_url.Rd | 2 +- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index b47a0fb..368f3d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +v0.6.5 + +- Reverted the default URL to http://biit.cs.ut.ee/gprofiler/ as too many users had + access problems via https. + v0.6.4 - Added BugReports field to the DESCRIPTION. diff --git a/DESCRIPTION b/DESCRIPTION index dd17a62..4bb30d7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: gProfileR -Version: 0.6.4 +Version: 0.6.5 License: GPL (>= 2) Description: Functional enrichment analysis, gene identifier conversion and mapping homologous genes across related organisms via the 'g:Profiler' toolkit @@ -14,6 +14,6 @@ Imports: RCurl, plyr, utils Collate: 'gProfileR.R' RoxygenNote: 6.0.1 NeedsCompilation: no -Packaged: 2018-02-15 16:31:27 UTC; inkuzmin +Packaged: 2018-04-13 13:02:02 UTC; inkuzmin Repository: CRAN -Date/Publication: 2018-02-15 16:59:13 UTC +Date/Publication: 2018-04-13 13:29:01 UTC diff --git a/MD5 b/MD5 index d36b7be..a0a4325 100644 --- a/MD5 +++ b/MD5 @@ -1,13 +1,13 @@ -467405eece9d965191e0c6726793995b *ChangeLog -30bd8ffefd21b969139c64c0454a1c2b *DESCRIPTION +285e40dcdb06d39b9247a07707154bdb *ChangeLog +115c13c8773a1e2b1d37ef0e8deb9095 *DESCRIPTION ab2aabc8cbe758a68abe45946d2faa93 *NAMESPACE -b2fab42f663588cd97cc29f4183ffcf4 *R/gProfileR.R +8be886e1126b0c36c74a489009d0b19b *R/gProfileR.R e8501f4222aab2ddf42a8a2b977653cf *man/gconvert.Rd 5a306e1a9a1fe4e9503f0b2a1dd80772 *man/get_base_url.Rd 45cffd2a6aa68acde8a46430203ba041 *man/get_tls_version.Rd 576b1a87f11d342828520a242b2d6140 *man/get_user_agent.Rd 827caee5166eec33a7d20360c630665a *man/gorth.Rd d92797080da03c8038fd54243be231db *man/gprofiler.Rd -c6e07f8f8768684e77d3964647019540 *man/set_base_url.Rd +56c5f01d0a2eb361a464bfca71ed2a72 *man/set_base_url.Rd bf75e293143e3d2e714fde1f06d65a4e *man/set_tls_version.Rd 40abfeca2230f49f1c0e5c30eb7502ff *man/set_user_agent.Rd diff --git a/R/gProfileR.R b/R/gProfileR.R index 74d0248..6931ad4 100644 --- a/R/gProfileR.R +++ b/R/gProfileR.R @@ -19,7 +19,7 @@ gp_globals$rcurl_opts = gp_globals$png_magic = as.raw(c(0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a)) gp_globals$base_url = - "https://biit.cs.ut.ee/gprofiler/" + "http://biit.cs.ut.ee/gprofiler/" #' Annotate gene list functionally. #' @@ -534,7 +534,7 @@ get_base_url = function() { #' Set the base URL. #' -#' Set the base URL. Useful for overriding the default URL (https://biit.cs.ut.ee/gprofiler) +#' Set the base URL. Useful for overriding the default URL (http://biit.cs.ut.ee/gprofiler) #' with the bleeding-edge beta or an archived version. #' #' @param url the base URL. diff --git a/man/set_base_url.Rd b/man/set_base_url.Rd index ad2726a..ee31dce 100644 --- a/man/set_base_url.Rd +++ b/man/set_base_url.Rd @@ -10,6 +10,6 @@ set_base_url(url) \item{url}{the base URL.} } \description{ -Set the base URL. Useful for overriding the default URL (https://biit.cs.ut.ee/gprofiler) +Set the base URL. Useful for overriding the default URL (http://biit.cs.ut.ee/gprofiler) with the bleeding-edge beta or an archived version. }