Skip to content

Commit

Permalink
Update 23/6/2012
Browse files Browse the repository at this point in the history
  • Loading branch information
andrie committed Jun 23, 2012
1 parent 95c98ff commit 9ee5861
Show file tree
Hide file tree
Showing 20 changed files with 1,450 additions and 1,428 deletions.
22 changes: 22 additions & 0 deletions .gitattributes
@@ -0,0 +1,22 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
24 changes: 12 additions & 12 deletions NAMESPACE
@@ -1,12 +1,12 @@
export(as.dendro)
export(dendro_data)
export(dendro_data.default)
export(dendro_data.dendrogram)
export(dendro_data.hclust)
export(ggdendrogram)
export(label)
export(leaf_label)
export(segment)
export(theme_dendro)
S3method(dendro_data,rpart)
S3method(dendro_data,tree)
export(as.dendro)
export(dendro_data)
export(dendro_data.default)
export(dendro_data.dendrogram)
export(dendro_data.hclust)
export(ggdendrogram)
export(label)
export(leaf_label)
export(segment)
export(theme_dendro)
S3method(dendro_data,rpart)
S3method(dendro_data,tree)
84 changes: 42 additions & 42 deletions NEWS
@@ -1,43 +1,43 @@
ggdendro 0.1-04 (Release date: 02/02/2012)
==============
New functionality
* None
* Modified examples to conform to ggplot2 v0.9
ggdendro 0.1-02 (Release date: 19/10/2011)
==============
New functionality
* Added support for classification trees using `package:rpart`
Fixed bugs:
* Classification trees using `tree` produced error due to attempted rounding on factor variables
Changes in API
* Fixed inconsistencies in the names of the `data.frame` segments. The names are now always `x`, `y`, `xend` and `yend`
ggdendro 0.0-7 (Release date: 12/8/2011)
==============
New functionality
* Included the `ggdendrogram` function that conveniently creates a `ggplot` dendrogram in a single line of code.
* Created `theme_dendro`, an almost blank theme
ggdendro 0.0
============
Experimental release of package.
Supports extraction of plot data for the following classes:
* dendrogram
* tree
ggdendro 0.1-04 (Release date: 02/02/2012)
==============

New functionality

* None
* Modified examples to conform to ggplot2 v0.9


ggdendro 0.1-02 (Release date: 19/10/2011)
==============

New functionality

* Added support for classification trees using `package:rpart`

Fixed bugs:

* Classification trees using `tree` produced error due to attempted rounding on factor variables

Changes in API

* Fixed inconsistencies in the names of the `data.frame` segments. The names are now always `x`, `y`, `xend` and `yend`


ggdendro 0.0-7 (Release date: 12/8/2011)
==============

New functionality

* Included the `ggdendrogram` function that conveniently creates a `ggplot` dendrogram in a single line of code.
* Created `theme_dendro`, an almost blank theme

ggdendro 0.0
============

Experimental release of package.

Supports extraction of plot data for the following classes:

* dendrogram
* tree
* hclust

0 comments on commit 9ee5861

Please sign in to comment.