-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Sandro Raabe
committed
Apr 10, 2021
1 parent
79ac425
commit f82059f
Showing
1 changed file
with
4 additions
and
5 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,13 +1,13 @@ | ||
Package: vistime | ||
Title: Pretty Timeline Charts in R | ||
Title: Pretty Timelines in R | ||
Version: 1.2.1 | ||
Date: 2021-04-09 | ||
Date: 2021-04-10 | ||
Authors@R: c( | ||
person("Sandro", "Raabe", , "[email protected]", role = c("aut", "cre")) | ||
) | ||
Description: A library for creating time based charts, like Gantt or timelines. Possible outputs | ||
include ggplot diagrams, plotly.js graphs, Highcharts.ja widgets and data.frames. Results can be | ||
used in the RStudio viewer pane, in RMarkdown documents or in Shiny apps. In the | ||
include 'ggplot2' diagrams, 'plotly.js' graphs, 'Highcharts.js' widgets and data.frames. Results can be | ||
used in the 'RStudio' viewer pane, in 'RMarkdown' documents or in Shiny apps. In the | ||
interactive outputs created by vistime() and hc_vistime(), you can interact with the | ||
plot using mouse hover or zoom. | ||
License: GPL-3 | file LICENSE | ||
|
@@ -23,7 +23,6 @@ Imports: | |
ggrepel (>= 0.7.0), | ||
RColorBrewer (>= 0.2.2) | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.1.1 | ||
Suggests: | ||
prettydoc, | ||
|