search for: funcx

Displaying 3 results from an estimated 3 matches for "funcx".

Did you mean: func
2007 Nov 16
1
How do I import packages with the package I've built?
...ine look like: DESCRIPTION Package: myPackage Type: Package Title: Commonly used functions. Version: 1.0 Date: 2007-11-08 Author: My Name Maintainer: My Name <myfault at somewhere.net> Description: Blah Blah Blah License: R 2.3.0 Depends: MASS, survival NAMESPACE export(func1, func2, ... , funcx) import(MASS, survival) These pass all the checks, and the package installs just fine, but it doesn't load MASS and survival when I load myPackage. What am I doing wrong? Benjamin P Please consider the environment before printing this e-mail Cleveland Clinic is ranked one of the top hos...
2008 May 20
6
Dtrace queries - predicates & func arg tracing
[1] Predicates in one-liners I would like to list the probe modules in my executable and then dynamically create a dscript to trace execution of those modules alone (by excluding the 3rd party and system libraries). I tried the below script without success. The conditional given in the predicate is not taking effect. Why is this so ? $ dtrace -ln ''pid$target:::
2007 Nov 23
0
R users in Cyprus
...> Version: 1.0 >> Date: 2007-11-08 >> Author: My Name >> Maintainer: My Name <myfault at somewhere.net> >> Description: Blah Blah Blah >> License: R 2.3.0 >> Depends: MASS, survival >> >> >> NAMESPACE >> export(func1, func2, ... , funcx) >> >> import(MASS, survival) >> >> >> These pass all the checks, and the package installs just fine, but it >> doesn't load MASS and survival when I load myPackage. What am I doing >> wrong? >> >> Benjamin >> >> >> P Plea...