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)'
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
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:
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
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
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