Skip to content

Commit

Permalink
Release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed May 19, 2018
1 parent 0a2ffd3 commit a57b82f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: dbscan
Version: 1.1-1
Date: 2017-03-19
Version: 1.1-2
Date: 2018-05-18
Title: Density Based Clustering of Applications with Noise (DBSCAN) and Related
Algorithms
Authors@R: c(person("Michael", "Hahsler", role = c("aut", "cre", "cph"),
Expand All @@ -27,7 +27,8 @@ Suggests:
testthat,
dendextend,
igraph,
knitr
knitr,
DMwR
VignetteBuilder: knitr
BugReports: https://github.com/mhahsler/dbscan
License: GPL (>= 2)
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# dbscan 1.1-2 (2017-xx-xx)
# dbscan 1.1-2 (2018-05-18)

## New Features
* OPTICS now calculated eps if it is ommited.
* OPTICS now calculates eps if it is ommited.

## Bugfix

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ See how well each point corresponds to the clusters found by the model used
```

## License
The dbscan package is licensed under the [GNU General Public License (GPL) Version 3](http://www.gnu.org/licenses/gpl-3.0.en.html). The __OPTICSXi__ R implementation was directly ported from the [ELKI](http://elki.dbs.ifi.lmu.de/) framework's Java implementation (GNU AGPLv3), with explicit permission granted by the original author, [Erich Schubert](http://www.dbs.ifi.lmu.de/cms/Erich_Schubert).
The dbscan package is licensed under the [GNU General Public License (GPL) Version 3](http://www.gnu.org/licenses/gpl-3.0.en.html). The __OPTICSXi__ R implementation was directly ported from the [ELKI](http://elki.dbs.ifi.lmu.de/) framework's Java implementation (GNU AGPLv3), with explicit permission granted by the original author, Erich Schubert.


## Further Information
Expand Down
2 changes: 1 addition & 1 deletion vignettes/dbscan.Rnw
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
\usepackage{pifont} % http://ctan.org/pkg/pifont
\usepackage{float}
\usepackage{tabularx}
\usepackage[toc,page]{appendix}
%\usepackage[toc,page]{appendix}

% Remove sweave margins if possible
\usepackage[belowskip=-15pt,aboveskip=0pt]{caption}
Expand Down
Binary file modified vignettes/figures/dbscan_a.pdf
Binary file not shown.
Binary file modified vignettes/figures/dbscan_b.pdf
Binary file not shown.

0 comments on commit a57b82f

Please sign in to comment.