From 1158c7803f3279029ed4264a1413cef3a66e3eec Mon Sep 17 00:00:00 2001 From: dbolotov Date: Mon, 21 Oct 2019 15:35:14 -0700 Subject: [PATCH] update version to dev and add installation instructions --- CRAN-RELEASE | 2 -- DESCRIPTION | 2 +- NEWS.md | 3 +++ README.Rmd | 8 +++++++- README.md | 14 ++++++++------ 5 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 CRAN-RELEASE diff --git a/CRAN-RELEASE b/CRAN-RELEASE deleted file mode 100644 index 0cc4bc3..0000000 --- a/CRAN-RELEASE +++ /dev/null @@ -1,2 +0,0 @@ -This package was submitted to CRAN on 2019-10-14. -Once it is accepted, delete this file and tag the release (commit 35f3d50565). diff --git a/DESCRIPTION b/DESCRIPTION index 71e2220..dc6a693 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: cumulocityr Type: Package Title: Client for the 'Cumulocity' API -Version: 0.1.0 +Version: 0.1.0.9000 Authors@R: c( person("Dmitriy", "Bolotov", email = "dmitriy.bolotov@softwareag.com", role = c("aut", "cre")), person("Software AG", role = c("cph"))) diff --git a/NEWS.md b/NEWS.md index e4a4b23..4334a15 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,6 @@ +# cumulocityr 0.1.0.9000 + + # cumulocityr 0.1.0 * Added functions `get_devices`, `get_events`, and `get_measurements`. diff --git a/README.Rmd b/README.Rmd index b3a5a4a..a3edd6a 100644 --- a/README.Rmd +++ b/README.Rmd @@ -24,7 +24,13 @@ R client for the Cumulocity API. ## Installation -You can install the released version of cumulocityr from GitHub with devtools: +You can install the released version of cumulocityr from [CRAN](https://CRAN.R-project.org/package=cumulocityr) with: + +``` r +install.packages("cumulocityr") +``` + +You can install the development version from GitHub with devtools: ``` r # install.packages("devtools) diff --git a/README.md b/README.md index fe21975..91fb894 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,14 @@ R client for the Cumulocity API. ## Installation -You can install the released version of cumulocityr from GitHub with -devtools: +You can install the released version of cumulocityr from +[CRAN](https://CRAN.R-project.org/package=cumulocityr) with: + +``` r +install.packages("cumulocityr") +``` + +You can install the development version from GitHub with devtools: ``` r # install.packages("devtools) @@ -42,11 +48,7 @@ events <- get_events(device_id = 1234, Please note that this project is released with a [Contributor Code of Conduct](https://github.com/SoftwareAG/cumulocityr/blob/master/.github/CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms. -________________ -For more information you can Ask a Question in the [TECHcommunity Forums](http://tech.forums.softwareag.com/techjforum/forums/list.page?product=cumulocity). -You can find additional information in the [Software AG TECHcommunity](http://techcommunity.softwareag.com/home/-/product/name/cumulocity). -_____________ These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While