<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>R on Bymunije</title>
    <link>https://byzhang.com/tags/r/</link>
    <description>Recent content in R on Bymunije</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-cn</language>
    <lastBuildDate>Tue, 22 Oct 2019 00:00:00 +0000</lastBuildDate><atom:link href="https://byzhang.com/tags/r/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Software Setting</title>
      <link>https://byzhang.com/study/software-setting/</link>
      <pubDate>Tue, 22 Oct 2019 00:00:00 +0000</pubDate>
      
      <guid>https://byzhang.com/study/software-setting/</guid>
      <description>Sublime Text3 1. Tab自动转换为空格 打开Preferences -&amp;gt; Settings - User 添加代码如下： &amp;quot;tab_size&amp;quot;: 4, &amp;quot;translate_tabs_to_spaces&amp;quot;: true 2. 个性化设置 { &amp;quot;color_scheme&amp;quot;: &amp;quot;Packages/Predawn/predawn.tmTheme&amp;quot;, &amp;quot;font_face&amp;quot;: &amp;quot;Microsoft Yahei Mono&amp;quot;, &amp;quot;font_size&amp;quot;: 11, &amp;quot;highlight_line&amp;quot;: true, &amp;quot;highlight_modified_tabs&amp;quot;: true, &amp;quot;ignored_packages&amp;quot;: [ ], &amp;quot;line_padding_top&amp;quot;: 3, &amp;quot;show_encoding&amp;quot;: true, &amp;quot;show_line_endings&amp;quot;: true, &amp;quot;theme&amp;quot;:</description>
    </item>
    
    <item>
      <title>Markdown语法</title>
      <link>https://byzhang.com/study/markdown%E8%AF%AD%E6%B3%95/</link>
      <pubDate>Wed, 04 Sep 2019 00:00:00 +0000</pubDate>
      
      <guid>https://byzhang.com/study/markdown%E8%AF%AD%E6%B3%95/</guid>
      <description>一、标题 在文字前加#即可成为标题,#后需加空格 1. # 一级标题 2. ## 二级标题 3. ### 三级标题 4. #### 四级标题 5. ##### 五级标题 5. ###### 六级标题 得到的效果如下： 一级标</description>
    </item>
    
    <item>
      <title>R tips</title>
      <link>https://byzhang.com/study/r-tips/</link>
      <pubDate>Tue, 13 Aug 2019 00:00:00 +0000</pubDate>
      
      <guid>https://byzhang.com/study/r-tips/</guid>
      <description>1.数据框 1).写文件[writr.table] write.table(x, file = &amp;quot;&amp;quot;, append = FALSE, quote = TRUE, sep = &amp;quot; &amp;quot;,eol = &amp;quot;\n&amp;quot;, na = &amp;quot;NA&amp;quot;, dec = &amp;quot;.&amp;quot;, row.names = TRUE,col.names = TRUE, qmethod = c(&amp;quot;escape&amp;quot;, &amp;quot;double&amp;quot;)) 函数Write.table()</description>
    </item>
    
    <item>
      <title>Ubuntu安装Rstudio server</title>
      <link>https://byzhang.com/study/ubuntu%E5%AE%89%E8%A3%85rstudio-server/</link>
      <pubDate>Thu, 18 Jul 2019 00:00:00 +0000</pubDate>
      
      <guid>https://byzhang.com/study/ubuntu%E5%AE%89%E8%A3%85rstudio-server/</guid>
      <description>1.安装 1.1) 要求 RStudio Server v1.1的最低版本要求是Ubuntu version 12.04 已经安装R 需要sudo权限 1.2）安装基础依赖 sudo apt-get install gdebi-core sudo apt-get install libapparmor1 1.3.1) 下载目前最新版1.</description>
    </item>
    
    <item>
      <title>Blogdown本地迁移</title>
      <link>https://byzhang.com/study/blogdown%E6%9C%AC%E5%9C%B0%E8%BF%81%E7%A7%BB/</link>
      <pubDate>Thu, 23 May 2019 00:00:00 +0000</pubDate>
      
      <guid>https://byzhang.com/study/blogdown%E6%9C%AC%E5%9C%B0%E8%BF%81%E7%A7%BB/</guid>
      <description>当Blogdown+Hugo+GitHub+Netlify构建的blog更换电脑或者服务器时 安装blogdown： install.packages(&#39;blogdown&#39;) 安装hugo： blogdown::install_hugo() 如果报错</description>
    </item>
    
    <item>
      <title>构建blog</title>
      <link>https://byzhang.com/study/%E6%9E%84%E5%BB%BAblog/</link>
      <pubDate>Thu, 18 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://byzhang.com/study/%E6%9E%84%E5%BB%BAblog/</guid>
      <description>构建过程可参考yihui&amp;rsquo;s book 软件准备 安装R(https://www.r-project.org/) 安装rstudio(http</description>
    </item>
    
  </channel>
</rss>
