Re: [R] using functions from other packages in own package

2013-08-20 Thread Prof Brian Ripley
On 20/08/2013 15:51, Jannis wrote: Dear R community, I am creating my own package which uses functions from other packages. After reading several books/help pages I now would do the following to safely use some functions from other packages: 1. list them in Imports: (DESCRIPTION file) 2. put im

[R] using functions from other packages in own package

2013-08-20 Thread Jannis
Dear R community, I am creating my own package which uses functions from other packages. After reading several books/help pages I now would do the following to safely use some functions from other packages: 1. list them in Imports: (DESCRIPTION file) 2. put importFrom(packagename, functionnam