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:
parent
665e45f0fc
commit
c8b1c47764
|
|
@ -3,8 +3,11 @@ Type: Package
|
||||||
Title: Utility functions
|
Title: Utility functions
|
||||||
Version: 1.0
|
Version: 1.0
|
||||||
Date: 2010-10-02
|
Date: 2010-10-02
|
||||||
|
Imports: gplots, ggplot2, png
|
||||||
Author: Kiran Garimella
|
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
|
Description: Utility functions for GATK NGS analyses
|
||||||
License: BSD
|
License: BSD
|
||||||
LazyLoad: yes
|
LazyLoad: yes
|
||||||
|
NeedsCompilation: no
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
exportPattern("^[^\\.]")
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 49 KiB |
Loading…
Reference in New Issue