Skip to content

Commit

Permalink
changed to patch-dev version numbering.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed Oct 8, 2015
1 parent 53f4de6 commit 3a99b00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,5 +1,5 @@
Package: dbscan
Version: 0.9-6
Version: 0.9-5.1
Date: 2015-xx-xx
Title: Density Based Clustering of Applications with Noise (DBSCAN) and Related Algorithms
Authors@R: c(person("Michael", "Hahsler", role = c("aut", "cre", "cph"),
Expand Down
6 changes: 0 additions & 6 deletions appveyor.yml
Expand Up @@ -23,24 +23,18 @@ on_failure:
artifacts:
- path: '\*_*.tar.gz'
name: Linux package
type: application/gnutar

- path: '\*_*.zip'
name: Windows package
type: application/zip

- path: '*.Rcheck\**\*.log'
name: Logs
type: text/plain

- path: '*.Rcheck\**\*.out'
name: Logs
type: text/plain

- path: '*.Rcheck\**\*.fail'
name: Logs
type: text/plain

- path: '*.Rcheck\**\*.Rout'
name: Logs
type: text/plain

0 comments on commit 3a99b00

Please sign in to comment.