Giter Site home page Giter Site logo

errormoji's Introduction

😤 ➡️ 🤣

Errors can be frustrating, but could they also be fun?

This repo is inspired by a random tweet of mine which made me realize that there are others out there who enjoy emoji puzzles.

Deciphering errors can be difficult and frustrating, but maybe seeing them in emoji form would help lighten things a bit?

Note that I'm not suggesting we replace R errors with emojis (that might make them even more frustrating!), but I can see a venue for these in blog posts, class notes, talks, etc.

The translations are organized in two groups:

  • verbose = FALSE: without any explanation
  • verbose = TRUE: some explanation on where the error comes from, why it might be happening, and how it might be resolved

If you have suggestions for R error/emoji translations to add or want to request a translation, please see the contributing guidelines.

Translations

verbose = FALSE

  • 📦/📛🌌 🚚 ☹️
    Package or namespace load failed

  • 🚶‍♂️⬅️🚪 🔱 👑 1️⃣
    Exited with status 1

  • 💡 ⌨️ 𝍏 ❌🔪
    Object of type closure is not subsettable

  • 🗂(🗂, ®️✝️) ❌📭🖇
    Error in file(file, “rt”): cannot open the connection

  • 🌫️🏛️🔘
    Undefined columns selected

  • ❌🔢 🗣 ➡️ 0️⃣1️⃣ 👩‍⚕️
    Non-numeric argument to binary operator

verbose = TRUE

  • 💡❌🕵️‍♀️
    Object not found

    • ❓: Object not defined in the active workspace.
    • ✅: If working in the console, check your environment tab, and if the object is not listed there, define it. If working in an R Markdown file, define the object prior to the code chunk resulting in this error.
  • 👩‍⚕️🔪 🚫 ❌ 🏃‍↔️ 📖
    Operation not allowed without an active reactive context

    • 📦: shiny
    • ❓: You are trying to access a "reactive" element inside the Shiny server function, but outside any of the reactive functions such as renderTable() or renderPlot() etc.
    • ✅: Wrap it inside a reactive() or place inside a render*() function.

errormoji's People

Contributors

mine-cetinkaya-rundel avatar

Stargazers

 avatar

Watchers

James Cloos avatar Lucy D'Agostino McGowan 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.