57 字

new post

##test Your markdown here!

{% highlight r %} plot(1:10) {% endhighlight %}

plot of chunk unnamed-chunk-1

{% highlight r %} list.files("_site/") {% endhighlight %}

{% highlight text %}

character(0)

{% endhighlight %}

{% highlight r %} list.files("/Volumes/www") {% endhighlight %}

{% highlight text %}

[1] “index_old.html”

{% endhighlight %}

{% highlight r %}

file.copy("_site/.", “/Volumes/www”, recursive = TRUE)

{% endhighlight %}