Re: [R] Confusion over syntax in a package

2008-09-25 Thread Prof Brian Ripley
See ?getAnywhere , and the description of NAMESPACE in 'Writing R Extensions'. getAnywhere("calc.dist") and ProbForecastGOP:::calc.dist both work for me. On Thu, 25 Sep 2008, Ryan Glover wrote: Hello, I am new to R and I am attempting to use the ProbForecastGOP package for some research I

[R] Confusion over syntax in a package

2008-09-25 Thread Ryan Glover
Hello, I am new to R and I am attempting to use the ProbForecastGOP package for some research I am conducting. The package works fine when I call the functions from the command line as the examples instruct. However, I am attempting to step through some of the functions so that I can obtain a be