-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathDESCRIPTION
More file actions
31 lines (31 loc) · 1.04 KB
/
DESCRIPTION
File metadata and controls
31 lines (31 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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'.
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 integrated viewer.
Version: 4.6.0
Date: 2022-08-10
Authors@R: person("Samuel", "Gratzl", email = "sam@sgratzl.com", role = c("aut", "cre"))
Maintainer: Samuel Gratzl <sam@sgratzl.com>
URL: https://github.com/lineupjs/lineup_htmlwidget/
BugReports: https://github.com/lineupjs/lineup_htmlwidget/issues
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Imports:
htmlwidgets
Suggests:
crosstalk,
knitr,
rmarkdown,
testthat,
lintr,
remotes,
styler,
shiny
RoxygenNote: 7.2.0
VignetteBuilder: knitr
Language: en-US