carpentries / feeds.carpentries.org

A repo to generate dynamic JSON data feeds for The Carpentries
https://feeds.carpentries.org
MIT License
3 stars 2 forks source link

lesson kerfuffles make building dataframes broken #63

Closed zkamvar closed 2 years ago

zkamvar commented 2 years ago

THis is all #62's fault.

Error in `$<-.data.frame`(`*tmp*`, "call_text", value = c("base::source(\"R/curriculum_feed.R\")",  : 
  replacement has 42 rows, data has 40
Calls: source ... trace_format -> trace_as_tree -> $<- -> $<-.data.frame
In addition: There were 50 or more warnings (use warnings() to see the first 50)
zkamvar commented 2 years ago

N.B. I tried this workflow on my machine and I was able to generate the JSON file, so I'm not sure why this is failing 😭

zkamvar commented 2 years ago

It turns out to be a transient network issue, but I would like some better reporting for it in the future.