<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>English Blog on Liechi | 張列弛</title>
    <link>https://www.liechi.org/en/</link>
    <description>Recent content in English Blog on Liechi | 張列弛</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 31 Jan 2017 00:00:00 +0000</lastBuildDate><atom:link href="https://www.liechi.org/en/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>A demo for citation in blogdown</title>
      <link>https://www.liechi.org/en/2020/02/a-demo-for-citation-in-blogdown/</link>
      <pubDate>Thu, 27 Feb 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.liechi.org/en/2020/02/a-demo-for-citation-in-blogdown/</guid>
      <description>This demo is a reproduction of https://blogdown-demo.rbind.io/2017/08/28/adding-citations-to-posts/.
With blogdown, you are able to take advantage of several features of Pandoc&amp;rsquo;s Markdown, including adding citations. You can read more about adding citations in the bookdown book here.
This post will demonstrate how you can add citations. There are 3 steps:
  Save a BibTeX file(s) in the /content/post/ directory. The file should be a plain-text file that contains citations that generally look like this:</description>
    </item>
    
    <item>
      <title>R notes</title>
      <link>https://www.liechi.org/en/2019/04/r-ntoes/</link>
      <pubDate>Tue, 30 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.liechi.org/en/2019/04/r-ntoes/</guid>
      <description>This post is an R learning note for myself. It will not be a comprehensive summary on R learning, but highly adapted to my own needs.
Learning by using is, I think, the best way to get new skills. I am not sure how widely this idea can be applied, but it works very well for learning programming.
I started learning R two years ago, but I still feel I am a stranger to R, and R is a stranger to me.</description>
    </item>
    
    <item>
      <title>Statistics notes</title>
      <link>https://www.liechi.org/en/2019/04/statistics-notes/</link>
      <pubDate>Tue, 30 Apr 2019 00:00:00 +0000</pubDate>
      
      <guid>https://www.liechi.org/en/2019/04/statistics-notes/</guid>
      <description>This post is for summarizing my statistics learning and using experience. I will update it occasionally.
Data description Statistical inference Modelling </description>
    </item>
    
    <item>
      <title>Second test for rmd file</title>
      <link>https://www.liechi.org/en/2017/05/second-test-for-rmd-file/</link>
      <pubDate>Thu, 04 May 2017 00:00:00 +0000</pubDate>
      
      <guid>https://www.liechi.org/en/2017/05/second-test-for-rmd-file/</guid>
      <description>If you see this, it means my rmd file is succesfully compiled to a webpage.
Now I will draw a plot to display 100 random numbers.
x &amp;lt;- 1:100 y &amp;lt;- rnorm(100, 100, 100) plot(x, y) abline(h = 100) In this example, I ran blogdown::build_site() after I wrote the contents, but I received an error like this:
  Error in loadNamespace(name) : there is no package called ‘xaringan’ Calls: local &amp;hellip; tryCatch -&amp;gt; tryCatchList -&amp;gt; tryCatchOne -&amp;gt; Execution halted Error in build_one(unlist(files[i, ])) : Failed to compile content/en/2017-05-04-second-test-for-rmd-file.</description>
    </item>
    
    <item>
      <title>Git in RStudio</title>
      <link>https://www.liechi.org/en/2017/05/git-in-rstudio/</link>
      <pubDate>Wed, 03 May 2017 00:00:00 +0000</pubDate>
      
      <guid>https://www.liechi.org/en/2017/05/git-in-rstudio/</guid>
      <description>If you see this piece on my site, it means I succesfully wrote and pushed a post to my github repository using RStudio only.
When I just started blogging with satic site generated by Hugo through blogdown, I was so fresh a freshmen that I had no idea what all these were about. It is a relatively long tool chain from generating the scaffold of my site, hosting the building files on github to publishing it on Netlify.</description>
    </item>
    
    <item>
      <title>The spirit</title>
      <link>https://www.liechi.org/en/2017/03/the-spirit/</link>
      <pubDate>Wed, 15 Mar 2017 00:00:00 +0000</pubDate>
      
      <guid>https://www.liechi.org/en/2017/03/the-spirit/</guid>
      <description>This image is said to be created by John Wheeler.
I really enjoy the idea behind this art work, because it reminds me of the idea of Hegel on the cosmos.
John&amp;rsquo;s perception:
When you feel the power of thoughts, you feel the power of the cosmos.</description>
    </item>
    
    <item>
      <title>My First Blog Post</title>
      <link>https://www.liechi.org/en/2017/02/my-first-blog-post/</link>
      <pubDate>Sun, 26 Feb 2017 00:00:00 +0000</pubDate>
      
      <guid>https://www.liechi.org/en/2017/02/my-first-blog-post/</guid>
      <description>Hi there.</description>
    </item>
    
  </channel>
</rss>
