The RWordPress package is a very convenient tool for publishing blog posts from R to WordPress. In his blog post Publish blog posts from R + knitr to WordPress, Yihui Xie explains how to install and use the package. Furthermore, the blog post How to publish with R Markdown in WordPress gives some additional information on how to use the package.
However, the package repository http://www.omegahat.org/R does not seem to exist anymore (2016-08-30).
Fortunatelly, the RWordPress package is also available from Github and, thus, can be easily installed using the devtools package.
Since RWordPress depends on the packages RCurl, XML, and XMLRPC, these packages need to be installed before we can actually install RWordPress.
Unlike RCurl and XML, the XMLRPC package is not available from the CRAN repository. Instead, it is available from Github.
Here is the code to install all required packages:
install.packages("devtools")
install.packages("RCurl")
install.packages("XML")
devtools:::install_github("duncantl/XMLRPC")
devtools:::install_github("duncantl/RWordPress")
Reblogged this on My Big Data and Machine Learning Hub.
Thanks a lot!
Thank you so much for this post. I was about to get mad trying to install the RWordPress package.
After going over a number of the blog articles on your blog, I seriously like your technique of writing a
blog. I saved it to my bookmark site list and will be checking back in the near future.
Please check out my web site as well and tell me your opinion.
Thanks a lot! I will be checking your blog soon. 🙂
I’ll definitely check this package out. For a while I thought WordPress supported LaTeX only. Thank you.
Thank you for the wonderful information, has something happened to the package? I cannot get any of RWordPress’s functions to post my .rmd files to my blog. The reoccurring error i get is:
Error: faultCode: 401 faultString: Sorry, you are not allowed to publish posts on this site.
Thanks very much! You will probably find a solution under: http://yihui.name/knitr/demo/wordpress/ (“using https:// instead of http://“)
Hello there, You have done a fantastic job.
I will definitely digg it and personally recommend to my friends.
I’m sure they’ll be benefited from this site.
Thіs article ԝill help the internet viewers for setting up new web site or еven a
blog fгom start to end.