search for: scde

Displaying 4 results from an estimated 4 matches for "scde".

Did you mean: cde
2016 May 06
2
Is it possible to increase MAX_NUM_DLLS in future R releases?
...I guess for now, my best solution is to divide my app into modules and load/unload packages as the user switch from one module to another. This brought me another question: it seems that unload package with the detach/unloadNamespace function does not unload the DLLs, or in the case of the "SCDE" package, not all dependent DLLs: > length(getLoadedDLLs()) [1] 9 > requireNamespace("scde") Loading required namespace: scde > length(getLoadedDLLs()) [1] 34 > unloadNamespace("scde") now dyn.unload("/Library/Frameworks/R.framework/Versions/3.3/Resources/...
2016 May 10
0
Is it possible to increase MAX_NUM_DLLS in future R releases?
...for now, my best solution is to divide my app into modules and load/unload packages as the user switch from one module to another. > This brought me another question: it seems that unload package with the detach/unloadNamespace function does not unload the DLLs, or in the case of the "SCDE" package, not all dependent DLLs: >> length(getLoadedDLLs()) > [1] 9 >> requireNamespace("scde") > Loading required namespace: scde >> length(getLoadedDLLs()) > [1] 34 >> unloadNamespace("scde") > now dyn....
2016 May 04
2
Is it possible to increase MAX_NUM_DLLS in future R releases?
On 04/05/2016 08:44, Martin Maechler wrote: >>>>>> Qin Zhu <qinzhu at outlook.com> >>>>>> on Mon, 2 May 2016 16:19:44 -0400 writes: > > > Hi, > > I?m working on a Shiny app for statistical analysis. I ran into this "maximal number of DLLs reached" issue recently because my app requires importing many other packages.
2001 Feb 12
1
Compiled and running on NCR SVR4 UNIX (MP-RAS)
...to the default location. gunzip zlib*.gz tar -xvfo zlib*tar cd zlib-* ./configure make make install 2. Compile and install openssl to the default location. gunzip openssl*.gz tar -xvfo openssl*tar cd openssl-* ./Configure -I/usr/include -lc89 ncr-scde make make test make install 3. Modify, compile, and install openssh as below: a. gunzip openssh*.gz b. tar -xvfo openssh*.tar c. cd openssh* d. Make the following changes to the "configure" file for OpenSSH: Search for the final occurence of &quot...