unloadLibrary: Unload the Built Shared Library

Description Usage Arguments Details Value Note Author(s) See Also

Description

Calling unloadLibrary will unload the built library of the project specification in the S4 BSysProject object instance from the R session.

Usage

1
2
  ## S4 method for signature 'BSysProject'
unloadLibrary(.Object)

Arguments

.Object

.Object is an object instance of class BSysProject that describes the code project.

Details

Internally this method delagates to dyn.unload. Refer to the doucmentation of dyn.unload for further details.

Value

this method has no return value.

Note

see BuildSys-package for examples of use.

Author(s)

Paavo Jumppanen [aut, cre]

Maintainer: Paavo Jumppanen <paavo.jumppanen@csiro.au>

See Also

loadLibrary dyn.unload


BuildSys documentation built on June 17, 2021, 1:06 a.m.