From 89bdf917a068739b76e53652a4bbb309e685708b Mon Sep 17 00:00:00 2001 From: kimyen Date: Fri, 13 Apr 2018 21:44:23 +0000 Subject: [PATCH 1/4] Version 0.1.3 is succesfully built on 2018-04-13 --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 314b17c..e1e0910 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: synapserutils Type: Package Title: Collection of utilities building on top of synapser -Version: 0.1.2 -Date: 2018-04-10 +Version: 0.1.3 +Date: 2018-04-13 Authors@R: c( person("Kimyen", "Ladia", role = c("aut", "cre"), email = "kimyen.ladia@sagebase.org"), person("Sage Bionetworks", role = c("cph")) From 73d731357a42bc29a87b03c900b341a4aad1e575 Mon Sep 17 00:00:00 2001 From: kimyen Date: Tue, 21 Aug 2018 01:50:37 +0000 Subject: [PATCH 2/4] Version 0.1.4 is succesfully built on 2018-08-21 --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e1e0910..179f858 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: synapserutils Type: Package Title: Collection of utilities building on top of synapser -Version: 0.1.3 -Date: 2018-04-13 +Version: 0.1.4 +Date: 2018-08-21 Authors@R: c( person("Kimyen", "Ladia", role = c("aut", "cre"), email = "kimyen.ladia@sagebase.org"), person("Sage Bionetworks", role = c("cph")) From 9a5964dac5c4051606641e88b32041f6956e6b48 Mon Sep 17 00:00:00 2001 From: KimYen Ladia Date: Tue, 12 Mar 2019 14:29:11 -0700 Subject: [PATCH 3/4] update ran URL --- DESCRIPTION | 4 ++-- README.Rmd | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 179f858..50e140b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -14,8 +14,8 @@ Encoding: UTF-8 Imports: PythonEmbedInR (>= 0.2) Depends: synapser (>= 0.2) Suggests: testthat, knitr, rmarkdown -URL: https://www.sagebase.org +URL: https://www.synapse.org BugReports: https://github.com/Sage-Bionetworks/synapserutils/issues VignetteBuilder: knitr Additional_repositories: - https://sage-bionetworks.github.io/ran + http://ran.synapse.org diff --git a/README.Rmd b/README.Rmd index f0b32de..0efc480 100644 --- a/README.Rmd +++ b/README.Rmd @@ -21,11 +21,11 @@ The `synapserutils` package provides a set of utility functions, built on top of `synapserutils` is available as a ready-built package for Microsoft Windows and Mac OSX. For Linux systems, it is available to install from source. It can be installed or upgraded using the standard `install.packages()` command, adding the [Sage Bionetworks R Archive Network (RAN)](https://sage-bionetworks.github.io/ran) to the repository list, e.g.: ```{r eval=F} -install.packages("synapserutils", repos=c("https://sage-bionetworks.github.io/ran", "http://cran.fhcrc.org")) +install.packages("synapserutils", repos=c("http://ran.synapse.org", "http://cran.fhcrc.org")) ``` Alternatively, edit your `~/.Rprofile` and configure your default repositories: ```{r eval=F} -options(repos=c("https://sage-bionetworks.github.io/ran", "http://cran.fhcrc.org")) +options(repos=c("http://ran.synapse.org", "http://cran.fhcrc.org")) ``` after which you may run `install.packages` without specifying the repositories: ```{r eval=F} @@ -35,7 +35,7 @@ install.packages("synapserutils") If you have been asked to validate a release candidate, please replace the URL https://sage-bionetworks.github.io/ran with https://sage-bionetworks.github.io/staging-ran, that is: ```{r eval=F} -install.packages("synapserutils", repos=c("https://sage-bionetworks.github.io/staging-ran", "http://cran.fhcrc.org")) +install.packages("synapserutils", repos=c("http://staging-ran.synapse.org", "http://cran.fhcrc.org")) ``` ## Usage From 2a1fa556a4ca746e49acf6b6578b610124fdb430 Mon Sep 17 00:00:00 2001 From: kimyen Date: Thu, 14 Mar 2019 20:48:05 +0000 Subject: [PATCH 4/4] Version 0.1.5 is succesfully built on 2019-03-14 --- DESCRIPTION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 50e140b..e22f2ca 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: synapserutils Type: Package Title: Collection of utilities building on top of synapser -Version: 0.1.4 -Date: 2018-08-21 +Version: 0.1.5 +Date: 2019-03-14 Authors@R: c( person("Kimyen", "Ladia", role = c("aut", "cre"), email = "kimyen.ladia@sagebase.org"), person("Sage Bionetworks", role = c("cph"))