Re: [Rd] Accessing functions from a package

2010-05-25 Thread Simon Urbanek
On May 24, 2010, at 2:59 PM, Peter Holt wrote: > Hi All, > > 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 u

[Rd] Accessing functions from a package

2010-05-24 Thread Peter Holt
Hi All, 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