On Thu, Aug 9, 2012 at 1:25 PM, Fernando Olivero <[email protected]>wrote:
> Hi Mariano, > > I've been using RPackage so i stumbled on the same "problem". > RPackage maps System Categories (one to one), thus your problem > happens because there's no category named 'RPackage'. > > But for the rest it works. For example: (RPackageOrganizer default packageNamed: 'AST-Core') And there is no category 'AST-Core'. Moreover, I have just discovered that if I evaluate: RPackageOrganizer initialize. Then it appears :) > For example evaluate (RPackageOrganizer default packageNamed: > 'RPackage-Core') > > Saludos, > Fernando > > On Thu, Aug 9, 2012 at 12:24 PM, Mariano Martinez Peck > <[email protected]> wrote: > > (MCWorkingCopy allManagers collect: [:p | p package name] ) includes: > 'RPackage' -> true > > > > (RPackageOrganizer default packageNamed: 'RPackage') -> KeyNotFound > > > > bug? > > > > > > -- > > Mariano > > http://marianopeck.wordpress.com > > > > -- Mariano http://marianopeck.wordpress.com
