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

Commit

Permalink
updated DESCRIPTION as per CRAN comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolotov committed Oct 14, 2019
1 parent e5336bd commit 7a151f8
Show file tree
Hide file tree
Showing 15 changed files with 190 additions and 629 deletions.
2 changes: 1 addition & 1 deletion CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2019-10-10.
Once it is accepted, delete this file and tag the release (commit ca069713c3).
Once it is accepted, delete this file and tag the release (commit 07b0f17d21).
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: cumulocityr
Type: Package
Title: R Client for the Cumulocity API
Title: Client for the 'Cumulocity' API
Version: 0.1.0
Authors@R: c(
person("Dmitriy", "Bolotov", email = "rpmmlsupport@softwareag.com", role = c("aut", "cre")),
Expand All @@ -12,8 +12,8 @@ Suggests:
knitr,
rmarkdown,
covr
Description: R client for the Cumulocity API.
License: GPL-3 | file LICENSE
Description: Access the 'Cumulocity' API and retrieve data on devices, measurements, and events. Documentation for the API can be found at <https://www.cumulocity.com/guides/reference/rest-implementation/>.
License: GPL-3
URL: https://softwareag.github.io/cumulocityr/, https://github.com/SoftwareAG/cumulocityr
BugReports: https://github.com/SoftwareAG/cumulocityr/issues
Encoding: UTF-8
Expand Down
595 changes: 0 additions & 595 deletions LICENSE

This file was deleted.

4 changes: 2 additions & 2 deletions R/cumulocityr.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
# GNU General Public License for details (http://www.gnu.org/licenses/).
# #############################################################################

#' R Client for the Cumulocity API
#' Client for the Cumulocity API
#'
#' This package contains functions to interact with the Cumulocity API.
#' Access the 'Cumulocity' API and retrieve data on devices, measurements, and events.
#'
#' @section Functions:
#' \itemize{
Expand Down
17 changes: 15 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## Resubmission
This is a resubmission. In this version I have:

* Provided a link to the used API in the Description field of DESCRIPTION.

* Added single quotes to software and API names in the Title and Description.

* Updated the Description to not start with "This package", package name, title or similar.

* Removed the redundant GPL-3 LICENSE file.

* Changed \dontrun{} to \donttest{} in package documentation.


## Test environments
* Local Linux Mint install, R 3.6.1
* ubuntu 14.04 (on travis-ci), R 3.6.1
Expand All @@ -8,5 +22,4 @@
0 errors | 0 warnings | 1 note

* This is a new release.
* The word Cumulocity is spelled correctly.

* The word Cumulocity is spelled correctly.
2 changes: 1 addition & 1 deletion docs/articles/cumulocityr.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/reference/cumulocityr-package.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7a151f8

Please sign in to comment.