The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Error tracking for R
install.packages("devtools")
::install_github("ankane/rollbar") devtools
or if you use Jetpack, add to your
packages.R
package("rollbar", github="ankane/rollbar")
library(rollbar)
rollbar.configure(access_token="secret", env="production")
Use your post_server_item
access token
Alternatively, you can set ROLLBAR_ACCESS_TOKEN
and
R_ENV
in your environment
Report uncaught errors automatically
rollbar.attach()
Report errors manually
rollbar.error(message)
Additional methods include
rollbar.info
rollbar.debug
rollbar.warning rollbar.critical
Or use the generic method
rollbar.log(level, message)
Pass extra details
rollbar.info("Job successful", list(job_id=123, awesome="yes"))
Everyone is encouraged to help improve this project. Here are a few ways you can help:
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.