From 1754e77a7197c6614f81d9c380f6755a65b671dd Mon Sep 17 00:00:00 2001 From: Samuel Gratzl Date: Sat, 4 Aug 2018 13:22:50 +0200 Subject: [PATCH] update version and info --- DESCRIPTION | 11 +++++++---- man/dot-lineupImpl.Rd | 12 ++++++++++++ man/lineup-shiny.Rd | 2 -- man/lineup.Rd | 4 +++- man/lineupRanking.Rd | 3 ++- man/taggle-shiny.Rd | 2 -- man/taggle.Rd | 4 +++- 7 files changed, 27 insertions(+), 11 deletions(-) create mode 100644 man/dot-lineupImpl.Rd diff --git a/DESCRIPTION b/DESCRIPTION index 3f81788..9e0904f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,9 +1,12 @@ Package: lineupjs Type: Package Title: 'HTMLWidget' Wrapper of 'LineUp' for Visual Analysis of Multi-Attribute Rankings -Description: 'LineUp' is an interactive technique designed to create, visualize and explore rankings of items based on a set of heterogeneous attributes. This is a 'htmlwidget' wrapper around the JavaScript library 'LineUp.js'. -Version: 3.1.0 -Date: 2018-07-25 +Description: 'LineUp' is an interactive technique designed to create, visualize and explore rankings of items based on a set of heterogeneous attributes. + This is a 'htmlwidget' wrapper around the JavaScript library 'LineUp.js'. + It is designed to be used in 'R Shiny' apps and 'R Markddown' files. + Due to an outdated 'webkit' version of 'RStudio' it won't work in the intergrated viewer. +Version: 3.1.1 +Date: 2018-08-04 Authors@R: person("Samuel", "Gratzl", email = "samuel.gratzl@datavisyn.io", role = c("aut", "cre")) Maintainer: Samuel Gratzl URL: https://github.com/datavisyn/lineup_htmlwidget/ @@ -16,4 +19,4 @@ Imports: htmltools, crosstalk LazyData: true -RoxygenNote: 6.0.1 +RoxygenNote: 6.1.0 diff --git a/man/dot-lineupImpl.Rd b/man/dot-lineupImpl.Rd new file mode 100644 index 0000000..6c25813 --- /dev/null +++ b/man/dot-lineupImpl.Rd @@ -0,0 +1,12 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/lineup.R +\name{.lineupImpl} +\alias{.lineupImpl} +\title{LineUpjs module} +\usage{ +.lineupImpl(data, width, height, elementId, options, ranking, dependencies, + lineupType, ...) +} +\description{ +a htmlwidget wrapper around LineUpJS (\url{https://lineup.js.org}) +} diff --git a/man/lineup-shiny.Rd b/man/lineup-shiny.Rd index cdaed0b..d3f04db 100644 --- a/man/lineup-shiny.Rd +++ b/man/lineup-shiny.Rd @@ -27,6 +27,4 @@ is useful if you want to save an expression in a variable.} \description{ Output and render functions for using lineup within Shiny applications and interactive Rmd documents. - -Shiny render bindings for lineup } diff --git a/man/lineup.Rd b/man/lineup.Rd index 2d7090e..8fa6876 100644 --- a/man/lineup.Rd +++ b/man/lineup.Rd @@ -8,7 +8,8 @@ lineup(data, width = "100\%", height = NULL, elementId = NULL, options = list(filterGlobally = TRUE, singleSelection = FALSE, noCriteriaLimits = FALSE, animated = TRUE, sidePanel = "collapsed", hierarchyIndicator = TRUE, summaryHeader = TRUE, overviewMode = FALSE, - expandLineOnHover = FALSE, defaultSlopeGraphMode = "item"), ranking = NULL, + expandLineOnHover = FALSE, defaultSlopeGraphMode = "item", + ignoreUnsupportedBrowser = FALSE), ranking = NULL, dependencies = crosstalk::crosstalkLibs(), ...) } \arguments{ @@ -32,6 +33,7 @@ lineup(data, width = "100\%", height = NULL, elementId = NULL, \item{overviewMode}{show overview mode in Taggle by default (default: FALSE)} \item{expandLineOnHover}{expand to full row height on mouse over (default: FALSE)} \item{defaultSlopeGraphMode}{default slope graph mode: item,band (default: 'item')} + \item{ignoreUnsupportedBrowser}{ignore unsupported browser detection at own risk (default: FALSE)} }} \item{ranking}{ranking definition created using \code{\link{lineupRanking}}} diff --git a/man/lineupRanking.Rd b/man/lineupRanking.Rd index 0556a14..fd96e63 100644 --- a/man/lineupRanking.Rd +++ b/man/lineupRanking.Rd @@ -4,7 +4,8 @@ \alias{lineupRanking} \title{helper function for creating a LineUp ranking definition as used by \code{\link{lineup}}} \usage{ -lineupRanking(columns = c("_*", "*"), sortBy = c(), groupBy = c(), ...) +lineupRanking(columns = c("_*", "*"), sortBy = c(), groupBy = c(), + ...) } \arguments{ \item{columns}{list of columns shown in this ranking, besides \emph{column names of the given data frame} following special columsn are available diff --git a/man/taggle-shiny.Rd b/man/taggle-shiny.Rd index 8d485a6..60d8bbb 100644 --- a/man/taggle-shiny.Rd +++ b/man/taggle-shiny.Rd @@ -27,6 +27,4 @@ is useful if you want to save an expression in a variable.} \description{ Output and render functions for using taggle within Shiny applications and interactive Rmd documents. - -Shiny render bindings for taggle } diff --git a/man/taggle.Rd b/man/taggle.Rd index d6832c8..8c43b74 100644 --- a/man/taggle.Rd +++ b/man/taggle.Rd @@ -8,7 +8,8 @@ taggle(data, width = "100\%", height = NULL, elementId = NULL, options = list(filterGlobally = TRUE, singleSelection = FALSE, noCriteriaLimits = FALSE, animated = TRUE, sidePanel = "collapsed", hierarchyIndicator = TRUE, summaryHeader = TRUE, overviewMode = FALSE, - expandLineOnHover = FALSE, defaultSlopeGraphMode = "item"), ranking = NULL, + expandLineOnHover = FALSE, defaultSlopeGraphMode = "item", + ignoreUnsupportedBrowser = FALSE), ranking = NULL, dependencies = crosstalk::crosstalkLibs(), ...) } \arguments{ @@ -32,6 +33,7 @@ taggle(data, width = "100\%", height = NULL, elementId = NULL, \item{overviewMode}{show overview mode in Taggle by default (default: FALSE)} \item{expandLineOnHover}{expand to full row height on mouse over (default: FALSE)} \item{defaultSlopeGraphMode}{default slope graph mode: item,band (default: 'item')} + \item{ignoreUnsupportedBrowser}{ignore unsupported browser detection at own risk (default: FALSE)} }} \item{ranking}{ranking definition created using \code{\link{lineupRanking}}}