knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of bugRzilla is to provide a package to download and analyze the R bug tracker.
You can install the released version of bugRzilla from CRAN with:
install.packages("bugRzilla")
Or the development version with:
remotes::install_github("llrs/bugRzilla")
This is a basic example which shows you the first "bug" on the issue tracker:
library(bugRzilla) ## basic example code g1 <- get_bug(1) g1
Just after having figured out how to authenticate via the API I realized that someone might have done this before. After a brief search I found bugtractr: It allows to access the same data (only non authenticated requests), last commit 3 years ago, no test coverage, but author is responsive.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.