r-ninja icon indicating copy to clipboard operation
r-ninja copied to clipboard

关于Linux要写些什么?

Open Gwill opened this issue 12 years ago • 7 comments

关于Linux要写些什么?

力所能及的话,那我就去挖坑了。

Gwill avatar Sep 20 '12 06:09 Gwill

和数据分析有关的都可以写。我现在想到的就是一些命令行工具,grep/sed之类的,awk也可以介绍一下,甚至makefile应该都可以。然后有什么和R有关?其实我也没想好……你随意先

yihui avatar Sep 21 '12 04:09 yihui

比如在ubuntu下如何更新R和包 写一些基本的吧

yanping avatar Sep 21 '12 14:09 yanping

还可以讲一下Rscript的shebang用法

#!/usr/bin/env Rscript

http://datavu.blogspot.com/2014/08/useful-unix-commands-for-exploring-data.html

yihui avatar Sep 21 '12 16:09 yihui

可以谈一下如何用Intel Math Kernel Library替换R自带的BLAS/LAPACK库,尤其是矩阵运算,速度飞起啊

dongzhuoer avatar Jun 23 '17 15:06 dongzhuoer

@gitzhuoer 来来来,坑给你准备好了。

yihui avatar Jun 23 '17 21:06 yihui

也许可供参考:http://seankross.com/the-unix-workbench/

yihui avatar Jul 01 '17 02:07 yihui

https://software.intel.com/en-us/articles/using-intel-mkl-with-r

dongzhuoer avatar Jul 06 '17 13:07 dongzhuoer