Skip to content

Commit

Permalink
increment: package version
Browse files Browse the repository at this point in the history
  • Loading branch information
tin900 committed Aug 29, 2024
1 parent 5d9456d commit ed0aa6d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
10 changes: 7 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: vvtableau
Type: Package
Title: R Interface for 'Tableau' Services
Version: 0.6.0
Version: 0.7.0
Authors@R:
c(person(given = "Tomer",
family = "Iwan",
Expand All @@ -12,7 +12,11 @@ Authors@R:
family = "Korvinus",
role = "ctb"
),
person(given = "VU Analytics",
person(given = "Jorn",
family = "Amatdoelrasit",
role = "ctb"
),
person(given = "VU Analytics",
role = "cph"
))
Description: Provides an R interface for interacting with the 'Tableau' Server.
Expand All @@ -24,7 +28,7 @@ URL: https://github.com/vusaverse/vvtableau,
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Imports:
data.table,
dplyr,
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# vvtableau 0.7.0
* Updated function to get a list of all projects on the server.
* Added all possible arguments to the `download_tableau_date` function.
* Added vignettes on data and user management.

# vvtableau 0.6.0
* Added a function to run extract refresh task immediately on server.
* Added a function to update a data source on server.
Expand Down

0 comments on commit ed0aa6d

Please sign in to comment.