search for: mypackage1

Displaying 2 results from an estimated 2 matches for "mypackage1".

Did you mean: mypackage
2010 Feb 02
2
Error with R CMD check - Packages required but not available:
Hi All, Apologies in advance if this is not the right email to post this question. I successfully created my first R package myPackage1. Now I want to create another R package myPackage2 which requires functions from myPackage1. However when I try R CMD check myPackage2 I get the following error * checking for working pdflatex ... OK * using log directory '.../myPackage/myPackage2.Rcheck' * using R version 2.9.2 (2009-08-...
2012 Jun 21
1
package slot of generic "[" and missing env@target?
...generic with signature "classes myclass, ANY, ANY, ANY", ones with packageSlot(method at target) sets to c("mypackage2", "methods", "methods", "methods"), the other just c("", "", "",""), instead of c("mypackage1", "methods", "methods", "methods"). So in the R debugger, I modified the packageSlot() directly, and get library(mypacakge2) to finish loading, a few times (once in a while R craps out with some error message about LANGSXP - I know it is probably a bad idea to mo...