01 2015 档案

用Rprofile文件配置打开时R的设置
摘要:R中经常会使用一些命令,而且需要重复输入,非常麻烦。如果能够一打开R就直接使用会方便很多。通过配置一个.Rprofile文件,可以达到我们的目的。注:本文仅适用于Mac# 创建一个.Rprofile fileemacs ~/.Rprofile# Edit the .Rprofile file# Ge... 阅读全文

posted @ 2015-01-27 09:06 Forever_YCC 阅读(3640) 评论(0) 推荐(0)

Ubuntu 改变workspace布局
摘要:今天花了点时间找ubuntu的workspace布局。发现一个软件,tweak, 非常好用,可以随意调整布局。Ref:http://ubuntuhandbook.org/index.php/2013/07/change-number-of-workspaces-ubuntu/ 阅读全文

posted @ 2015-01-24 13:38 Forever_YCC 阅读(890) 评论(0) 推荐(0)

R 读取clipboard内容 (MAC)
摘要:在mac上,R读取复制的data。很简单,一行命令read.table(pipe("pbpaste")) 阅读全文

posted @ 2015-01-21 07:48 Forever_YCC 阅读(1638) 评论(0) 推荐(0)

使用dropbox 同步任意文件夹(MAC)
摘要:使用dropbox自动同步自己mac上的文件夹:ln -s /Volumes/Macintosh_HD_2/Programs/00-My_Programs /Users/foreverycc/Dropbox/My_Program# 1. must be full absolute path ( "~... 阅读全文

posted @ 2015-01-08 04:09 Forever_YCC 阅读(834) 评论(0) 推荐(0)

导航