Popular repositories
-
chartist
Chartist.js for R, powered by htmlwidgets
-
dcStockR
R bindings for dc.js, powered by htmlwidgets
-
highstockR
An R package to draw highstock charts. This is for demonstration purpose of htmlwidgets at 46th Tokyo.R meeting.
-
estatapi
R package for e-Stat API in Japan
-
gneisschart
An R package for drawing charts by Quartz's Gneisschart
-
wunderlistr
R bindings for Wunderlist API
R 5
666 contributions in the last year
Contribution activity
August 2017
Created a pull request in tidyverse/purrr
that received 1
comment
use map_dfr() instead of map_df() in documentations
As NEWS says:
The data frame suffix _df has been (soft) deprecated in favour of _dfr to more clearly indicate that it's a row-bind.
Created an issue in r-lib/httr
that received 7
comments
OAuth 1.0 fails to escape white space properly.
(This is a reprex for #441)
When the query string contains + character, the request fails if the query is directly included in the URL. On the othe…