j-sirgo

Results 8 comments of j-sirgo

Yes greater than 24:00:00 seem wrong, but what about exactly 24:00:00? Isn’t it valid ISO 8601 format?

Unfortunately no. I just reinstalled: if (!require("remotes")) { install.packages("remotes") } remotes::install_github("leeper/slopegraph") And ran my code and no ylabels appeared. > On April 18, 2018 at 12:18 PM "Thomas J. Leeper"...

It works. I checked again. Can the xlabels font be modified? > On April 18, 2018 at 12:18 PM "Thomas J. Leeper" wrote: > > > I suspect the issue...

Thanks for responding. I just tried your working example and I still get: ``` Warning message: Ignoring unknown parameters: text_smoothing ``` Could it be the version of R or or...

Here is the output: ``` > geom_textline function (mapping = NULL, data = NULL, stat = "identity", position = "identity", na.rm = FALSE, orientation = NA, show.legend = NA, inherit.aes...

No. But I dropped ``` library(forcats) library(ggforce) library(ggrepel) library(ggh4x) library(ggstream) ``` And it did not produce the error. Perhaps one of these creates some confusion.

I am using the latest from GitHub geomtextpath_0.1.0.9000