-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
29 changed files
with
42,966 additions
and
45,555 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: vDiveR | ||
Type: Package | ||
Title: Visualization of Viral Protein Sequence Diversity Dynamics | ||
Version: 2.0.0 | ||
Version: 2.0.1 | ||
Authors@R: c( | ||
person("Pendy", "Tok", email = "[email protected]", role = c("aut", "cre")), | ||
person("Li Chuin", "Chong", role = "aut"), | ||
|
@@ -22,18 +22,18 @@ Imports: | |
ggplot2, | ||
ggpubr, | ||
grid, | ||
gridExtra, | ||
ggtext, | ||
magrittr, | ||
plyr, | ||
tidyr, | ||
stringr, | ||
rlang, | ||
rentrez, | ||
scales, | ||
utils, | ||
maps | ||
RoxygenNote: 7.3.1 | ||
maps, | ||
cowplot, | ||
stringdist | ||
RoxygenNote: 7.3.2 | ||
Depends: | ||
R (>= 2.10) | ||
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
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,5 +1,6 @@ | ||
# vDiveR 2.0.0 | ||
# vDiveR 2.0.1 | ||
|
||
- Added a `NEWS.md` file to track changes to the package. | ||
|
||
* Refactored metadata code and vDiveR currently handles DiMA of version 5.0.9. | ||
* Refactored metadata code and vDiveR currently handles DiMA of version 5.0.9. | ||
* Fixed bugs: plot parameters, plot display (such as legend), world map region handling. |
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.