Skip to content

Commit 83c8188

Browse files
committed
error -> problem
1 parent cc27dfe commit 83c8188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: R/auto.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,14 @@ get_cransplainer_update <- function(package) {
174174
details <- foghorn::cran_details(package)
175175
details <- details[details$result != "OK", ]
176176
if (nrow(details) == 0) {
177-
return(paste0("- [x] ", checked_on, ", no errors found."))
177+
return(paste0("- [x] ", checked_on, ", no problems found."))
178178
}
179179

180180
url <- foghorn::visit_cran_check(package)
181181
ui_done("Review {ui_path(url)}")
182182

183183
cransplainer <- paste0(
184-
"- [x] ", checked_on, ", errors found: ", url, "\n",
184+
"- [x] ", checked_on, ", problems found: ", url, "\n",
185185
paste0("- [ ] ", details$result, ": ", details$flavors, collapse = "\n")
186186
)
187187

0 commit comments

Comments
 (0)