"Postscript: Leave the line above, and replace the rest of this comment by a useful one. Executable statements should follow this comment, and should be separated by periods, with no exclamation points (!!). Be sure to put any further comments in double-quotes, like this one." |repository| repository := MCHttpRepository location: 'http://smalltalkhub.com/mc/Pharo/Pharo30/main' user: '' password: ''. RPackageOrganizer initialize. [ (repository loadVersionFromFileNamed:'Polymorph-Widgets-EstebanLorenzano.816.mcz') load ] on: Warning do: [:ex | ex resume:true ]. [ (repository loadVersionFromFileNamed:'Polymorph-TaskbarIcons-EstebanLorenzano.22.mcz') load ] on: Warning do: [:ex | ex resume:true ]. !