Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dgrtwo/tracestack

Search Stack Overflow for your most recent error message
https://github.com/dgrtwo/tracestack

Last synced: about 2 months ago
JSON representation

Search Stack Overflow for your most recent error message

Awesome Lists containing this project

README

        

# tracestack
Search Stack Overflow for your most recent error message.

You can install the package with [devtools](https://github.com/hadley/devtools) as such:

# install.packages("devtools")
devtools::install_github("dgrtwo/tracestack")

Load it with

library(tracestack)

Then after you get an error message, simply run:

tracestack()

## About

As an experiment, this package was written entirely in GitHub's file editor on an iPhone. As an alternative to RStudio, I do not neccessarily recommend it.