Diff of /inst/NEWS.Rd [000000] .. [28aa3b]

Switch to unified view

a b/inst/NEWS.Rd
1
\name{NEWS}
2
\title{News for Package \pkg{DLBCLdata}}
3
\newcommand{\cpkg}{\href{http://CRAN.R-project.org/package=#1}{\pkg{#1}}}
4
5
\section{Changes to version 1.0}{
6
  \itemize{
7
    \item Expanded documentiation.
8
    \item Added travis CI continous integrator.
9
    \item Added further unit tests and updated package structure to new
10
      \pkg{testthat} version.
11
  }
12
}
13
14
15
\section{Changes to version 0.9}{
16
  \itemize{
17
    \item \pkg{DLBCLdata} is now public!
18
    \item The described datasets has now been run and tested
19
      with various targets and CDFs.
20
  }
21
}
22
23
\section{Changes to version 0.1}{
24
  \itemize{
25
    \item \pkg{DLBCLdata} has been created!
26
  }
27
}
28
29