goodshirt
goodshirt copied to clipboard
R client to the Good Place Quotes API
Attempting to install: ` devtools::install_github("adam-gruer/goodshirt") ` This is the error message: `Error in rethrow_call(c_processx_exec, command, c(command, args), stdin, : Command not found @win/processx.c:977` Any ideas what is causing this?
Running the example code below (either in the Rprofile or the console) kicks back an API error. `library(cowsay) library(magrittr) goodshirt::soul_squad() %>% as.character() %>% say(by = "random")` `Error: API did not...