[Pharo-project] RPackage images
Is there any documentation available on RPackage already? Or a help book?
There is some comments in the classes RPackage and RPackageOrganizer.
OK, and now there is also a help book ;) One can try the package stuff and read the docu using: ------------------------------------------------------------------- Gofer new squeaksource: 'PharoTaskForces'; package: 'ConfigurationOfRPackage'; load. ((Smalltalk at: #ConfigurationOfRPackage) project version: 'default') load. HelpBrowser open ------------------------------------------------------------------- BTW: I still wonder why the classes are called RPackage and RPackageOrganizer instead of "Package" and "PackageOrganizer". Keep on talking small T. -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
On 15 Feb 2011, at 12:25, Torsten Bergmann wrote:
Is there any documentation available on RPackage already? Or a help book?
There is some comments in the classes RPackage and RPackageOrganizer.
OK, and now there is also a help book ;)
One can try the package stuff and read the docu using:
------------------------------------------------------------------- Gofer new squeaksource: 'PharoTaskForces'; package: 'ConfigurationOfRPackage'; load.
((Smalltalk at: #ConfigurationOfRPackage) project version: 'default') load. HelpBrowser open -------------------------------------------------------------------
BTW: I still wonder why the classes are called RPackage and RPackageOrganizer instead of "Package" and "PackageOrganizer".
Because of name clashes. Cheers, Doru
Keep on talking small T. -- Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
-- www.tudorgirba.com "Don't give to get. Just give."
participants (2)
-
Torsten Bergmann -
Tudor Girba