Skip to content

mvkorpel/bugtractr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bugtractr

This package provides access to the R bug tracker which runs on the Bugzilla platform. It may also work for some other Bugzilla instances.

Installation

With remotes already installed, run the following command in the R console:

remotes::install_github("mvkorpel/bugtractr")

Usage

After installing the package, see the help pages of the following functions:

  • list_bugs(). List bugs in a Bugzilla database.
  • list_changed(). List reports opened or closed in a given period.
  • bug_info(). Get information about selected bugs.
  • bug_history(). Get the change history of a bug.
  • attachment_info(). Get attachment metadata.
  • attachment_data(). Get files attached to bug reports.
  • attachment_flags(). Get flags in attachment metadata.

About

Extract data from (R) Bugzilla bug tracker using R

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages