Skip to content

Commit

Permalink
prep for v0.1.0 tag in GH and release to CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisumphlett committed May 20, 2021
1 parent 93b3875 commit aad7d16
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: reveneraR
Title: Connect to Your 'Revenera' (formerly 'Revulytics') Data
Version: 0.0.3.9000
Title: Connect to Your 'Revenera' (Formerly 'Revulytics') Data
Version: 0.1.0
Authors@R:
c(person(given = "Chris",
family = "Umphlett",
Expand All @@ -23,7 +23,7 @@ URL: https://github.com/chrisumphlett/reveneraR
BugReports: https://github.com/chrisumphlett/reveneraR/issues
Encoding: UTF-8
Imports:
dplyr (>= 0.8.4),
dplyr (>= 1.0.0),
magrittr (>= 1.5),
jsonlite (>= 1.6.1),
purrr (>= 0.3.3),
Expand Down
6 changes: 3 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# reveneraR 0.0.3.9000
# reveneraR 0.1.0

* Package name changed to reflect change in ownership of the software.
* `get_users()` created to replace `get_new_users()` and `get_active_users()`. These use the same API endpoint with one parameter changed. `get_users()` also returns lost users.
* `get_new_users()` and `get_active_users()` are deprecated but will not be removed so that this is not a breaking change.
* Started development of `event_tracking()` to connect to the lifetime, basic, and advanced event tracking endpoints.
* `optional_json` parameter added to `get_users()` to allow users to incorporate optional parameters per the API documentation.


# revulyticsR 0.0.3

* `get_new_users()` created. For a given period of time (a day, week, or month) Revulytics' API summarizes and returns the number of new users. With this function you can return daily, weekly, or monthly new users for multiple product ids.
* Removed unnecessary messages being printed to console by `get_daily_client_properties`.
* `get_raw_data_files` to retrieve the list of available raw data files and download URL for each file.
* `get_raw_data_files()` to retrieve the list of available raw data files and download URL for each file.

# revulyticsR 0.0.2

Expand Down
6 changes: 3 additions & 3 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
* This is an update to revulyticsR 0.0.3. The name of the company has changed multiple times and I have gone through and changed all references to the old name and changed the package name too. So this is the first submission of this package but most of it was in CRAN previously.

## Changes in this version (compared to revulyticsR 0.0.3)
* `get_users()` created as a more generalized function, and deprecated `get_active_users()` and `get_new_users()`. New function also facilitates getting lost users.
* All references to revulytics changed to revenera (except the api endpoint url which has not yet changed).
* `get_users()` created as a more generalized function, and deprecated `get_active_users()` and `get_new_users()`. New function also facilitates getting lost users and optional API parameters can be specified with JSON.
* All references to Revulytics changed to Revenera (except the api endpoint URL which has not yet changed).

## Test environments

* Developed on and tested with Windows 10 and R 4.0.
* Tested on development version of R with devtools::check_win_devel().
* Testing Fedora and Ubuntu platforms with devtools::check_rhub().
* Tested Fedora and Ubuntu Linux platforms with devtools::check_rhub().

## R CMD check results

Expand Down

0 comments on commit aad7d16

Please sign in to comment.