Skip to content

Commit

Permalink
version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tambeta authored and cran-robot committed Apr 27, 2016
1 parent 7acc781 commit 8c662bf
Show file tree
Hide file tree
Showing 16 changed files with 391 additions and 258 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
@@ -1,4 +1,15 @@

v0.6.1

- Fixed imports and undefined globals for CRAN, no changes for end users.

v0.6

- Added the underrep, evcodes, min_set_size and min_isect_size parameters to
gprofiler().
- Removed the no_isects parameter to gprofiler(), as this is no longer needed
due to backend optimization.

v0.5.3

- Added the src_filter parameter to gprofiler(), for specifying a subset of
Expand Down
15 changes: 8 additions & 7 deletions DESCRIPTION
@@ -1,17 +1,18 @@
Package: gProfileR
Version: 0.5.3
Version: 0.6.1
License: GPL (>= 2)
Description: Functional enrichment analysis, gene identifier conversion
and mapping homologous genes across related organisms via the
'g:Profiler' toolkit (http://biit.cs.ut.ee/gprofiler/).
Description: Functional enrichment analysis, gene identifier conversion and
mapping homologous genes across related organisms via the 'g:Profiler' toolkit
(http://biit.cs.ut.ee/gprofiler/).
Title: Interface to the 'g:Profiler' Toolkit
Author: Juri Reimand <juri.reimand@ut.ee>, Raivo Kolde
<rkolde@gmail.com>, Tambet Arak <tambet.arak@gmail.com>
Maintainer: Tambet Arak <tambet.arak@gmail.com>
Depends: R (>= 2.10)
Imports: RCurl, plyr
Imports: RCurl, plyr, utils
Collate: 'gProfileR.R'
Packaged: 2015-04-06 16:56:50 UTC; arak
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-04-27 14:27:02 UTC; arak
Repository: CRAN
Date/Publication: 2015-04-07 00:51:16
Date/Publication: 2016-04-27 18:56:49
22 changes: 11 additions & 11 deletions MD5
@@ -1,11 +1,11 @@
ff77f635717071ef55a4dde9529a67d0 *ChangeLog
27b0b42c947e97206890f80b0d42672c *DESCRIPTION
5707700ae1a58524bd16dd51af6c4c3e *NAMESPACE
cafe6f617bc224f4f99d032b9eced69a *R/gProfileR.R
b34854af214a9db571dc0bdac8f718f3 *man/gconvert.Rd
6527ad502e190c4e0999efd65902e6a4 *man/get-sub-base-sub-url.Rd
d9537fc28406b4732281191f3d1ed5fb *man/get-sub-user-sub-agent.Rd
28e9e0826fa1e446621b5ecdbeefe9e7 *man/gorth.Rd
ba809ec789c3125463bc5adb8b65b6b0 *man/gprofiler.Rd
1bdf36e59a6048a326656505feea4e6a *man/set-sub-base-sub-url.Rd
79738f0bb2342856ea2feade794e7294 *man/set-sub-user-sub-agent.Rd
47083fc723a4c4464a6af2f855862369 *ChangeLog
93a0f68b94c67a9d8c8eca0c660fca61 *DESCRIPTION
2a80285a892a4fbec1c823582edeb3e8 *NAMESPACE
a09bd6cd2c70148638ee91e5c4bd8ffe *R/gProfileR.R
19b1f95da5efb0b1695c4b1126e5de84 *man/gconvert.Rd
10aaaadeebcc344077410222bd643906 *man/get_base_url.Rd
3d25f0fd6ba993e44f5f981fbb1b8854 *man/get_user_agent.Rd
beacbc77fe02910f1705f01e4ac6d0f4 *man/gorth.Rd
ae24ca00097cb1a13b6378668e5aacfc *man/gprofiler.Rd
7951f2715d1108fc789a6e4c72c702ca *man/set_base_url.Rd
5857486f007321b6a856955c155a8d41 *man/set_user_agent.Rd
10 changes: 6 additions & 4 deletions NAMESPACE
@@ -1,7 +1,9 @@
export(gprofiler)
# Generated by roxygen2: do not edit by hand

export(gconvert)
export(gorth)
export(get_user_agent)
export(set_user_agent)
export(get_base_url)
export(get_user_agent)
export(gorth)
export(gprofiler)
export(set_base_url)
export(set_user_agent)

0 comments on commit 8c662bf

Please sign in to comment.