Skip to content

Releases: thewileylab/shinyBigQuery

0.0.4.1000

01 Apr 05:10
311f41e
Compare
Choose a tag to compare

Updates

  • Better logic to determine appropriate Google ClientID JSON
  • Allow golem users to specify ClientID JSON with run_app()

Issues with this release?

Please report any issues with this release on GitHub.

0.0.4.0000

18 Mar 23:36
a30a450
Compare
Choose a tag to compare

Updates

  • Improved package documentation

Fixes

  • Use latest userBox() function from shinydashboardPlus

Issues with this release?

Please report any issues with this release on GitHub.

0.0.3.0000

07 Jan 04:13
Compare
Choose a tag to compare

Updates

  • Users may use only the mod_BigQuery_setup.R file, if they wish not to install the package.
    • Google Credentials must be supplied, if using in this mode
  • Users may now specify their own Google ClientID for local package installations.

Issues with this release?

Please report any issues with this release on GitHub.

0.0.2.9002

18 Nov 18:12
Compare
Choose a tag to compare

Minor Update

0.0.2.9000

23 Oct 16:16
Compare
Choose a tag to compare

Initial Release

A shiny module to authenticate your R Shiny Application with Google BigQuery.

Usage

Add this module to your Shiny application to connect with Google BigQuery. List projects/datasets associated with your Google account and generate a DBI connection object to facilitate table connections. See the Readme for details!

Issues?

Please report any issues with this release on GitHub.