Comment #8 on issue 3609 by cy.delau...@gmail.com: Integrate RPackage
http://code.google.com/p/pharo/issues/detail?id=3609

RPackage tests and Monticello tests should be green in a 1.3 core image with that:

"load rpackage"
Gofer new
                squeaksource: 'PharoTaskForces';
                package: 'ConfigurationOfRPackage';
                load.
(Smalltalk globals at: #ConfigurationOfRPackage) loadDefault.
"to be sure that the organizer is initialized before loading anything else:"

(Smalltalk globals at: #RPackageOrganizer) initializeDefault.
(Smalltalk globals at: #RPackageOrganizer ) removeMockPackagesFromOldOrganizer.

Gofer new
                squeaksource: 'DelaunayTmpStuffs';
                version: 'Monticello-cyrilledelaunay.511';
                merge.

Gofer new
                squeaksource: 'DelaunayTmpStuffs';
                version: 'MonticelloGUI-cyrilledelaunay.88';
                merge.
                
Gofer new
                squeaksource: 'DelaunayTmpStuffs';
                version: 'Tests-cyrilledelaunay.272';
                merge.


Reply via email to