The warning is from devtools::document() rather than R CMD check itself. You should still fix it though!
On Wed, 24 Jul 2019 at 12:05, Sigbert Klinke <[email protected]> wrote: > Hi, > > when I called check() on my package I got a warning at the beginning > > Updating plot.matrix documentation > Warnung: roxygen2 requires Encoding: UTF-8 > Warnung: @examples > [/home/sigbert/syncthing/projekte/R/plot.matrix/R/as.cor.R#12]: > mismatched braces or quotes > > but at the end it says > > ── R CMD check results ─── plot.matrix 1.3 ──── > Duration: 10.8s > > 0 errors ✔ | 0 warnings ✔ | 0 notes ✔ > > Is that okay? The warning actually was correct. > > Thanks > > Sigbert > > -- > https://hu.berlin/sk > https://hu.berlin/mmstat3 > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-package-devel > -- Sent from Gmail Mobile [[alternative HTML version deleted]] ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel
