Skip to content

ymattu/helm-myR.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

helm-myR.el

This package provides two functions, helm-for-R and helm-R-install-packages. This package is inspired by helm-R (https://github.com/myuhe/helm-R.el)

helm-for-R

By using this function, you can see help of R functions and the structure of local object through helm interface.

helm-R-install-packages

By using this gunction, you can choose an R package in CRAN mirror in Japan( https://cloud.r-project.org/ ).

key-bindings

You can use any key-bindings to use these functions. For example,

(require 'helm-myR)
(define-key ess-mode-map (kbd "C-c h") 'helm-for-R)
(define-key inferior-ess-mode-map (kbd "C-c h") 'helm-for-R)

(define-key ess-mode-map (kbd "A-h") 'helm-R-install-packages)
(define-key inferior-ess-mode-map (kbd "A-h") 'helm-R-install-packages)

About

yet another helm interface for R

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published