Skip to content
Prev 4146 / 12125 Next

[R-pkg-devel] The correct way to put additional DLLs on windows?

A) You cannot assume the package code will have write access to the library directories. The user/admin who installs the package may never load the package.

B) Downloading binary files for execution without the direct involvement of the user/admin is a security risk.

C) Open-source package license means the source code is part of the package. Downloading binaries later fails this requirement.
On July 1, 2019 10:03:07 PM PDT, Jialin Ma <marlin- at gmx.cn> wrote: