ess-R-data-view.el icon indicating copy to clipboard operation
ess-R-data-view.el copied to clipboard

data viewer for GNU R

Results 6 ess-R-data-view.el issues
Sort by recently updated
recently updated
newest added

I have the following data frame: str(game) 'data.frame': 219 obs. of 18 variables: $ Opponent : Factor w/ 7 levels "A", "B",..: 1 1 1 1 1 1 1 1...

I have been using GNU ELPA and MELPA, but I just switched from MELPA to MELPA-Stable. When I did, I notice that ess-R-data-view is now marked as incompat in the...

Came over here while investigating this question on SO: http://stackoverflow.com/q/39451877/980833. I think you mean "cursor", not "caret". The package looks neat, so I thought I'd contribute a few other edits.

When running `ess-R-dv-ctable` on R's ubiquitous dataset `mtcars`, there are two things wrong: ``` | | mpg|cyl| disp| hp|drat| wt| qsec|vs am|gear|carb| +--+----------------------+---+-----+---+----+-----+-----+-----+----+----+ |Ma|zda RX4 21.0| 6|160.0|110|3.90|2.620|16.46| 0 1| 4|...

Thank you for creating this wonderful elisp. I find this very useful. Some of your work is essential for my R analysis workflow. However, it looks like I am experiencing...