I am having an issue with reference classes (R5) in a package I am developing.
They have both been illustrated in the `roxygentest` package I've got hosted on
Github [1].
When I run `R CMD check .` on the source directory of my package I am told that:
Error: could not find function "Blob"
H
On 14-01-31 10:14 PM, Imanuel Costigan wrote:> I am having an issue with
reference classes (R5) in a package I am developing. They have both been
illustrated in the `roxygentest` package I've got hosted on Github [1].
>
> When I run `R CMD check .` on the source directory of my package I am
tol
You referred to another package that exports an R5 class. Which one?
Thanks for your help.
On 02 Feb, 2014,at 12:57 AM, Duncan Murdoch wrote:
On 14-01-31 10:14 PM, Imanuel Costigan wrote:> I am having an issue with
reference classes (R5) in a package I am developing. They have both been
illu
On 14-02-01 4:21 PM, Imanuel Costigan wrote:> You referred to another
package that exports an R5 class. Which one?
I was looking at lme4, which doesn't have any reference classes, but
should be relevant since the setClass function behaves a lot like
setRefClass.
The ascii package does use se