[R-pkg-devel] vignette with "Run Examples"

2023-12-11 Thread Sigbert Klinke
Hi, is it possible to get a button or link to run an example in a vignette like we see for the examples in the R help? Thanks Sigbert -- https://hu.berlin/sk https://www.stat.de/faqs https://hu.berlin/mmstat https://hu.berlin/mmstat-ar __

[R-pkg-devel] Package name convention: archived package

2021-11-01 Thread Sigbert Klinke
Hi, I wanted to submit a package to CRAN. When I ran R CMD check --as-cran I saw that the package name is used by another package. After renaming my package I googled the new name and it turned out that an archived package has the same name. So I renamed my package the second time.

[R-pkg-devel] R package which creates a directory in the user home dir

2019-10-17 Thread Sigbert Klinke
Hi, I'am developing a package that circumvents the R package size limitation for data sets. For this I store the data set in the internet (currently GitHub) and download if it is requested. To avoid unnecessary downloads and internet connections I create a directory in the users home

[R-pkg-devel] devtools::check() shows a warning at the beginning, but not at the end

2019-07-24 Thread Sigbert Klinke
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