On 13.02.2014 19:12, Patrick Burns wrote:> Here's a weird problem that I hope someone
> can give me some hints for.
>
> Actions:
>
> Build a package of all R functions -- no
> compiled code. No indication of anything
> being wrong.
>
> 'require' the newly built package.
>
> As far as the session is concerned, there
> is nothing in the package.
Check the NAMESPACE file?
Can you really source all functions?
Otehrwise, please make the package available.
Best,
Uwe Ligges
>
>
> This is being done in RStudio on Windows
> with R version 3.0.2.
>
> The package used to work. There was a very
> minor change to one function when the package
> started not working.
>
> The zip files that don't work are the same size
> as the one that does work.
>
> Thanks for any suggestions.
>
> Pat
>
>