This repository was archived by the owner on Sep 2, 2025. It is now read-only.

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)