Browse code

Update for Rhtslib compatibility. (Patch by Hervé Pagès)

Daniel C. Jones authored on 22/03/2019 20:05:41
Showing 1 changed files
... ...
@@ -1,3 +1,2 @@
1 1
 exportPattern("^[^\\.]")
2 2
 useDynLib(seqbias)
3
-import(zlibbioc)
Browse code

fix a check warning and a windows build error

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/seqbias@59179 bc3139a8-67e5-0310-9ffc-ced21a209358

Daniel Jones authored on 13/10/2011 18:02:34
Showing 1 changed files
... ...
@@ -1,2 +1,3 @@
1 1
 exportPattern("^[^\\.]")
2 2
 useDynLib(seqbias)
3
+import(zlibbioc)
Browse code

Added the seqbias package to the repository.

git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/seqbias@52013 bc3139a8-67e5-0310-9ffc-ced21a209358

Chao-Jen Wong authored on 22/01/2011 00:26:36
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+exportPattern("^[^\\.]")
2
+useDynLib(seqbias)