Skip to content

Commit

Permalink
Removed defunct old ggplot2 example (closes #131)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Sep 15, 2024
1 parent 6e6503a commit 88628d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-09-15 Dirk Eddelbuettel <[email protected]>

* demo/ggplot2Example.R: Removed to local/
* demo/00Index: Removed entry for gpplot2Example

2024-09-09 Dirk Eddelbuettel <[email protected]>

* DESCRIPTION (Version, Date): Roll minor version and date
Expand Down
1 change: 0 additions & 1 deletion demo/00Index
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
nanosecondDelayExample Simulated example of network delay in nanoseconds
ggplot2Example Plotting via ggplot2 from data.table objects
2 changes: 1 addition & 1 deletion demo/ggplot2Example.R → local/ggplot2Example.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (requireNamespace("ggplot2", quietly=TRUE) &&

nanotime_format <- function(format = getOption("nanotimeFormat", default="%Y-%m-%dT%H:%M:%EXS%Ez"),
tz = getOption("nanotimeTz", default="UTC")) {
function(x) format(x, format, tz=tz)
function(x) format(x, format, tz)
}

nanotime_trans <- function(tz = NULL) {
Expand Down

0 comments on commit 88628d7

Please sign in to comment.