search for: anotherpackage

Displaying 1 result from an estimated 1 matches for "anotherpackage".

2014 Dec 21
0
loadNamespace and versionChecking and the otherpackage::otherfun syntax
...Many thanks in advance for any insights that are able to be offered. Geoff SCENARIO ======== The scenario is that `mypackage` uses an `otherpackage` via the the `otherpackage::otherfun` syntax, and that the version of `otherpackage` must be (say) (>= 2.0). The constraint on the version of `anotherpackage` is specified in the DESCRIPTION file of mypackage using either Imports or Depends. THE QUERY ========= The query is : a) Is it intended that loadNamespace should check the version of otherpackage (if one is specified) when it is `loadNamespace`ing mypackage? and if so b) Is it intended that the...