Skip to content

Commit

Permalink
Version bump 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeelK93 committed Sep 23, 2017
1 parent f33750a commit 04b3cea
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 44 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: collapsibleTree
Type: Package
Title: Interactive Collapsible Tree Diagrams using 'D3.js'
Version: 0.1.5
Version: 0.1.6
Authors@R: c(
person("Adeel", "Khan", email = "[email protected]", role = c("aut", "cre")),
person("Dhrumin", "Shah", role = "ctb"),
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!-- README.md is generated from README.Rmd. Please edit that file -->
collapsibleTree 0.1.5
collapsibleTree 0.1.6
=====================

[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/collapsibleTree)](https://cran.r-project.org/package=collapsibleTree) [![CRAN downloads](http://cranlogs.r-pkg.org/badges/collapsibleTree)](https://cran.r-project.org/package=collapsibleTree)
Expand Down Expand Up @@ -158,7 +158,7 @@ Test Results
``` r
library(collapsibleTree)
date()
#> [1] "Sat Sep 16 17:08:01 2017"
#> [1] "Sat Sep 23 13:02:26 2017"

testthat::test_dir("tests/testthat")
#> Error handling: .........
Expand Down
5 changes: 2 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## Test environments
* OS X 10.12.3, R 3.3.3
* OS X 10.12.3, R 3.4.1
* Ubuntu 16.04.2, R 3.3.3
* Windows 10.0.14393, R 3.3.3

## R CMD check results

Expand All @@ -11,4 +10,4 @@ R CMD check succeeded

## Reverse dependencies

This is a new release, so there are no reverse dependencies.
No ERRORs or WARNINGs found :)
34 changes: 17 additions & 17 deletions docs/index.html

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions inst/examples/01rmd/Example01.html

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions inst/examples/04rmd/Example04.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/htmlwidgets/collapsibleTree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
src: "htmlwidgets/lib/d3-4.10.2"
script: d3.min.js
- name: collapsibleTree
version: 0.1.5
version: 0.1.6
src: "htmlwidgets/lib"
stylesheet: collapsibleTree.css

0 comments on commit 04b3cea

Please sign in to comment.