Searching bugs on Bugzilla

Last updated on 2022-11-01 | Edit this page

Overview

Questions

  • Have you tried searching bugs on Bugzilla before?

Objectives

  • Before reporting a bug in R, we should first check if it has already been reported in Bugzilla
  • Learning how to search a bug that is already reported on Bugzilla

Introduction


This lesson is divided into challenges that help you to understand how to report a bug related to using rbind() with data.frames.

Challenge 1: First attempt at searching bugs!

Once your are on the Bugzilla webpage, follow the instructions below to locate the reports:

  • Search rbind data.frame using the search box in the navigation bar of Bugzilla
  • How many bugs are returned?

OUTPUT

[1] "There will be a screenshot of the solution here. Will be added soon!"

Will be added soon! You can add a line with at least three colons and a solution tag.

Will be added soon! You can add a line with at least three colons and a solution tag.

Challenge 4: Bonus Challenge!

Can you get Advanced Search to return the same results as Challenge 1?

Will be added soon! You can add a line with at least three colons and a solution tag.

Keypoints