The QR.break package provides methods for detecting, estimating, and conducting inference on multiple structural breaks in linear quantile regression models, based on one or multiple quantiles and applicable to both time series and repeated cross-sectional data. The main function, rq.break() , returns testing and estimation results based on user specifications of the quantiles of interest, the maximum number of breaks allowed, and the minimum length of a single regime. This note outlines the underlying methods and explains how to use the main function with two datasets: a time series dataset on U.S. real GDP growth rates and a repeated cross-sectional dataset on youth drinking and driving behavior. Both datasets are included in the package available on CRAN.