Duncan Garmonsway
Duncan Garmonsway
I get a similar error, which is preventing any R-hub tests. ~It looks like a bug in the construction of the URL, maybe `paste(collapse=)`.~ ``` Error in utils::download.file(url, path, method...
@ffinger thanks, but my package is only for the Google data.
I get the same fault in Docker, using `neo4j:4.4.8-community`. ``` cypher-shell "CALL apoc.export.json.all(null,{useTypes:true, stream: true}) YIELD file, nodes, relationships, properties, data RETURN file, nodes, relationships, properties, data;" ``` In `logs/debug.log`...
@vga91 Sorry, I no longer use Neo4j.
Possibly the [New Zealand 2014 general election results](https://www.electionresults.govt.nz/electionresults_2014/e9/html/statistics.html).
Thank you for your kind remarks. Please could you attach an example spreadsheet with the two colours you mention?
I think there are two things going on here. The first is that it is possible (I think) to define the "office" colour theme elsewhere than in the Excel file...
I think I had this problem and it was fixed by upgrading `fs` or `dplyr` or `tidyr` or `purrr`. Sorry I can't be more specific than that.
The `group` is for consecutive points, to use in ggplot like `ggplot(aes(date, trend, group = group)) + geom_line() + geom_point()`. Otherwise, ggplot2 will interpolate over missing dates. I suppose the...
Perhaps another option is a kind of yank ring for plots, with mappings for recordPlot and replayPlot to save and replay plots, storing them in a list object within the...