double quotes don't need to be quoted in HTML #980
Annotations
3 errors and 1 warning
Run r-lib/actions/check-r-package@v2
(kable2(data.frame(x = c("10<>", "5&2"), y = c("3>8", "\"40\"")), "html") %==% "<table>\n <thead>\n <tr>\n <th style=\"text-align:left;\"> x </th>\n <th style=\"text-align:left;\"> y </th>\n </tr>\n </thead>\n<tbody>\n <tr>\n <td style=\"text-align:left;\"> 10<> </td>\n <td style=\"text-align:left;\"> 3>8 </td>\n </tr>\n <tr>\n <td style=\"text-align:left;\"> 5&2 </td>\n <td style=\"text-align:left;\"> \"40\" </td>\n </tr>\n</tbody>\n</table>") is not TRUE
|
Run r-lib/actions/check-r-package@v2
R CMD check found ERRORs
|
Run r-lib/actions/check-r-package@v2
Process completed with exit code 1.
|
Run r-lib/actions/setup-r-dependencies@v2
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
Loading