X-Git-Url: http://git.vanrenterghem.biz/www2.vanrenterghem.biz.git/blobdiff_plain/9d5cad4353459e7fa815d6a8a677037b58e69668..6550448e6f262f9ef843bef2f9bc783aabff7163:/source/posts/R_and_github.org?ds=sidebyside diff --git a/source/posts/R_and_github.org b/source/posts/R_and_github.org index 453ea61..780ccfc 100644 --- a/source/posts/R_and_github.org +++ b/source/posts/R_and_github.org @@ -1,4 +1,4 @@ -#+date: 2016-09-23 19:47:35 +0800 +#+date: <2016-09-23 19:47:35 +0800> #+title: R and Github Where [[file:posts/first_r_package][my first R package]] was more a @@ -6,8 +6,7 @@ proof-of-concept, I now certainly left the /beginneRs/ group by publishing an R package to a private Github repository at work. I used that package in some R scripts performing various real-time analysis of our operations already. This by loading it through the -[[https://cran.r-project.org/web/packages/devtools/README.html][devtools -package]], and specifically the =install_github()= function. +[[https://cran.r-project.org/web/packages/devtools/][devtools package]], and specifically the =install_github()= function. Next, I will have to check the =install_url()= function, as I had not quite figured out at the time of writing my initial R package how I