]> git.vanrenterghem.biz Git - www2.vanrenterghem.biz.git/blobdiff - source/posts/R_and_github.org
Toon datum in bestandenlijst.
[www2.vanrenterghem.biz.git] / source / posts / R_and_github.org
index 453ea61514200b67fa945628e6f8277f135355b7..780ccfcfe7711cec34b7b04ad64533e079b29c2b 100644 (file)
@@ -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
 #+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
 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
 
 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