Browse code

removed vignettes Makefile, bumped version

git-svn-id: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/MotifDb@127674 bc3139a8-67e5-0310-9ffc-ced21a209358

p.shannon authored on 23/03/2017 22:10:37
Showing 2 changed files

... ...
@@ -1,8 +1,8 @@
1 1
 Package: MotifDb
2 2
 Type: Package
3 3
 Title: An Annotated Collection of Protein-DNA Binding Sequence Motifs
4
-Version: 1.17.0
5
-Date: 2016-01-27
4
+Version: 1.17.1
5
+Date: 2017-03-23
6 6
 Author: Paul Shannon
7 7
 Maintainer: Paul Shannon <pshannon@systemsbiology.org>
8 8
 Depends: R (>= 2.15.0), methods, BiocGenerics, S4Vectors, IRanges, Biostrings
9 9
deleted file mode 100644
... ...
@@ -1,11 +0,0 @@
1
-pdf: 
2
-	"$(R_HOME)/bin/R" CMD Sweave MotifDb.Rnw --pdf
3
-
4
-view: pdf
5
-	- kill -9 `ps aux | grep Preview | egrep -v grep | awk '{print $$2}'`
6
-	open MotifDb.pdf
7
-
8
-tangle:
9
-	"$(R_HOME)/bin/R"  CMD Stangle MotifDb.Rnw
10
-	"$(R_HOME)/bin/R"  --vanilla < MotifDb.R
11
-