Skip to content
Prev 24641 / 63424 Next

how to control which version of a package library() installs?

Prof Brian Ripley <ripley at stats.ox.ac.uk> writes:
I work under the same assumption.  It would be nice if package loading
were reversible, but as you point out, there are cases where the OS
will prevent this.

The OP might also note the recent addition of an 'unload' argument to
the detach function which attempts to unload the name space and S4
methods if TRUE.  It will fail if the name space is in use by another
package.

+ seth