repr icon indicating copy to clipboard operation
repr copied to clipboard

String and byte representations for all kinds of R objects

Results 43 repr issues
Sort by recently updated
recently updated
newest added

Depends on the fix to https://github.com/s-u/Cairo/issues/15 being in a release (1.6.1?)

This PR partly solves https://github.com/IRkernel/IRkernel/issues/604 . As suggested in that issue, fonts for axes labels sometimes appear to have poor resolution. To resolve this, it is suggested in that issue...

Fixes IRkernel/IRkernel#604 … maybe

Reintroduce plot options. Is this a good design?

I'm attempting to get repr to build with renjin, hoped that moving the getFromNamespace, and updating the function using the .getHelpFile from the current R source would help.

as discussed in jupyter/nbconvert#356

This code: https://github.com/IRkernel/repr/blob/6a050b7a76b11515c69849128cf5d9c1a6bf4b12/R/repr_htmlwidget.r#L9 looks as though a warning should be issued when an htmlwidget object attempts to put code in the HTML header. That's what `rgl` currently does, and it...