On 9/1/2011 1:04 PM, Eran Eidinger wrote:

>>
>>> Hello,
>>>
>>> I wonder how I might create a package that only reveals some of the
>>> function
>>> in the package to the user.
>>>
>>> I've tried creating an R package using the following:
>>> f<- function(x,y) x+y
>>> g<- function(x,y) x-y
>>> h<- function(x,y) f(x,y)*g(x,y)
>>>
>>> package.skeleton(list=c("f","**g","h"), name="mypkg")

                                 ^ what is the meaning of ** here?
                                 such an object seems not to be
                                defined.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to