Skip to content

Commit

Permalink
version 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
korogenoest authored and cran-robot committed Apr 13, 2018
1 parent 266b417 commit 25e3943
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions 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.
Expand Down
6 changes: 3 additions & 3 deletions 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
Expand All @@ -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
8 changes: 4 additions & 4 deletions 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
4 changes: 2 additions & 2 deletions R/gProfileR.R
Expand Up @@ -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.
#'
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion man/set_base_url.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 25e3943

Please sign in to comment.