Updating gsalib for R-3.0 compatibility

* add package namespace that exports all the visible objects
   * list gsalib dependencies in the package requirements

[fixes #49987933]
This commit is contained in:
Mauricio Carneiro 2013-05-18 11:01:06 -04:00
parent 665e45f0fc
commit c8b1c47764
3 changed files with 5 additions and 1 deletions

View File

@ -3,8 +3,11 @@ Type: Package
Title: Utility functions
Version: 1.0
Date: 2010-10-02
Imports: gplots, ggplot2, png
Author: Kiran Garimella
Maintainer: Kiran Garimella <kiran@broadinstitute.org>
Maintainer: Mauricio Carneiro <carneiro@broadinstitute.org>
BugReports: http://gatkforums.broadinstitute.org
Description: Utility functions for GATK NGS analyses
License: BSD
LazyLoad: yes
NeedsCompilation: no

View File

@ -0,0 +1 @@
exportPattern("^[^\\.]")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB