#9201: Add missing R modules and make `spkg-check` pass on Solaris
-----------------------+----------------------------------------------------
   Reporter:  mpatel   |       Owner:  drkirkby
       Type:  defect   |      Status:  new     
   Priority:  major    |   Milestone:          
  Component:  solaris  |    Keywords:          
     Author:           |    Upstream:  N/A     
   Reviewer:           |      Merged:          
Work_issues:           |  
-----------------------+----------------------------------------------------

Comment(by kcrisman):

 I thought of someplace to put this that would make some sense, at least.
 Under install_packages() in r.py, one could show how to get the matrix of
 all installed packages (which would be relevant), and as a doctest do
 {{{
 sage: a = r.installed_packages()
 sage: [pack in str(a) for pack in ['Matrix',
 'package_1',...,'last_base_or_recommended_package']]
 [True, True, ... , True]
 }}}
 Or some more elegant boolean version of this.  You can literally cut and
 paste this into the current test for install_packages(), I think.

 I am sorry to say I can't help on the libgcc_s issue, though.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9201#comment:4>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to