[R-pkg-devel] devtools::build() and Authors@R

2024-09-06 Thread Sigbert Klinke
Hi, upon resubmitting my package to CRAN, I received the following note: Author field differs from that derived from Authors@R Author: 'Sigbert Klinke [aut, cre] (https://orcid.org/-0003-3337-1863), Jekaterina Zukovska [ctb] (https://orcid.org/-0002-7753-9210)'

[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-package

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

2021-10-31 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. Question:

[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 directo

[R-pkg-devel] Example fails in check

2019-07-25 Thread Sigbert Klinke
Hi, im my package development I get the following error when checking an example: > m <- findMatch('test', x[[1]], FUN='leven(code)') %>% addWave(x[[2]]) Error in findMatch("test", x[[1]], FUN = "leven(code)") %>% addWave(x[[2]]) : could not find function "%>%" Execution halted In

[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 C