Displaying 2 results from an estimated 2 matches for "r67308".
Did you mean:
467308
2015 Jan 08
4
unloadNamespace
...ize
one would not usually unload something that is not loaded, but I would
expect it to do nothing or give an error. I only discovered this when
trying to clean up to debug another problem.
R version 3.1.2 (2014-10-31) -- "Pumpkin Helmet"
and
R Under development (unstable) (2015-01-02 r67308) -- "Unsuffered
Consequences"
...
Type 'q()' to quit R.
> loadedNamespaces()
[1] "base" "datasets" "graphics" "grDevices" "methods" "stats"
[7] "utils"
> unloadNamespace("tseries") #...
2015 Jan 09
0
unloadNamespace
...unload something that is not loaded, but I would expect it to
> do nothing or give an error. I only discovered this when trying to clean up
> to debug another problem.
>
> R version 3.1.2 (2014-10-31) -- "Pumpkin Helmet"
> and
> R Under development (unstable) (2015-01-02 r67308) -- "Unsuffered
> Consequences"
> ...
> Type 'q()' to quit R.
>
> > loadedNamespaces()
> [1] "base" "datasets" "graphics" "grDevices" "methods" "stats"
> [7] "utils"
> > un...