Skip to content

Commit b09fc47

Browse files
authored
Merge pull request #5 from sgratzl/master
migrate to datavisyn
2 parents f64178f + 49c819d commit b09fc47

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Version: 3.0.1.2
66
Date: 2018-02-08
77
Authors@R: person("Samuel", "Gratzl", email = "[email protected]", role = c("aut", "cre"))
88
Maintainer: Samuel Gratzl <[email protected]>
9-
URL: https://github.com/sgratzl/lineup_htmlwidget/
10-
BugReports: https://github.com/sgratzl/lineup_htmlwidget/issues
9+
URL: https://github.com/datavisyn/lineup_htmlwidget/
10+
BugReports: https://github.com/datavisyn/lineup_htmlwidget/issues
1111
Depends: R (>= 3.2.0)
1212
License: MIT
1313
Encoding: UTF-8

R/lineup.R

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

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

77

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LineUp.js as HTMLWidget
44
[![License: MIT][mit-image]][mit-url]
55

66
LineUp is an interactive technique designed to create, visualize and explore rankings of items based on a set of heterogeneous attributes.
7-
This is a [HTMLWidget](http://www.htmlwidgets.org/) wrapper around the JavaScript library [LineUp.js](https://github.com/sgratzl/lineupjs). Details about the LineUp visualization technique can be found at [http://lineup.caleydo.org](http://lineup.caleydo.org).
7+
This is a [HTMLWidget](http://www.htmlwidgets.org/) wrapper around the JavaScript library [LineUp.js](https://github.com/datavisyn/lineupjs). Details about the LineUp visualization technique can be found at [http://lineup.caleydo.org](http://lineup.caleydo.org).
88

99
It can be used within standalone [R Shiny](https://shiny.rstudio.com/) apps or [R Markdown](http://rmarkdown.rstudio.com/) files. **Integrated plotting does not work due to an outdated integrated Webkit version in RStudio**.
1010
[Crosstalk](https://rstudio.github.io/crosstalk/) is supported for synching selections and filtering among widgets.
@@ -14,7 +14,7 @@ Installation
1414

1515
```R
1616
devtools::install_github("rstudio/crosstalk")
17-
devtools::install_github("sgratzl/lineup_htmlwidget")
17+
devtools::install_github("datavisyn/lineup_htmlwidget")
1818
library(lineup)
1919
```
2020

examples/index.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is a simple example how to include the LineUp [HTMLWidget](http://www.htmlw
1414

1515
```{r libraries}
1616
devtools::install_github("rstudio/crosstalk")
17-
# devtools::install_github("sgratzl/lineup_htmlwidget")
17+
# devtools::install_github("datavisyn/lineup_htmlwidget")
1818
1919
library(crosstalk)
2020
library(lineup)

inst/htmlwidgets/dist/LineUpJS.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)