-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #168 from thackl/cran-ready
Make gggenomes ready for CRAN submission
- Loading branch information
Showing
170 changed files
with
3,209 additions
and
2,445,067 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,3 +3,9 @@ | |
^.*\.Rproj$ | ||
^\.Rproj\.user$ | ||
^\.github$ | ||
^doc$ | ||
^Meta$ | ||
^R-deprecated$ | ||
^data-raw$ | ||
^pkgdown$ | ||
^LICENSE.md$ |
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 |
---|---|---|
|
@@ -7,3 +7,6 @@ R-deprecated/ | |
data-raw/ | ||
tests/ | ||
vignettes-manual-export/ | ||
/doc/ | ||
/Meta/ | ||
gggenomes.Rcheck |
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,44 +1,52 @@ | ||
Package: gggenomes | ||
Title: A Grammar of Graphics for Comparative Genomics | ||
Version: 0.9.13.9000 | ||
Version: 1.0.0 | ||
Authors@R: c( | ||
person("Thomas", "Hackl", email = "[email protected]", role = c("aut", "cre")), | ||
person("Markus J.", "Ankenbrand", email = "[email protected]", role = c("aut")), | ||
person("Bart", "van Adrichem", role = c("aut")), | ||
person("Kristina", "Haslinger", email = "[email protected]", role = c("ctb", "sad"))) | ||
Description: gggenomes is an extension of ggplot2 for creating complex genomic | ||
Description: An extension of ggplot2 for creating complex genomic | ||
maps. It builds on the power of ggplot2 and tidyverse adding new ggplot-style | ||
geoms & positions and dplyr-style verbs to manipulate the underlying data. It | ||
implements a layout concept inspired by ggraph and introduces tracks to bring | ||
tidyness to the mess that is genomics data. | ||
License: MIT | ||
License: MIT + file LICENSE | ||
URL: https://github.com/thackl/gggenomes | ||
BugReports: https://github.com/thackl/gggenomes/issues | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.2.3 | ||
Roxygen: list(markdown = TRUE) | ||
Remotes: github::thackl/thacklr, bioc::release/rtracklayer | ||
VignetteBuilder: knitr | ||
Depends: | ||
R (>= 3.4.2), | ||
ggplot2 (>= 3.5.0), | ||
Imports: | ||
vctrs, | ||
rlang, | ||
ggplot2, | ||
dplyr, | ||
tidyr, | ||
readr (>= 2.0.0), | ||
purrr, | ||
tibble, | ||
stringr, | ||
grid, | ||
gggenes, | ||
jsonlite, | ||
snakecase | ||
snakecase, | ||
magrittr, | ||
scales, | ||
tidyselect, | ||
colorspace, | ||
methods, | ||
utils | ||
Suggests: | ||
testthat, | ||
rtracklayer, | ||
ggtree, | ||
patchwork, | ||
Hmisc | ||
Hmisc, | ||
knitr, | ||
ggrepel, | ||
IRanges, | ||
ellipsis |
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,21 +1,2 @@ | ||
MIT License | ||
|
||
Copyright (c) 2018 Thomas Hackl | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
YEAR: 2018 | ||
COPYRIGHT HOLDER: Thomas Hackl |
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,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2018 Thomas Hackl | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
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
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
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
Oops, something went wrong.