Skip to content
Prev 180590 / 398525 Next

Checking a (new) package - examples require other package functions

After adding the right functions to the NAMESPACE file, I am now getting a different error:

Error: package/namespace load failed for 'REEMtree'
Call sequence:
2: stop(gettextf("package/namespace load failed for '%s'", libraryPkgName(package)), 
       call. = FALSE, domain = NA)
1: library(package, lib.loc = lib.loc, character.only = TRUE, verbose = FALSE)
Execution halted

I have attached the NAMESPACE file in case that is where the problem is.  

Thanks again for your help!

Rebecca


----- Original Message -----
From: "Duncan Murdoch" <murdoch at stats.uwo.ca>
To: "Rebecca Sela" <rsela at stern.nyu.edu>
Cc: "r-help" <r-help at r-project.org>
Sent: Thursday, May 14, 2009 6:57:21 AM GMT -05:00 US/Canada Eastern
Subject: Re: [R] Checking a (new) package - examples require other package functions
On 13/05/2009 2:38 PM, Rebecca Sela wrote:
You should not need to do anything special to make package functions 
visible, as long as they would be visible to a normal user.  (Functions 
not exported in the NAMESPACE file won't be visible in the examples.)

Are you sure you have a function with that exact name?  It could be a 
typo somewhere, e.g. RandomEffectTree or RandomeffectsTree.

Duncan Murdoch
Message-ID: <3621030.6121931242493085498.JavaMail.root@calliope.stern.nyu.edu>
In-Reply-To: <3191927.6121881242493039059.JavaMail.root@calliope.stern.nyu.edu>