diff --git a/NEWS.md b/NEWS.md index 705a7a1..1c63ccc 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,7 +2,7 @@ ## Breaking changes -* ompr now uses sparse constraint matrices. `extract_constraints` now returns a sparse matrix and `objective_function` returns a sparse vector. +* `ompr` now uses sparse constraint matrices. `extract_constraints` now returns a sparse matrix and `objective_function` returns a sparse vector. * The minimum supported R version is now `3.3.0` * Fixed an issue with `Rcpp`. The minimum `Rcpp` version is now `0.12.12` diff --git a/cran-comments.md b/cran-comments.md index f6e78a8..1132da6 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -9,4 +9,4 @@ ## Reverse dependencies -* `ompr.roi` will be updated by me after `ompr` is on CRAN. +* `ompr.roi` breaks. It will be updated by me after `ompr` is on CRAN.