Path to this page:
Subject: CVS commit: pkgsrc/devel/R-callr
From: Makoto Fujiwara
Date: 2020-12-14 00:12:13
Message id: 20201213231213.D041CFA9D@cvs.NetBSD.org
Log Message:
(devel/R-callr) Updated 3.4.4 to 3.5.1 (make test fails at PDF creation)
# callr 3.5.1
* `callr::r_session` now handles large messages from the subprocess
well (#168).
# callr 3.5.0
* callr can now pass the environment of the function to the subprocess,
optionally. This makes it easier to call an internal function of a
package in a subprocess. See the `package` argument of `r()`, `r_bg()`,
`r_session$run()`, etc. (#147).
Files: