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