Skip to content

Commit 119b710

Browse files
committed
vignettes moved
1 parent 60bae95 commit 119b710

17 files changed

+106
-3
lines changed

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2013-07-03: Ver. 0.1-6
2+
* Move inst/doc/vignettes/ to vignettes/.
3+
14
2013-07-02: Ver. 0.1-5
25
* Add high-level functions "pmclust" and "pkmeans".
36
* Add man page and vignettes.

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: pmclust
2-
Version: 0.1-5
3-
Date: 2013-06-24
2+
Version: 0.1-6
3+
Date: 2013-07-03
44
Title: Parallel Model-Based Clustering
55
Authors@R: c(person("Wei-Chen", "Chen", role = c("aut", "cre"), email =
66
"[email protected]"), person("George", "Ostrouchov", role = "aut"))
@@ -25,7 +25,7 @@ URL: http://r-pbd.org/
2525
BugReports: http://group.r-pbd.org/
2626
MailingList: Please send questions and comments regarding pbdR to
2727
28-
Packaged: 2013-07-02 17:42:56 UTC; snoweye
28+
Packaged: 2013-07-03 17:57:53 UTC; snoweye
2929
Author: Wei-Chen Chen [aut, cre],
3030
George Ostrouchov [aut]
3131
Maintainer: Wei-Chen Chen <[email protected]>

inst/doc/pmclust-guide.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
### R code from vignette source 'pmclust-guide.Rnw'
2+
File renamed without changes.

inst/doc/pmclust-guide.pdf

264 KB
Binary file not shown.
File renamed without changes.

vignettes/pmclust-guide.Rnw

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
%\VignetteIndexEntry{pmclust-guide}
2+
3+
\documentclass[article,shortnames,nojss]{pmclust-include/jss}
4+
5+
6+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
7+
%% declarations for jss.cls %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
8+
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
9+
10+
%% almost as usual
11+
\author{
12+
\begin{minipage}{6in}
13+
\centering
14+
Wei-Chen Chen$^1$ and George Ostrouchov$^{1,2}$
15+
\end{minipage}
16+
\\
17+
\\
18+
$^1$Computer Science and Mathematics Division, \\
19+
Oak Ridge National Laboratory, \\
20+
Oak Ridge, TN, USA \\
21+
\\
22+
$^2$Remote Data Analysis and Visualization Center,\\
23+
University of Tennessee, \\
24+
Knoxville, TN, USA \\
25+
}
26+
%\\ \today}
27+
\title{A Quick Guide for the \pkg{pmclust} Package}
28+
%\\
29+
%\vspace{0.2cm} \large (Based on Version 0.1-2)}
30+
31+
%% for pretty printing and a nice hypersummary also set:
32+
\Plainauthor{Wei-Chen Chen, George Ostrouchov} %% comma-separated
33+
\Plaintitle{Quick Guide for pmclust} %% without formatting
34+
\Shorttitle{Quick Guide for pmclust} %% a short title (if necessary)
35+
36+
%% an abstract and keywords
37+
%\Abstract{
38+
%}
39+
%\Keywords{}
40+
%\Plainkeywords{} %% without formatting
41+
%% at least one keyword must be supplied
42+
43+
%% publication information
44+
%% NOTE: Typically, this can be left commented and will be filled out by the technical editor
45+
%% \Volume{13}
46+
%% \Issue{9}
47+
%% \Month{September}
48+
%% \Year{2004}
49+
%% \Submitdate{2004-09-29}
50+
%% \Acceptdate{2004-09-29}
51+
52+
%% The address of (at least) one author should be given
53+
%% in the following format:
54+
\Address{
55+
Wei-Chen Chen\\
56+
E-mail: \email{[email protected]}\\
57+
URL: \url{http://thirteen-01.stat.iastate.edu/snoweye/hpsc/}
58+
}
59+
%% It is also possible to add a telephone and fax number
60+
%% before the e-mail in the following format:
61+
%% Telephone: +43/1/31336-5053
62+
%% Fax: +43/1/31336-734
63+
64+
%% for those who use Sweave please include the following line (with % symbols):
65+
%% need no \usepackage{Sweave.sty}
66+
67+
%% end of declarations %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
68+
69+
70+
\input{./pmclust-include/00-preamble}
71+
72+
\begin{document}
73+
74+
\pagenumbering{roman}
75+
\tableofcontents
76+
77+
%% include your article here, just as usual
78+
%% Note that you should use the \pkg{}, \proglang{} and \code{} commands.
79+
80+
\newpage
81+
\input{./pmclust-include/01-acknowledgement}
82+
83+
\newpage
84+
\pagenumbering{arabic}
85+
\setcounter{page}{1}
86+
87+
\input{./pmclust-include/01-introduction}
88+
\input{./pmclust-include/02-example}
89+
\input{./pmclust-include/03-algorithm}
90+
\input{./pmclust-include/04-discussion}
91+
92+
\newpage
93+
\phantomsection
94+
\addcontentsline{toc}{section}{References}
95+
\bibliography{./pmclust-include/pmclust}
96+
97+
\end{document}
98+
263 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)