Re: [Pharo-project] Issue 3609 in pharo: Integrate RPackage

2011-02-02 Thread pharo
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';

Re: [Pharo-project] Issue 3609 in pharo: Integrate RPackage

2011-02-02 Thread pharo
Comment #9 on issue 3609 by fernando...@gmail.com: Integrate RPackage http://code.google.com/p/pharo/issues/detail?id=3609 Added the convienience method SimplePackageOrganizerBrowseropenOnGlobalPackages. Because the class comments were lacking a working example. If agreed, then we could

Re: [Pharo-project] Issue 3609 in pharo: Integrate RPackage

2011-01-31 Thread pharo
Comment #4 on issue 3609 by cy.delau...@gmail.com: Integrate RPackage http://code.google.com/p/pharo/issues/detail?id=3609 Ok, it should work now with that: load rpackage Gofer new squeaksource: 'PharoTaskForces'; package: 'ConfigurationOfRPackage';

Re: [Pharo-project] Issue 3609 in pharo: Integrate RPackage

2011-01-31 Thread pharo
Comment #5 on issue 3609 by cy.delau...@gmail.com: Integrate RPackage http://code.google.com/p/pharo/issues/detail?id=3609 Finally I does not have the rigth to edit the file rpackage.st.

Re: [Pharo-project] Issue 3609 in pharo: Integrate RPackage

2011-01-31 Thread pharo
Comment #6 on issue 3609 by marcus.d...@gmail.com: Integrate RPackage http://code.google.com/p/pharo/issues/detail?id=3609 fixed the permissions

Re: [Pharo-project] Issue 3609 in pharo: Integrate RPackage

2011-01-31 Thread pharo
Comment #7 on issue 3609 by cy.delau...@gmail.com: Integrate RPackage http://code.google.com/p/pharo/issues/detail?id=3609 load rpackage Gofer new squeaksource: 'PharoTaskForces'; package: 'ConfigurationOfRPackage'; load. (Smalltalk globals at:

Re: [Pharo-project] Issue 3609 in pharo: Integrate RPackage

2011-01-29 Thread pharo
Comment #3 on issue 3609 by marcus.d...@gmail.com: Integrate RPackage http://code.google.com/p/pharo/issues/detail?id=3609 Hi, I made a Hudson for RPackage (loading it in the latest 1.3) https://pharo-ic.lille.inria.fr/hudson/job/Pharo%20RPackage/ load fails,

[Pharo-project] Issue 3609 in pharo: Integrate RPackage

2011-01-28 Thread pharo
Status: Accepted Owner: cy.delau...@gmail.com New issue 3609 by cy.delau...@gmail.com: Integrate RPackage http://code.google.com/p/pharo/issues/detail?id=3609 RPackage aims to replace PackageInfo with a faster and cleaner implementation. What RPackage is already able to do (or at least

Re: [Pharo-project] Issue 3609 in pharo: Integrate RPackage

2011-01-28 Thread pharo
Comment #1 on issue 3609 by cy.delau...@gmail.com: Integrate RPackage http://code.google.com/p/pharo/issues/detail?id=3609 Another point to look at: Monticello needs to know what are the sub-categories of a package before saving it to a repository. That work was concretly done by

Re: [Pharo-project] Issue 3609 in pharo: Integrate RPackage

2011-01-28 Thread pharo
Comment #2 on issue 3609 by tudor.gi...@gmail.com: Integrate RPackage http://code.google.com/p/pharo/issues/detail?id=3609 The decision in RPackage is to match categories 1-to-1 to packages. Thus, an RPackage will not have subcategories.