Skip to content

Commit

Permalink
fix man F -> FALSE
Browse files Browse the repository at this point in the history
  • Loading branch information
bthieurmel committed Oct 5, 2016
1 parent 6fd7b8a commit 5e8f692
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/visOptions.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
#' visNetwork(nodes, edges) %>%
#' visOptions(highlightNearest = TRUE,
#' nodesIdSelection = list(enabled = TRUE,
#' selected = "2", values = c(2:10), useLabels = F))
#' selected = "2", values = c(2:10), useLabels = FALSE))
#'
#' # some style
#' visNetwork(nodes, edges) %>%
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ And have a look to multiple R examples, vis.js documentation (````visDocumentati

# News

## ``1.0.1`` available on CRAN
## ``1.0.2`` available on CRAN

* #### Update network in shiny using ````visNetworkProxy```` (lot of functionalities, ````?visNetworkProxy````)

Expand Down
2 changes: 1 addition & 1 deletion man/visOptions.Rd

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

0 comments on commit 5e8f692

Please sign in to comment.