Skip to content

Commit

Permalink
Bump to 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeelK93 committed Aug 22, 2018
1 parent 7e3d612 commit 7e00837
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 23 deletions.
4 changes: 2 additions & 2 deletions 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.6
Version: 0.1.7
Authors@R: c(
person("Adeel", "Khan", email = "[email protected]", role = c("aut", "cre")),
person("Dhrumin", "Shah", role = "ctb"),
Expand All @@ -25,7 +25,7 @@ Imports:
methods
Enhances: knitr, shiny
LazyData: true
RoxygenNote: 6.0.1
RoxygenNote: 6.1.0
Suggests:
colorspace,
RColorBrewer,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- README.md is generated from README.Rmd. Please edit that file -->

# collapsibleTree 0.1.6
# collapsibleTree 0.1.7

[![CRAN\_Status\_Badge](http://www.r-pkg.org/badges/version/collapsibleTree)](https://cran.r-project.org/package=collapsibleTree)
[![CRAN
Expand Down Expand Up @@ -192,7 +192,7 @@ feature suggestions\! Would love to hear your comments.
``` r
library(collapsibleTree)
date()
#> [1] "Sat May 5 12:35:21 2018"
#> [1] "Tue Aug 21 22:07:51 2018"

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

## R CMD check results

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ account: adeelk93
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 164943
bundleId: 994001
bundleId: 1359491
url: https://adeelk93.shinyapps.io/collapsibletree/
when: 1506186854.57586
when: 1525669121.51449
asMultiple: FALSE
asStatic: FALSE
23 changes: 13 additions & 10 deletions man/collapsibleTree.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions man/collapsibleTreeNetwork.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions man/collapsibleTreeSummary.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7e00837

Please sign in to comment.