Giter VIP home page Giter VIP logo

kittyr's Introduction

kittyR: Kitty pictures and meows from R console

CRAN_Release_Badge Travis Build Status AppVeyor Build Status lifecycle Project Status: Active - The project has reached a stable, usable state and is being actively developed. Last-changedate GitHub code size in bytes

Raison d’Γͺtre

This package is designed for rainy days when your results are heartbreaking or when no matter what you try, you can’t seem to get rid of that bug. Take a respite from those negative thoughts by accessing kitty pics and their adorable meows right from your R console 😻 and then get back to work again!

Installation

You can get the development version from GitHub with:

# install.packages("remotes")
remotes::install_github("IndrajeetPatil/kittyR")

Functions

There are only two available functions in this package-

In case you want a picture of a kitty:

# to always have the same kitty on README
set.seed(166)

# show me the kitty NOW!
kittyR::kittyR()

By default, the collection will include any kind of cat (big, small, wild, etc.). If you want only kittens, you can use an additional argument.

# to always have the same kitty on README
set.seed(122)

# show me the kitten NOW!
kittyR::kittyR(meow = FALSE, only_kitten = TRUE)

The collection of cat pictures comes from the following collections of freely available images:

In case you just want to hear a meow either apropos nothing or at the end of execution of some code to let you know that the execution is complete, just include this line of code:

# can't print the sound, so
# meow meow meow
# you can choose from a sample of sounds included in the package
kittyR::meowR(sound = 4)

If you have a kitty meow that you like and would like to include in the package, please either make a PR or e-mail it to me and I will include it.

This package was inspired by pupR package by Melissa Innerst. Thanks are due to my lab buddy Jonathan Phillips for suggesting including meowR function as a replacement for beepR.

May these kitties bring some joy and amusement during your stressful data digging jobs!

Acknowledgments

The hexsticker was generously designed by Sarah Otterstetter (Max Planck Institute for Human Development, Berlin).

Code of Conduct

Please note that the tidyBF project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.

kittyr's People

Contributors

indrajeetpatil avatar fdrennan avatar jamesm131 avatar

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.