Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
update version to dev and add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolotov committed Oct 21, 2019
1 parent 893f565 commit 1158c78
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 10 deletions.
2 changes: 0 additions & 2 deletions CRAN-RELEASE

This file was deleted.

2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")))
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# cumulocityr 0.1.0.9000


# cumulocityr 0.1.0

* Added functions `get_devices`, `get_events`, and `get_measurements`.
8 changes: 7 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit 1158c78

Please sign in to comment.