[R] Error: could not find function of a packge
Duncan Murdoch
murdoch.duncan at gmail.com
Thu May 25 00:07:49 CEST 2017
On 24/05/2017 5:11 PM, Maity, Arnab K wrote:
> Dear R helpers,
>
>
> I created a package on github. It is located at "arnabkrmaity/brlrmr". Then I submitted this on CRAN and it is now available on CRAN.
>
>
> When I install this package from github using install.github("arnabkrmaity\brlrmr"), everything works fine. However, when I install directly from R CRAN by install.packages("brlrmr"), and then try to examine the functions, I receive an error, ?
>
>
> Error: could not find function "fil"
>
>
> fil() is a function of this package. The data with this package is getting attached fine.
>
>
> Any idea what is going wrong with the submission? Your help is much appreciated.
Your NAMESPACE file doesn't export anything.
For future reference, this is an R-devel or R-package-devel question
rather than an R-help question. Please post followups to one of those
lists.
Duncan Murdoch
More information about the R-help
mailing list