[R-pkg-devel] Not a bug in checks in R-devel

2019-10-28 Thread Duncan Murdoch
On 28/10/2019 1:01 p.m., William Dunlap wrote: The Matrix package explicitly sets LazyData to "no" with a note saying that it is necessary. LazyData: no LazyDataNote: not possible, since we use data/*.R *and* our classes My notes on implementing install.packages() in TERR include

Re: [R-pkg-devel] Bug in checks in R-devel (was: Data docs)

2019-10-28 Thread William Dunlap
The Matrix package explicitly sets LazyData to "no" with a note saying that it is necessary. LazyData: no LazyDataNote: not possible, since we use data/*.R *and* our classes My notes on implementing install.packages() in TERR include When R's install.packages() processes *.R files in the packag

[R-pkg-devel] WinBuilder Debian: GnuTLS recv error

2019-10-28 Thread Артём Клевцов
Hi, I tried to use curl in examples and get the following error: GnuTLS recv error (-110): The TLS connection was non-properly terminated. Can I solve this without dontrun? Below code of example and traceback: > # detect encoding of the web pages content > if (require("curl")) { + fetch_url <