Closed
Description
Sorry this isn't really a minimal example, but I'm not sure of a good way to reduce it:
library(git2r)
library(gistr)
repo <- clone("https://github.com/cpsievert/AnimintTest.git", "AnimintTest")
fs <- dir("AnimintTest/FluView", full.names = TRUE)
gist_create(fs, description = "FluView")
#> Error in list2gist(x) : Not coerceable to a gist
#> In addition: Warning message:
#> In process(response) :
#> client error: (422) Unprocessable Entity (WebDAV; RFC 4918)