-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Address CRAN comments, update documentation
- Loading branch information
1 parent
3e86b3d
commit 89c63a5
Showing
7 changed files
with
69 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
archive/ | ||
docs/ | ||
.virtual_documents/ | ||
cran_package/ | ||
|
||
# History files | ||
.Rhistory | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: ComplexUpset | ||
Type: Package | ||
Title: Create Complex UpSet Plots Using 'ggplot2' Components | ||
Version: 0.7.2 | ||
Version: 0.7.3 | ||
Authors@R: person( | ||
"Michał", "Krassowski", email = "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-9638-7785")) | ||
|
@@ -10,7 +10,7 @@ Description: UpSet plots are an improvement over Venn Diagram for set overlap vi | |
complex overlap visualisations, using simple and familiar tools, i.e. geoms of 'ggplot2'. | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
URL: https://github.com/krassowski/complex-upset | ||
URL: https://github.com/krassowski/complex-upset, https://krassowski.github.io/complex-upset/ | ||
BugReports: https://github.com/krassowski/complex-upset/issues | ||
LazyData: true | ||
Suggests: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
citHeader("To cite ComplexUpset in publications use:") | ||
|
||
citEntry( | ||
entry = "Misc", | ||
title = "ComplexUpset", | ||
author = c( | ||
person("Michał", "Krassowski") | ||
), | ||
year = 2020, | ||
url = "https://doi.org/10.5281/zenodo.3700590", | ||
doi = "10.5281/zenodo.3700590", | ||
textVersion = paste( | ||
"Michał Krassowski. (2020). krassowski/complex-upset.", | ||
"Zenodo. http://doi.org/10.5281/zenodo.3700590" | ||
) | ||
) | ||
|
||
|
||
citEntry( | ||
entry = "Article", | ||
title = "UpSet: Visualization of Intersecting Sets,", | ||
author = as.person("Alexander Lex, Nils Gehlenborg, Hendrik Strobelt, Romain Vuillemot, Hanspeter Pfister"), | ||
journal = "IEEE Transactions on Visualization and Computer Graphics", | ||
year = 2014, | ||
volume = 20, | ||
number = 12, | ||
pages = "1983–1992", | ||
url = "https://doi.org/10.1109/TVCG.2014.2346248", | ||
doi = "10.1109/TVCG.2014.2346248", | ||
textVersion = paste( | ||
"Alexander Lex, Nils Gehlenborg, Hendrik Strobelt, Romain Vuillemot, Hanspeter Pfister,", | ||
"UpSet: Visualization of Intersecting Sets,", | ||
"IEEE Transactions on Visualization and Computer Graphics (InfoVis '14), vol. 20, no. 12, pp. 1983–1992, 2014." | ||
) | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ UpSetR | |
vdiffr | ||
Lex | ||
ComplexHeatmap | ||
geoms |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters