[ARVADOS] updated: 1.1.4-718-g353cfc207

Git user git at public.curoverse.com
Thu Aug 2 13:52:55 EDT 2018


Summary of changes:
 doc/css/code.css  | 9 +++++++++
 sdk/R/DESCRIPTION | 2 +-
 sdk/R/README.Rmd  | 6 +++---
 3 files changed, 13 insertions(+), 4 deletions(-)

       via  353cfc20742aaa069eecba2b291cb56a78e4d497 (commit)
       via  3847e0a3ecba006108130fa890e55c020a6dc3e9 (commit)
      from  c9bfa91e3c3ec90778795969fdd3787578a76ed4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 353cfc20742aaa069eecba2b291cb56a78e4d497
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Thu Aug 2 13:52:35 2018 -0400

    13609: Improve README fomatting a bit.
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/doc/css/code.css b/doc/css/code.css
index 543a14de0..ff4a58e12 100644
--- a/doc/css/code.css
+++ b/doc/css/code.css
@@ -29,3 +29,12 @@ table.code tr td:nth-child(2) {
 .userinput {
     color: #d14;
 }
+
+table.CodeRay {
+    margin-left: 3em;
+    width: calc(100% - 6em);
+}
+
+td.line-numbers {
+    width: 2em;
+}
diff --git a/sdk/R/README.Rmd b/sdk/R/README.Rmd
index 7ea226fd0..18454bf2a 100644
--- a/sdk/R/README.Rmd
+++ b/sdk/R/README.Rmd
@@ -133,7 +133,7 @@ files <- collection$getFileListing()
 arvadosFile <- collection$get("location/to/my/file.cpp")
 ```
 
-    or
+or
 
 ```{r}
 arvadosSubcollection <- collection$get("location/to/my/directory/")
@@ -177,7 +177,7 @@ fileContent <- arvadosFile$read("raw", offset = 1024, length = 512)
 size <- arvadosFile$getSizeInBytes()
 ```
 
-    or
+or
 
 ```{r}
 size <- arvadosSubcollection$getSizeInBytes()
@@ -189,7 +189,7 @@ size <- arvadosSubcollection$getSizeInBytes()
 collection$create(files)
 ```
 
-    Example:
+Example:
 
 ```{r}
 mainFile <- collection$create("cpp/src/main.cpp")

commit 3847e0a3ecba006108130fa890e55c020a6dc3e9
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Thu Aug 2 13:40:28 2018 -0400

    13609: Update version to 0.0.5
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/sdk/R/DESCRIPTION b/sdk/R/DESCRIPTION
index 19cf8fbab..878a70901 100644
--- a/sdk/R/DESCRIPTION
+++ b/sdk/R/DESCRIPTION
@@ -1,7 +1,7 @@
 Package: ArvadosR
 Type: Package
 Title: Arvados R SDK
-Version: 0.0.2
+Version: 0.0.5
 Authors at R: person("Fuad", "Muhic", role = c("aut", "cre"), email = "fmuhic at capeannenterprises.com")
 Maintainer: Ward Vandewege <wvandewege at veritasgenetics.com>
 Description: This is the Arvados R SDK

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list