load: Loading and unloading shared-object libraries

Description Usage Arguments Details Value

Description

pompLoad and pompUnload cause compiled codes associated with object to be dynamically linked or unlinked, respectively. solibs<- is a helper function for developers of packages that extend pomp.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'pomp'
pompLoad(object, ...)

## S4 method for signature 'pomp'
pompUnload(object, ...)

## S4 replacement method for signature 'pomp'
solibs(object, ...) <- value

Arguments

object

an object of class ‘pomp’, or extending this class.

Details

When C snippets are used in the construction of a ‘pomp’ object, the resulting shared-object library is dynamically loaded (linked) before each use, and unloaded afterward.

solibs<- prepends the ‘lib’ generated by hitch to the ‘solibs’ slot of a ‘pomp’ object.

Value

NULL, invisibly.


kidusasfaw/pomp documentation built on May 20, 2019, 2:59 p.m.