#10860: R package documentation not accessible from notebook
-----------------------------------+----------------------------------------
   Reporter:  aginiewicz           |          Owner:  jason, mpatel, was        
     
       Type:  defect               |         Status:  needs_review              
     
   Priority:  minor                |      Milestone:  sage-4.7.1                
     
  Component:  notebook             |       Keywords:  unicode, notebook, 
docstring, R
Work_issues:                       |       Upstream:  N/A                       
     
   Reviewer:  Karl-Dieter Crisman  |         Author:  Andrzej Giniewicz         
     
     Merged:                       |   Dependencies:                            
     
-----------------------------------+----------------------------------------
Changes (by kcrisman):

  * status:  needs_info => needs_review


Comment:

 Apparently it is.
 {{{
 sage: a = r.lm
 sage: b = a._sage_doc_()
 sage: b[:150]
 'lm                    package:stats                    R
 Documentation\n\n_\x08F_\x08i_\x08t_\x08t_\x08i_\x08n_\x08g
 _\x08L_\x08i_\x08n_\x08e_\x08a_\x08r
 _\x08M_\x08o_\x08d_\x08e_\x08l_\x08s\n\n_\x08D_\x08e_\x08s_\x08c_\x08r_\x08'
 }}}
 I've added a doctest for this.  There are warnings, but they are ok - I
 think they are just because of the R formatting.  Warnings of this type do
 not affect passing doctests.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10860#comment:5>
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