Skip to content

Commit b45ae37

Browse files
committed
rename package to lineupjs to avoid collision
1 parent fa56167 commit b45ae37

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
lines changed

.Rbuildignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
^.*\.Rproj$
22
^\.Rproj\.user$
3+
.editorconfig
4+
examples

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Package: lineup
1+
Package: lineupjs
22
Type: Package
33
Title: HTMLWidget wrapper of LineUp for Visual Analysis of Multi-Attribute Rankings
44
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.

R/lineup.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
#' LineUp module
2+
#' LineUpjs module
33
#'
4-
#' a htmlwidget wrapper around LineUpJS (\url{https://github.com/datavisyn/lineupjs})
4+
#' a htmlwidget wrapper around LineUpJS (\url{https://lineup.js.org})
55
#'
66

77

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Installation
1515
```R
1616
devtools::install_github("rstudio/crosstalk")
1717
devtools::install_github("datavisyn/lineup_htmlwidget")
18-
library(lineup)
18+
library(lineupjs)
1919
```
2020

2121
Examples
@@ -56,7 +56,7 @@ Shiny Example
5656
```R
5757
library(shiny)
5858
library(crosstalk)
59-
library(lineup)
59+
library(lineupjs)
6060
library(d3scatter)
6161

6262
# Define UI for application that draws a histogram

examples/index.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ devtools::install_github("rstudio/crosstalk")
1717
# devtools::install_github("datavisyn/lineup_htmlwidget")
1818
1919
library(crosstalk)
20-
library(lineup)
20+
library(lineupjs)
2121
```
2222

2323
## Simple Example

examples/shiny/app.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
library(shiny)
1111
library(crosstalk)
12-
library(lineup)
12+
library(lineupjs)
1313
library(d3scatter)
1414

1515
# Define UI for application that draws a histogram
File renamed without changes.

0 commit comments

Comments
 (0)