Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dgrtwo/tracestack
- Owner: dgrtwo
- License: other
- Created: 2015-04-25T19:19:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-29T20:00:56.000Z (over 9 years ago)
- Last Synced: 2024-10-09T22:05:40.962Z (2 months ago)
- Language: R
- Size: 189 KB
- Stars: 42
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - dgrtwo/tracestack - Search Stack Overflow for your most recent error message (R)
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.