[R] Accessing functions from a package

2010-05-24 Thread Peter Holt
Hi Folks, I created a .R file with source code that accesses functions from a R package (example, fTrading). I then run the created application in two different configurations: 1. I started a R session, and then ran the application using the source (my_application.R) command, and I measured the

Re: [R] Accessing functions from a package

2010-05-24 Thread jim holtman
Put some numbers on your request. How much slower was it? Did you measure the user and system CPU? Was there a difference? Was there a large amount of I/O or other system calls being done? On Mon, May 24, 2010 at 2:01 PM, Peter Holt source.code.de...@gmail.com wrote: Hi Folks, I created a