From e1d630c39d75247cd280f8d01a80eeca4ac964f5 Mon Sep 17 00:00:00 2001 From: googleCloudRunner Date: Sat, 25 Apr 2020 21:51:25 +0000 Subject: [PATCH] [skip travis] Build website from commit 02b617cc009417b5b11ade0e19ecbf2c387edbee: $(date +"%Y%m%dT%H:%M:%S") --- docs/articles/advanced-building.html | 2 +- docs/articles/building.html | 8 ++++---- docs/articles/google-authentication-types.html | 2 +- docs/articles/setup.html | 2 +- docs/articles/troubleshooting.html | 2 +- docs/index.html | 11 ++++------- docs/news/index.html | 2 -- docs/pkgdown.yml | 2 +- 8 files changed, 13 insertions(+), 18 deletions(-) diff --git a/docs/articles/advanced-building.html b/docs/articles/advanced-building.html index 7c2d459..295fc4b 100644 --- a/docs/articles/advanced-building.html +++ b/docs/articles/advanced-building.html @@ -118,7 +118,7 @@

Advanced Google API building techniques

Mark Edmondson

-

2020-04-24

+

2020-04-25

Source: vignettes/advanced-building.Rmd diff --git a/docs/articles/building.html b/docs/articles/building.html index ecdf76d..2fcc3a3 100644 --- a/docs/articles/building.html +++ b/docs/articles/building.html @@ -118,7 +118,7 @@

Building your own Google R library

Mark Edmondson

-

2020-04-24

+

2020-04-25

Source: vignettes/building.Rmd @@ -300,12 +300,12 @@

Creating an API library from scratch - Example with goo.gl

-

Below is an example building a link shortner R package using googleAuthR. It was done referring to the documentation for Google URL shortener. Note the help docs specifies the steps outlined above. These are in general the steps for every Google API.

+

Below is an example building a link shortner R package using googleAuthR. It was done referring to the documentation for Google URL shortener. Note the help docs specifies the steps outlined above. These are in general the steps for every Google API.

  1. Creating a project
  2. Activate API
  3. Provide scope
  4. -
  5. Specify the base URL (in this case https://www.googleapis.com/urlshortener/v1/url)
  6. +
  7. Specify the base URL (in this case it was https://www.googleapis.com/urlshortener/v1/url)
  8. Specify the httr request type e.g. POST
  9. Constructing a body request
  10. @@ -351,7 +351,7 @@

    f(pars_arguments = list(shortUrl = shortUrl)) } -#' Get analyitcs of a url that has used goo.gl +#' Get analytics of a url that has used goo.gl #' #' @param shortUrl Url that was shortened with goo.gl #' @param timespan The time period for the analytics data diff --git a/docs/articles/google-authentication-types.html b/docs/articles/google-authentication-types.html index 3efc1b4..aba1b1b 100644 --- a/docs/articles/google-authentication-types.html +++ b/docs/articles/google-authentication-types.html @@ -118,7 +118,7 @@

    Google authentication types for R

    Mark Edmondson

    -

    2020-04-24

    +

    2020-04-25

    Source: vignettes/google-authentication-types.Rmd diff --git a/docs/articles/setup.html b/docs/articles/setup.html index cbc0c1c..9cb64e0 100644 --- a/docs/articles/setup.html +++ b/docs/articles/setup.html @@ -118,7 +118,7 @@

    Google API Setup

    Mark Edmondson

    -

    2020-04-24

    +

    2020-04-25

    Source: vignettes/setup.Rmd diff --git a/docs/articles/troubleshooting.html b/docs/articles/troubleshooting.html index 133b3f4..3d8d103 100644 --- a/docs/articles/troubleshooting.html +++ b/docs/articles/troubleshooting.html @@ -118,7 +118,7 @@

    Troubleshooting Authentication

    Mark Edmondson

    -

    2020-04-24

    +

    2020-04-25

    Source: vignettes/troubleshooting.Rmd diff --git a/docs/index.html b/docs/index.html index b951e89..a0c4a07 100644 --- a/docs/index.html +++ b/docs/index.html @@ -178,18 +178,15 @@

  11. googleCloudStorageR - Google Cloud Storage API
  12. -RoogleVision - R Package for Image Recogntion, Object Detection, and OCR using the Google’s Cloud Vision API
  13. +RoogleVision - R Package for Image Recogntion, Object Detection, and OCR using the Google’s Cloud Vision API
  14. -googleLanguageR - Access Speech to Text, Entity analysis and translation APIs from R
  15. +googleLanguageR - Access Speech to Text, Entity analysis and translation APIs from R +
  16. +googleCloudRunner - Continuous Development and Integration with Cloud Run, Cloud Scheduler and Cloud Build
  17. Feel free to add your own via email or a pull request if you have used googleAuthR to build something cool.

    googleAuthR now has an R package generator which makes R package skeletons you can use to build your own Google API R package upon. Browse through the 154 options at this Github repository.

-
-

-Example Shiny app

-

An example shiny app with Google authentication is deployed to shinyapps.io here. It uses the example app that is available in system.file("shiny", package="googleAuthR")

-

Thanks to

diff --git a/docs/news/index.html b/docs/news/index.html index f7bdaf3..a8eee9f 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -410,8 +410,6 @@

Major changes

diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index 73e07bb..e407ae9 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -7,7 +7,7 @@ articles: google-authentication-types: google-authentication-types.html setup: setup.html troubleshooting: troubleshooting.html -last_built: 2020-04-24T15:37Z +last_built: 2020-04-25T21:51Z urls: reference: https://code.markedmondson.me/googleAuthR//reference article: https://code.markedmondson.me/googleAuthR//articles