Skip to content

no objects apparent in built package

2 messages · Patrick Burns, Uwe Ligges

#
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.


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
#
On 13.02.2014 19:12, Patrick Burns wrote:
Check the NAMESPACE file?
Can you really source all functions?

Otehrwise, please make the package available.

Best,
Uwe Ligges