12 lines
432 B
EmacsLisp
12 lines
432 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "ess-R-data-view" "20130509.1158"
|
|
"Data viewer for GNU R."
|
|
'((ctable "20130313.1743")
|
|
(popup "20130324.1305")
|
|
(ess "20130225.1754"))
|
|
:url "https://github.com/myuhe/ess-R-data-view.el"
|
|
:commit "d6e98d3ae1e2a2ea39a56eebcdb73e99d29562e9"
|
|
:revdesc "d6e98d3ae1e2"
|
|
:keywords '("convenience")
|
|
:authors '(("myuhe" . "yuhei.maeda_at_gmail.com")))
|