loadLibrary {BuildSys} | R Documentation |
Calling loadLibrary
will load the built library of the project specification in the S4 BSysProject
object instance
into the R session.
## S4 method for signature 'BSysProject'
loadLibrary(.Object)
.Object |
|
Internally this method delagates to dyn.load
. Refer to the doucmentation of dyn.load
for further details.
returns an object of class DLLInfo
.
see BuildSys-package
for examples of use.
Paavo Jumppanen [aut, cre]
Maintainer: Paavo Jumppanen <paavo.jumppanen@csiro.au>