Displaying 3 results from an estimated 3 matches for "dllinfolist".
2012 Jul 24
1
Finding dynamic shared libraries loaded with a package
Is there a way to query a package to see what dynamic shared libraries are
loaded with it?
The reason I ask is because during development, I want to unload libraries
so that they can be reloaded without restarting R. I want to make it
automatic so that you can just pass in the name of the package, and it will
unload all the relevant shared libraries.
Typically, the name of the shared library is
2018 Apr 23
0
R 3.5.0 is released
...lazy-loaded data.
* If the TZ environment variable is set when date-time functions
are first used, it is recorded as the session default and so will
be used rather than the default deduced from the OS if TZ is
subsequently unset.
* There is now a [ method for class "DLLInfoList".
* glm() and glm.fit get the same singular.ok = TRUE argument that
lm() has had forever. As a consequence, in glm(*, method =
<your_own>), user specified methods need to accept a singular.ok
argument as well.
* aspell() gains a filter for Markdown (.md and ....
2018 Apr 23
0
R 3.5.0 is released
...lazy-loaded data.
* If the TZ environment variable is set when date-time functions
are first used, it is recorded as the session default and so will
be used rather than the default deduced from the OS if TZ is
subsequently unset.
* There is now a [ method for class "DLLInfoList".
* glm() and glm.fit get the same singular.ok = TRUE argument that
lm() has had forever. As a consequence, in glm(*, method =
<your_own>), user specified methods need to accept a singular.ok
argument as well.
* aspell() gains a filter for Markdown (.md and ....