Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Apr 8, 2024
1 parent 4d506d1 commit a34a565
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
89e1b7ff
5c33ef08
18 changes: 9 additions & 9 deletions 03_Fiches_thematiques/Fiche_donnees_temporelles.html
Original file line number Diff line number Diff line change
Expand Up @@ -754,15 +754,15 @@ <h1 class="title"><span id="timeseries" class="quarto-section-identifier"><span
<div class="sourceCode" id="cb18"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="co"># On prend la date d'aujourd'hui</span></span>
<span><span class="fu"><a href="https://rdrr.io/r/base/format.html">format</a></span><span class="op">(</span><span class="fu"><a href="https://rdrr.io/r/base/Sys.time.html">Sys.time</a></span><span class="op">(</span><span class="op">)</span>, format <span class="op">=</span> <span class="st">"Nous sommes le %d %B %Y et il est %Hh%M et %Ss."</span><span class="op">)</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>[1] "Nous sommes le 08 April 2024 et il est 07h53 et 20s."</code></pre>
<pre><code>[1] "Nous sommes le 08 April 2024 et il est 10h01 et 06s."</code></pre>
</div>
<div class="sourceCode" id="cb20"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="fu"><a href="https://rdrr.io/r/base/format.html">format</a></span><span class="op">(</span><span class="fu"><a href="https://rdrr.io/r/base/Sys.time.html">Sys.time</a></span><span class="op">(</span><span class="op">)</span>, format <span class="op">=</span> <span class="st">"Il s'est écoulé %ss depuis le 1er janvier 1970."</span><span class="op">)</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>[1] "Il s'est écoulé 1712562800s depuis le 1er janvier 1970."</code></pre>
<pre><code>[1] "Il s'est écoulé 1712570466s depuis le 1er janvier 1970."</code></pre>
</div>
<div class="sourceCode" id="cb22"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="fu"><a href="https://rdrr.io/r/base/format.html">format</a></span><span class="op">(</span><span class="fu"><a href="https://rdrr.io/r/base/Sys.time.html">Sys.time</a></span><span class="op">(</span><span class="op">)</span>, format <span class="op">=</span> <span class="st">"Heure : %X"</span><span class="op">)</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>[1] "Heure : 07:53:20 AM"</code></pre>
<pre><code>[1] "Heure : 10:01:06 AM"</code></pre>
</div>
</div>
<p>La liste des formats de données est disponible sur la page d’aide de <code class="sourceCode r"><span class="fu">strptime</span>()</code> (accessible via <code class="sourceCode r"><span class="fu">help</span>(strptime)</code>).</p>
Expand Down Expand Up @@ -830,7 +830,7 @@ <h1 class="title"><span id="timeseries" class="quarto-section-identifier"><span
</div>
<div class="sourceCode" id="cb33"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="fu"><a href="https://rdrr.io/r/base/format.html">format</a></span><span class="op">(</span><span class="fu"><a href="https://rdrr.io/r/base/Sys.time.html">Sys.time</a></span><span class="op">(</span><span class="op">)</span>, format <span class="op">=</span> <span class="st">"%c"</span><span class="op">)</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>[1] "Mon 08 Apr 2024 07:53:20 AM UTC"</code></pre>
<pre><code>[1] "Mon 08 Apr 2024 10:01:06 AM UTC"</code></pre>
</div>
<div class="sourceCode" id="cb35"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="co"># Paramètres locaux aux USA</span></span>
<span><span class="fu"><a href="https://rdrr.io/r/base/locales.html">Sys.setlocale</a></span><span class="op">(</span><span class="st">"LC_TIME"</span>, <span class="st">"en_US"</span><span class="op">)</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
Expand All @@ -843,7 +843,7 @@ <h1 class="title"><span id="timeseries" class="quarto-section-identifier"><span
</div>
<div class="sourceCode" id="cb38"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="fu"><a href="https://rdrr.io/r/base/format.html">format</a></span><span class="op">(</span><span class="fu"><a href="https://rdrr.io/r/base/Sys.time.html">Sys.time</a></span><span class="op">(</span><span class="op">)</span>, format <span class="op">=</span> <span class="st">"%c"</span><span class="op">)</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output cell-output-stdout">
<pre><code>[1] "Mon 08 Apr 2024 07:53:20 AM UTC"</code></pre>
<pre><code>[1] "Mon 08 Apr 2024 10:01:06 AM UTC"</code></pre>
</div>
</div>
<div class="callout callout-style-default callout-note callout-titled">
Expand Down Expand Up @@ -1255,16 +1255,16 @@ <h1 class="title"><span id="timeseries" class="quarto-section-identifier"><span
<span></span>
<span><span class="fu"><a href="https://rdrr.io/pkg/dygraphs/man/dygraph.html">dygraph</a></span><span class="op">(</span><span class="va">temp_ts</span><span class="op">)</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output-display">
<div class="dygraphs html-widget html-fill-item" id="htmlwidget-07ae1c2dbd6a2651132b" style="width:100%;height:464px;"></div>
<script type="application/json" data-for="htmlwidget-07ae1c2dbd6a2651132b">{"x":{"attrs":{"labels":["hour","V1"],"legend":"auto","retainDateWindow":false,"axes":{"x":{"pixelsPerLabel":60}}},"scale":"hourly","annotations":[],"shadings":[],"events":[],"format":"date","data":[["2016-07-01T00:10:00.000Z","2016-07-01T01:10:00.000Z","2016-07-01T02:10:00.000Z","2016-07-01T03:10:00.000Z","2016-07-01T04:10:00.000Z","2016-07-01T05:10:00.000Z","2016-07-01T06:10:00.000Z","2016-07-01T07:10:00.000Z","2016-07-01T08:10:00.000Z","2016-07-01T09:10:00.000Z","2016-07-01T10:10:00.000Z","2016-07-01T11:10:00.000Z","2016-07-01T12:10:00.000Z","2016-07-01T13:10:00.000Z","2016-07-01T14:10:00.000Z","2016-07-01T15:10:00.000Z","2016-07-01T16:10:00.000Z","2016-07-01T17:10:00.000Z","2016-07-01T18:10:00.000Z","2016-07-01T19:10:00.000Z","2016-07-01T20:10:00.000Z","2016-07-01T21:10:00.000Z","2016-07-01T22:10:00.000Z","2016-07-01T23:10:00.000Z"],[19.42,19.21,18.99,18.78,19.71,20.64,21.57,22.82,24.06,25.31,26.25,27.19,28.12,28.44,28.75,29.06,28.22,27.38,26.54,24.81,23.08,21.35,21.02,20.69]]},"evals":[],"jsHooks":[]}</script>
<div class="dygraphs html-widget html-fill-item" id="htmlwidget-fcb45aca6df6f6384ff1" style="width:100%;height:464px;"></div>
<script type="application/json" data-for="htmlwidget-fcb45aca6df6f6384ff1">{"x":{"attrs":{"labels":["hour","V1"],"legend":"auto","retainDateWindow":false,"axes":{"x":{"pixelsPerLabel":60}}},"scale":"hourly","annotations":[],"shadings":[],"events":[],"format":"date","data":[["2016-07-01T00:10:00.000Z","2016-07-01T01:10:00.000Z","2016-07-01T02:10:00.000Z","2016-07-01T03:10:00.000Z","2016-07-01T04:10:00.000Z","2016-07-01T05:10:00.000Z","2016-07-01T06:10:00.000Z","2016-07-01T07:10:00.000Z","2016-07-01T08:10:00.000Z","2016-07-01T09:10:00.000Z","2016-07-01T10:10:00.000Z","2016-07-01T11:10:00.000Z","2016-07-01T12:10:00.000Z","2016-07-01T13:10:00.000Z","2016-07-01T14:10:00.000Z","2016-07-01T15:10:00.000Z","2016-07-01T16:10:00.000Z","2016-07-01T17:10:00.000Z","2016-07-01T18:10:00.000Z","2016-07-01T19:10:00.000Z","2016-07-01T20:10:00.000Z","2016-07-01T21:10:00.000Z","2016-07-01T22:10:00.000Z","2016-07-01T23:10:00.000Z"],[19.42,19.21,18.99,18.78,19.71,20.64,21.57,22.82,24.06,25.31,26.25,27.19,28.12,28.44,28.75,29.06,28.22,27.38,26.54,24.81,23.08,21.35,21.02,20.69]]},"evals":[],"jsHooks":[]}</script>
</div>
</div>
<p>On peut aussi afficher plusieurs courbes sur le même graphique :</p>
<div class="cell">
<div class="sourceCode" id="cb98"><pre class="downlit sourceCode r code-with-copy"><code class="sourceCode R"><span><span class="fu"><a href="https://rdrr.io/pkg/dygraphs/man/dygraph.html">dygraph</a></span><span class="op">(</span><span class="fu"><a href="https://rdrr.io/r/base/cbind.html">cbind</a></span><span class="op">(</span><span class="va">fdeaths</span>, <span class="va">mdeaths</span><span class="op">)</span><span class="op">)</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<div class="cell-output-display">
<div class="dygraphs html-widget html-fill-item" id="htmlwidget-d28c86ae21c750d9b43f" style="width:100%;height:464px;"></div>
<script type="application/json" data-for="htmlwidget-d28c86ae21c750d9b43f">{"x":{"attrs":{"labels":["month","fdeaths","mdeaths"],"legend":"auto","retainDateWindow":false,"axes":{"x":{"pixelsPerLabel":60}}},"scale":"monthly","annotations":[],"shadings":[],"events":[],"format":"date","data":[["1974-01-01T00:00:00.000Z","1974-02-01T00:00:00.000Z","1974-03-01T00:00:00.000Z","1974-04-01T00:00:00.000Z","1974-05-01T00:00:00.000Z","1974-06-01T00:00:00.000Z","1974-07-01T00:00:00.000Z","1974-08-01T00:00:00.000Z","1974-09-01T00:00:00.000Z","1974-10-01T00:00:00.000Z","1974-11-01T00:00:00.000Z","1974-12-01T00:00:00.000Z","1975-01-01T00:00:00.000Z","1975-02-01T00:00:00.000Z","1975-03-01T00:00:00.000Z","1975-04-01T00:00:00.000Z","1975-05-01T00:00:00.000Z","1975-06-01T00:00:00.000Z","1975-07-01T00:00:00.000Z","1975-08-01T00:00:00.000Z","1975-09-01T00:00:00.000Z","1975-10-01T00:00:00.000Z","1975-11-01T00:00:00.000Z","1975-12-01T00:00:00.000Z","1976-01-01T00:00:00.000Z","1976-02-01T00:00:00.000Z","1976-03-01T00:00:00.000Z","1976-04-01T00:00:00.000Z","1976-05-01T00:00:00.000Z","1976-06-01T00:00:00.000Z","1976-07-01T00:00:00.000Z","1976-08-01T00:00:00.000Z","1976-09-01T00:00:00.000Z","1976-10-01T00:00:00.000Z","1976-11-01T00:00:00.000Z","1976-12-01T00:00:00.000Z","1977-01-01T00:00:00.000Z","1977-02-01T00:00:00.000Z","1977-03-01T00:00:00.000Z","1977-04-01T00:00:00.000Z","1977-05-01T00:00:00.000Z","1977-06-01T00:00:00.000Z","1977-07-01T00:00:00.000Z","1977-08-01T00:00:00.000Z","1977-09-01T00:00:00.000Z","1977-10-01T00:00:00.000Z","1977-11-01T00:00:00.000Z","1977-12-01T00:00:00.000Z","1978-01-01T00:00:00.000Z","1978-02-01T00:00:00.000Z","1978-03-01T00:00:00.000Z","1978-04-01T00:00:00.000Z","1978-05-01T00:00:00.000Z","1978-06-01T00:00:00.000Z","1978-07-01T00:00:00.000Z","1978-08-01T00:00:00.000Z","1978-09-01T00:00:00.000Z","1978-10-01T00:00:00.000Z","1978-11-01T00:00:00.000Z","1978-12-01T00:00:00.000Z","1979-01-01T00:00:00.000Z","1979-02-01T00:00:00.000Z","1979-03-01T00:00:00.000Z","1979-04-01T00:00:00.000Z","1979-05-01T00:00:00.000Z","1979-06-01T00:00:00.000Z","1979-07-01T00:00:00.000Z","1979-08-01T00:00:00.000Z","1979-09-01T00:00:00.000Z","1979-10-01T00:00:00.000Z","1979-11-01T00:00:00.000Z","1979-12-01T00:00:00.000Z"],[901,689,827,677,522,406,441,393,387,582,578,666,830,752,785,664,467,438,421,412,343,440,531,771,767,1141,896,532,447,420,376,330,357,445,546,764,862,660,663,643,502,392,411,348,387,385,411,638,796,853,737,546,530,446,431,362,387,430,425,679,821,785,727,612,478,429,405,379,393,411,487,574],[2134,1863,1877,1877,1492,1249,1280,1131,1209,1492,1621,1846,2103,2137,2153,1833,1403,1288,1186,1133,1053,1347,1545,2066,2020,2750,2283,1479,1189,1160,1113,970,999,1208,1467,2059,2240,1634,1722,1801,1246,1162,1087,1013,959,1179,1229,1655,2019,2284,1942,1423,1340,1187,1098,1004,970,1140,1110,1812,2263,1820,1846,1531,1215,1075,1056,975,940,1081,1294,1341]]},"evals":[],"jsHooks":[]}</script>
<div class="dygraphs html-widget html-fill-item" id="htmlwidget-8ad805cedbd83b8982c6" style="width:100%;height:464px;"></div>
<script type="application/json" data-for="htmlwidget-8ad805cedbd83b8982c6">{"x":{"attrs":{"labels":["month","fdeaths","mdeaths"],"legend":"auto","retainDateWindow":false,"axes":{"x":{"pixelsPerLabel":60}}},"scale":"monthly","annotations":[],"shadings":[],"events":[],"format":"date","data":[["1974-01-01T00:00:00.000Z","1974-02-01T00:00:00.000Z","1974-03-01T00:00:00.000Z","1974-04-01T00:00:00.000Z","1974-05-01T00:00:00.000Z","1974-06-01T00:00:00.000Z","1974-07-01T00:00:00.000Z","1974-08-01T00:00:00.000Z","1974-09-01T00:00:00.000Z","1974-10-01T00:00:00.000Z","1974-11-01T00:00:00.000Z","1974-12-01T00:00:00.000Z","1975-01-01T00:00:00.000Z","1975-02-01T00:00:00.000Z","1975-03-01T00:00:00.000Z","1975-04-01T00:00:00.000Z","1975-05-01T00:00:00.000Z","1975-06-01T00:00:00.000Z","1975-07-01T00:00:00.000Z","1975-08-01T00:00:00.000Z","1975-09-01T00:00:00.000Z","1975-10-01T00:00:00.000Z","1975-11-01T00:00:00.000Z","1975-12-01T00:00:00.000Z","1976-01-01T00:00:00.000Z","1976-02-01T00:00:00.000Z","1976-03-01T00:00:00.000Z","1976-04-01T00:00:00.000Z","1976-05-01T00:00:00.000Z","1976-06-01T00:00:00.000Z","1976-07-01T00:00:00.000Z","1976-08-01T00:00:00.000Z","1976-09-01T00:00:00.000Z","1976-10-01T00:00:00.000Z","1976-11-01T00:00:00.000Z","1976-12-01T00:00:00.000Z","1977-01-01T00:00:00.000Z","1977-02-01T00:00:00.000Z","1977-03-01T00:00:00.000Z","1977-04-01T00:00:00.000Z","1977-05-01T00:00:00.000Z","1977-06-01T00:00:00.000Z","1977-07-01T00:00:00.000Z","1977-08-01T00:00:00.000Z","1977-09-01T00:00:00.000Z","1977-10-01T00:00:00.000Z","1977-11-01T00:00:00.000Z","1977-12-01T00:00:00.000Z","1978-01-01T00:00:00.000Z","1978-02-01T00:00:00.000Z","1978-03-01T00:00:00.000Z","1978-04-01T00:00:00.000Z","1978-05-01T00:00:00.000Z","1978-06-01T00:00:00.000Z","1978-07-01T00:00:00.000Z","1978-08-01T00:00:00.000Z","1978-09-01T00:00:00.000Z","1978-10-01T00:00:00.000Z","1978-11-01T00:00:00.000Z","1978-12-01T00:00:00.000Z","1979-01-01T00:00:00.000Z","1979-02-01T00:00:00.000Z","1979-03-01T00:00:00.000Z","1979-04-01T00:00:00.000Z","1979-05-01T00:00:00.000Z","1979-06-01T00:00:00.000Z","1979-07-01T00:00:00.000Z","1979-08-01T00:00:00.000Z","1979-09-01T00:00:00.000Z","1979-10-01T00:00:00.000Z","1979-11-01T00:00:00.000Z","1979-12-01T00:00:00.000Z"],[901,689,827,677,522,406,441,393,387,582,578,666,830,752,785,664,467,438,421,412,343,440,531,771,767,1141,896,532,447,420,376,330,357,445,546,764,862,660,663,643,502,392,411,348,387,385,411,638,796,853,737,546,530,446,431,362,387,430,425,679,821,785,727,612,478,429,405,379,393,411,487,574],[2134,1863,1877,1877,1492,1249,1280,1131,1209,1492,1621,1846,2103,2137,2153,1833,1403,1288,1186,1133,1053,1347,1545,2066,2020,2750,2283,1479,1189,1160,1113,970,999,1208,1467,2059,2240,1634,1722,1801,1246,1162,1087,1013,959,1179,1229,1655,2019,2284,1942,1423,1340,1187,1098,1004,970,1140,1110,1812,2263,1820,1846,1531,1215,1075,1056,975,940,1081,1294,1341]]},"evals":[],"jsHooks":[]}</script>
</div>
</div>
</section></section><section id="pour-en-savoir-plus" class="level2" data-number="24.9"><h2 data-number="24.9" class="anchored" data-anchor-id="pour-en-savoir-plus">
Expand Down
8 changes: 4 additions & 4 deletions 03_Fiches_thematiques/Fiche_targets.html
Original file line number Diff line number Diff line change
Expand Up @@ -717,12 +717,12 @@ <h1 class="title"><span id="targets" class="quarto-section-identifier"><span cla

ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
● completed target raw_filosofi_epci [0.183 seconds]
● completed target raw_filosofi_epci [0.18 seconds]
▶ dispatched target grandes_villes
● completed target grandes_villes [0.082 seconds]
▶ dispatched target prop_sup_25k
● completed target prop_sup_25k [0.003 seconds]
▶ completed pipeline [0.619 seconds]</code></pre>
▶ completed pipeline [0.617 seconds]</code></pre>
</div>
</div>
<p>Lorsque la chaîne de traitement est de taille relativement modeste (comme ici), on peut la visualiser avec la fonction <code>tar_visnetwork</code>:</p>
Expand Down Expand Up @@ -791,10 +791,10 @@ <h1 class="title"><span id="targets" class="quarto-section-identifier"><span cla
<pre><code>✔ skipped target csv_file
✔ skipped target raw_filosofi_epci
▶ dispatched target grandes_villes
● completed target grandes_villes [0.006 seconds]
● completed target grandes_villes [0.007 seconds]
▶ dispatched target prop_sup_25k
● completed target prop_sup_25k [0.003 seconds]
▶ completed pipeline [0.218 seconds]
▶ completed pipeline [0.219 seconds]
Warning message:
In dir.create("data") : 'data' already exists</code></pre>
</div>
Expand Down
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
book.utilitr.org
book.utilitr.org
Binary file modified resources/rmarkdown/chunk07.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a34a565

Please sign in to comment.