Giter VIP home page Giter VIP logo

goodshirt's Introduction

Thee separate photos of the The good Place characters Chidi, Janet and Tahini, join together in a horizontal strip.

Note please upgrade to version 3.0.0

The Good Place quotes API is no longer available. v 3.0.0 ships the quote data with the package and remover calls to the defunct api.

goodshirt

The goal of goodshirt is to provide The Good Place Quotes in your R session. Previously an R client to The Good Place Quotes API by Klaudia Rozgonyiova. https://glitch.com/~good-place-quotes https://github.com/EffingKay/the-good-place-quotes

Now in version 3.0.0 API calls are removed and quotes data ships with the package

Installation

# install.packages("devtools")
devtools::install_github("adam-gruer/goodshirt")

Example

Get a random quote

library(goodshirt)

soul_squad()
#> 
#>  Pobody's nerfect. 
#> 
#>  ~ Eleanor

chidi()
#> 
#>  I have what doctors call "directional insanity". I once got lost on an escalator. 
#> 
#>  ~ Chidi

derek()
#> 
#>  Maximum Derek! 
#> 
#>  ~ Derek

eleanor()
#> 
#>  Okay, bud, whatever's going on right now, just shove your feelings way down deep, plaster on a fake smile, and pretend like you're having fun. Okay? Just like I used to do when someone started talking about their kids. 
#> 
#>  ~ Eleanor

janet()
#> 
#>  It turns out the best Janet was the Janet that was inside Janet all along. 
#> 
#>  ~ Janet

jason()
#> 
#>  She's my everything. She makes the bass drop in my heart. 
#> 
#>  ~ Jason

michael()
#> 
#>  You will spend eternity with murderers, and arsonists, and people who take off their shoes and socks on commercial airlines. 
#> 
#>  ~ Michael

pillboi()
#> 
#>  I refuse to discuss my fifth amendment rights until I concur with your attorney. 
#> 
#>  ~ Pillboi

tahani()
#> 
#>  It run for 16 years on the BBC. It did nearly 30 episodes. 
#> 
#>  ~ Tahani


library(cowsay)
#> Warning: package 'cowsay' was built under R version 4.2.2
library(magrittr)
#> Warning: package 'magrittr' was built under R version 4.2.2

soul_squad() %>% 
  as.character() %>% 
  say(by = "random")
#> 
#>  ------------- 
#> I also dabbled in some other professions. I was a model, a museum curator, an "It Girl," and... oh, I was Baz Luhrmann's muse for a while. That was quite fun.
#> ~ Tahani 
#>  -------------- 
#>               \   
#>                \  
#>                 \
#>                .--.
#>               /} p \             /}
#>              `~)-) /           /` }
#>               ( / /          /`}.' }
#>                / / .-'""-.  / ' }-'}
#>               / (.'       \/ '.'}_.}
#>              |            `}   .}._}
#>              |     .-=-';   } ' }_.}
#>              \    `.-=-;'  } '.}.-}
#>               '.   -=-'    ;,}._.}
#>                 `-,_  __.'` '-._}
#>               jgs   `|||
#>                    .=='=,

goodshirt's People

Contributors

adam-gruer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

goodshirt's Issues

Example code returns API Error

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 return json

Error in rethrow_call upon install

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?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.