An emacs package for interactive debugging and error tracing for ESS. ess-tracebug is moving into ESS! InstallationNote on KeysCheat sheetError TracingNavigationTraceback BufferVisual DebuggerBreakpointsConditional BreakpointsLoggersDebugging... 続きを読む
Tsukuba.R #6で発表してきました.Diagramパッケージを使ってみるView more documents from yag_ays.よくわからない人は取り敢えず下のソースコードを実行してみてください. install.packages("diagram") library(diagram) demo("plotmat") demo("plotweb") de... 続きを読む
Browse: Home / 【統計】R / Rでいちいちstr()とかhelp()とかしたくない人は、tooltip使ったらいいかもしれない users 恐らく、Rを使うなかで、かなりお世話になる関数にstr()とかsummary()があります。こいつらは、オブジェクトをいろいろと要約してくれる関数... 続きを読む
Mac の R.app とかだとしてくれるので‥ESS でもしてもらいたいです。.emacs に以下を書けば良さげ。 (add-hook 'ess-mode-hook (lambda () (define-key ess-mode-map "\"" 'electric-pair) (define-key ess-mode-map "\'" 'electric-pair) (define-key ess-mod... 続きを読む
Choosing A Webhost: A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server t... 続きを読む
Linux 上で R を使う場合には、Emacs に ESS というパッケージを載せて、ESS 経由でR を利用すると便利である。Windows の場合はどうだろうか。ちょっと調べたが、学生もできて、自分もできる可能性があるのは、Meadow + ESS + R という組合せだと判断した。イ... 続きを読む
結構楽。 慣れた環境は楽。 emacsでessが動くように設定。 設定方法は google:ess emacs や、 google:ess meadow に書いてある。 準備 essをどこかからとってきて、meadow/site-lispにフォルダごと放り込む。 ~/.emacsに以下を追加。 ;;;;;;;;;;;;;;;;;;;;;;;;;... 続きを読む
Emacs/cperl-mode の設定 ( ちょっとだけ )が使いやすい。 というわけで、ESSでも似たようなことをやりたかったので自分の.emacsに追加。 (add-hook 'ess-mode-hook '(lambda () (local-set-key "\C-j" (lambda () (interactive)(insert "<-"))) )) これでCtrl-... 続きを読む