git-svn-id: file:///home/git/hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_2/madman/Rpacks/crlmm@112479 bc3139a8-67e5-0310-9ffc-ced21a209358
... | ... |
@@ -2,7 +2,7 @@ Package: crlmm |
2 | 2 |
Type: Package |
3 | 3 |
Title: Genotype Calling (CRLMM) and Copy Number Analysis tool for |
4 | 4 |
Affymetrix SNP 5.0 and 6.0 and Illumina arrays. |
5 |
-Version: 1.28.1 |
|
5 |
+Version: 1.28.2 |
|
6 | 6 |
Author: Benilton S Carvalho, Robert Scharpf, Matt Ritchie, Ingo |
7 | 7 |
Ruczinski, Rafael A Irizarry |
8 | 8 |
Maintainer: Benilton S Carvalho <benilton@unicamp.br>, |
... | ... |
@@ -7,8 +7,8 @@ vignettes: AffyGW.tex |
7 | 7 |
cp ../inst/scripts/Infrastructure.pdf . |
8 | 8 |
cp ../inst/scripts/gtypeDownstream.pdf . |
9 | 9 |
cp ../inst/scripts/crlmmIllumina.pdf . |
10 |
- "$(R_HOME)/bin/R" CMD texi2dvi --pdf genotyping.tex |
|
11 |
- "$(R_HOME)/bin/R" CMD texi2dvi --pdf CopyNumberOverview.tex |
|
10 |
+ "$(R_HOME)/bin/R" CMD pdflatex genotyping.tex |
|
11 |
+ "$(R_HOME)/bin/R" CMD pdflatex CopyNumberOverview.tex |
|
12 | 12 |
|
13 | 13 |
clean: |
14 | 14 |
-$(RM) -f *.out *.bbl *.log *.aux *.blg *.brf *.toc *.tex |