Skip to content

Commit

Permalink
rebuild vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEdmondson1234 committed May 27, 2017
1 parent e46c291 commit a04537c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion vignettes/googleCloudStorageR.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Sys.setenv("GCS_CLIENT_ID" = "mykey",
"GCS_AUTH_FILE" = "/fullpath/to/service-auth.json")
```

These can alternatively be set on the command line or via an Renviron.site or .Renviron file ([see here for instructions](https://cran.r-project.org/web/packages/httr/vignettes/api-packages.html)).
These can alternatively be set on the command line or via an Renviron.site or .Renviron file (`https://cran.r-project.org/web/packages/httr/vignettes/api-packages.html`).

## Authentication

Expand Down
10 changes: 5 additions & 5 deletions vignettes/googleCloudStorageR.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

<head>

<meta charset="utf-8">
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="pandoc" />

<meta name="viewport" content="width=device-width, initial-scale=1">

<meta name="author" content="Mark Edmondson" />

<meta name="date" content="2016-09-10" />
<meta name="date" content="2017-05-27" />

<title>googleCloudStorageR</title>

Expand Down Expand Up @@ -70,7 +70,7 @@

<h1 class="title toc-ignore">googleCloudStorageR</h1>
<h4 class="author"><em>Mark Edmondson</em></h4>
<h4 class="date"><em>2016-09-10</em></h4>
<h4 class="date"><em>2017-05-27</em></h4>



Expand All @@ -88,7 +88,7 @@ <h3>Setting environment variables</h3>
<span class="st">&quot;GCS_WEB_CLIENT_SECRET&quot;</span> =<span class="st"> &quot;my-shiny-secret-key&quot;</span>,
<span class="st">&quot;GCS_DEFAULT_BUCKET&quot;</span> =<span class="st"> &quot;my-default-bucket&quot;</span>,
<span class="st">&quot;GCS_AUTH_FILE&quot;</span> =<span class="st"> &quot;/fullpath/to/service-auth.json&quot;</span>)</code></pre></div>
<p>These can alternatively be set on the command line or via an Renviron.site or .Renviron file (<a href="https://cran.r-project.org/web/packages/httr/vignettes/api-packages.html">see here for instructions</a>).</p>
<p>These can alternatively be set on the command line or via an Renviron.site or .Renviron file (<code>https://cran.r-project.org/web/packages/httr/vignettes/api-packages.html</code>).</p>
</div>
</div>
<div id="authentication" class="section level2">
Expand Down Expand Up @@ -479,7 +479,7 @@ <h3>Activate API</h3>
(function () {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
script.src = "https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML";
document.getElementsByTagName("head")[0].appendChild(script);
})();
</script>
Expand Down

0 comments on commit a04537c

Please sign in to comment.