Skip to content

Commit 68aa887

Browse files
committed
update manual and practical pdfs
1 parent bc34ac3 commit 68aa887

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

manual.pdf

-260 KB
Binary file not shown.

practical.Rnw

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
1-
<<<<<<< HEAD
21

32
%\VignetteEngine{knitr::knitr}
43

54
% To compile this document
6-
=======
75
%\VignetteIndexEntry{Analysis of bead-summary data}
86
%\VignettePackage{beadarray}
97
%\VignetteEngine{knitr::knitr}
108

119
% To compile this document
1210
% library('knitr'); rm(list=ls()); knit('beadsummary.Rnw')
13-
>>>>>>> gh-pages
1411

1512
\documentclass[12pt]{article}
1613
\newcommand{\usecase}{\textit{\textbf{Use Case: }}}
@@ -27,10 +24,8 @@ BiocStyle::latex()
2724
@
2825
\usepackage{ifthen}
2926
\newboolean{includethis}
30-
<<<<<<< HEAD
31-
%%%change this to false to hide the solutions
32-
=======
33-
>>>>>>> gh-pages
27+
28+
3429
\setboolean{includethis}{true}
3530
\newcommand{\ifinclude}[1]{\ifthenelse{\boolean{includethis}}{#1}{}}
3631

practical.pdf

11 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)