Skip to content

Commit b3ab05f

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent d1a6810 commit b3ab05f

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c9855e2c
1+
881a27a6

demo.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
<span id="cb6-3"><a href="#cb6-3" aria-hidden="true" tabindex="-1"></a><span class="bu">Pkg</span>.<span class="fu">status</span>()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
192192
<div class="cell-output cell-output-stdout">
193193
<pre><code>Status `~/work/cross_language_projects/cross_language_projects/Project.toml`
194-
[62cb38b5] GeoDataFrames v0.3.9
194+
[62cb38b5] GeoDataFrames v0.3.10
195195
[91a5bcdd] Plots v1.40.8
196196
[6f49c342] RCall v0.14.6</code></pre>
197197
</div>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ <h2 class="anchored" data-anchor-id="setup">Setup</h2>
215215
<span id="cb12-3"><a href="#cb12-3" aria-hidden="true" tabindex="-1"></a><span class="bu">Pkg</span>.<span class="fu">status</span>()</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
216216
<div class="cell-output cell-output-stdout">
217217
<pre><code>Status `~/work/cross_language_projects/cross_language_projects/Project.toml`
218-
[62cb38b5] GeoDataFrames v0.3.9
218+
[62cb38b5] GeoDataFrames v0.3.10
219219
[91a5bcdd] Plots v1.40.8
220220
[6f49c342] RCall v0.14.6</code></pre>
221221
</div>

search.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"href": "demo.html",
55
"title": "",
66
"section": "",
7-
"text": "RPythonJulia\n\n\n\nlibrary(sf)\n\nLinking to GEOS 3.11.0, GDAL 3.5.3, PROJ 9.1.0; sf_use_s2() is TRUE\n\nsf::write_sf(spData::world, \"world.gpkg\")\nplot(spData::world)\n\nWarning: plotting the first 9 out of 10 attributes; use max.plot = 10 to plot\nall\n\n\n\n\n\n\n\n\n\n\n\n\nimport geopandas as gpd\nworld = gpd.read_file('world.gpkg')\nworld.plot()\n\n\n\n\n\n\n\n\n\n\n\nusing Pkg\nPkg.activate(\".\")\nPkg.status()\n\nStatus `~/work/cross_language_projects/cross_language_projects/Project.toml`\n [62cb38b5] GeoDataFrames v0.3.9\n [91a5bcdd] Plots v1.40.8\n [6f49c342] RCall v0.14.6\n\nusing GeoDataFrames\nusing Plots\nworld = GeoDataFrames.read(\"world.gpkg\")\n\n177×11 DataFrame\n Row │ geom iso_a2 name_long continent ⋯\n │ IGeometr… String? String String ⋯\n─────┼──────────────────────────────────────────────────────────────────────────\n 1 │ Geometry: wkbMultiPolygon FJ Fiji Oceania ⋯\n 2 │ Geometry: wkbMultiPolygon TZ Tanzania Africa\n 3 │ Geometry: wkbMultiPolygon EH Western Sahara Africa\n 4 │ Geometry: wkbMultiPolygon CA Canada North Ameri\n 5 │ Geometry: wkbMultiPolygon US United States North Ameri ⋯\n 6 │ Geometry: wkbMultiPolygon KZ Kazakhstan Asia\n 7 │ Geometry: wkbMultiPolygon UZ Uzbekistan Asia\n 8 │ Geometry: wkbMultiPolygon PG Papua New Guinea Oceania\n ⋮ │ ⋮ ⋮ ⋮ ⋮ ⋱\n 171 │ Geometry: wkbMultiPolygon BA Bosnia and Herzegovina Europe ⋯\n 172 │ Geometry: wkbMultiPolygon MK Macedonia Europe\n 173 │ Geometry: wkbMultiPolygon RS Serbia Europe\n 174 │ Geometry: wkbMultiPolygon ME Montenegro Europe\n 175 │ Geometry: wkbMultiPolygon XK Kosovo Europe ⋯\n 176 │ Geometry: wkbMultiPolygon TT Trinidad and Tobago North Ameri\n 177 │ Geometry: wkbMultiPolygon SS South Sudan Africa\n 8 columns and 162 rows omitted\n\n# using CairoMakie, GeoMakie\n# f, a, p = poly(world.geom)\n# poly(f[1, 2], world.geom; axis=(; type=GeoAxis,))\nplot(world.geom)\n\n\n\n\n\n\n\n\n\n\n\n\nRPython\n\n\n\n# Test 1\n\n\n\n\n# Test 2"
7+
"text": "RPythonJulia\n\n\n\nlibrary(sf)\n\nLinking to GEOS 3.11.0, GDAL 3.5.3, PROJ 9.1.0; sf_use_s2() is TRUE\n\nsf::write_sf(spData::world, \"world.gpkg\")\nplot(spData::world)\n\nWarning: plotting the first 9 out of 10 attributes; use max.plot = 10 to plot\nall\n\n\n\n\n\n\n\n\n\n\n\n\nimport geopandas as gpd\nworld = gpd.read_file('world.gpkg')\nworld.plot()\n\n\n\n\n\n\n\n\n\n\n\nusing Pkg\nPkg.activate(\".\")\nPkg.status()\n\nStatus `~/work/cross_language_projects/cross_language_projects/Project.toml`\n [62cb38b5] GeoDataFrames v0.3.10\n [91a5bcdd] Plots v1.40.8\n [6f49c342] RCall v0.14.6\n\nusing GeoDataFrames\nusing Plots\nworld = GeoDataFrames.read(\"world.gpkg\")\n\n177×11 DataFrame\n Row │ geom iso_a2 name_long continent ⋯\n │ IGeometr… String? String String ⋯\n─────┼──────────────────────────────────────────────────────────────────────────\n 1 │ Geometry: wkbMultiPolygon FJ Fiji Oceania ⋯\n 2 │ Geometry: wkbMultiPolygon TZ Tanzania Africa\n 3 │ Geometry: wkbMultiPolygon EH Western Sahara Africa\n 4 │ Geometry: wkbMultiPolygon CA Canada North Ameri\n 5 │ Geometry: wkbMultiPolygon US United States North Ameri ⋯\n 6 │ Geometry: wkbMultiPolygon KZ Kazakhstan Asia\n 7 │ Geometry: wkbMultiPolygon UZ Uzbekistan Asia\n 8 │ Geometry: wkbMultiPolygon PG Papua New Guinea Oceania\n ⋮ │ ⋮ ⋮ ⋮ ⋮ ⋱\n 171 │ Geometry: wkbMultiPolygon BA Bosnia and Herzegovina Europe ⋯\n 172 │ Geometry: wkbMultiPolygon MK Macedonia Europe\n 173 │ Geometry: wkbMultiPolygon RS Serbia Europe\n 174 │ Geometry: wkbMultiPolygon ME Montenegro Europe\n 175 │ Geometry: wkbMultiPolygon XK Kosovo Europe ⋯\n 176 │ Geometry: wkbMultiPolygon TT Trinidad and Tobago North Ameri\n 177 │ Geometry: wkbMultiPolygon SS South Sudan Africa\n 8 columns and 162 rows omitted\n\n# using CairoMakie, GeoMakie\n# f, a, p = poly(world.geom)\n# poly(f[1, 2], world.geom; axis=(; type=GeoAxis,))\nplot(world.geom)\n\n\n\n\n\n\n\n\n\n\n\n\nRPython\n\n\n\n# Test 1\n\n\n\n\n# Test 2"
88
},
99
{
1010
"objectID": "index.html",
@@ -18,7 +18,7 @@
1818
"href": "index.html#setup",
1919
"title": "Deploying cross-language in high impact projects",
2020
"section": "Setup",
21-
"text": "Setup\nTo setup the repo the following commands were used\ngh repo create # create the repo on github\n\n# Install R dependencies:\nremotes::install_github(\"robinlovelace/cross_language_projects\")\n\nInstall Python and necessary Python packages if not already installed with:\n\nreticulate::install_python()\n\n\nreticulate::py_install(\"geopandas\")\n\nUsing virtual environment '/Users/runner/.virtualenvs/r-reticulate' ...\n\n\n+ /Users/runner/.virtualenvs/r-reticulate/bin/python -m pip install --upgrade --no-user geopandas\n\nreticulate::py_install(\"matplotlib\")\n\nUsing virtual environment '/Users/runner/.virtualenvs/r-reticulate' ...\n\n\n+ /Users/runner/.virtualenvs/r-reticulate/bin/python -m pip install --upgrade --no-user matplotlib\n\n\nInstall Julia if not already installed:\ncurl -fsSL https://install.julialang.org | sh\nActivate the Julia environment:\n\nusing Pkg\nPkg.activate(\".\")\nPkg.status()\n\nStatus `~/work/cross_language_projects/cross_language_projects/Project.toml`\n [62cb38b5] GeoDataFrames v0.3.9\n [91a5bcdd] Plots v1.40.8\n [6f49c342] RCall v0.14.6"
21+
"text": "Setup\nTo setup the repo the following commands were used\ngh repo create # create the repo on github\n\n# Install R dependencies:\nremotes::install_github(\"robinlovelace/cross_language_projects\")\n\nInstall Python and necessary Python packages if not already installed with:\n\nreticulate::install_python()\n\n\nreticulate::py_install(\"geopandas\")\n\nUsing virtual environment '/Users/runner/.virtualenvs/r-reticulate' ...\n\n\n+ /Users/runner/.virtualenvs/r-reticulate/bin/python -m pip install --upgrade --no-user geopandas\n\nreticulate::py_install(\"matplotlib\")\n\nUsing virtual environment '/Users/runner/.virtualenvs/r-reticulate' ...\n\n\n+ /Users/runner/.virtualenvs/r-reticulate/bin/python -m pip install --upgrade --no-user matplotlib\n\n\nInstall Julia if not already installed:\ncurl -fsSL https://install.julialang.org | sh\nActivate the Julia environment:\n\nusing Pkg\nPkg.activate(\".\")\nPkg.status()\n\nStatus `~/work/cross_language_projects/cross_language_projects/Project.toml`\n [62cb38b5] GeoDataFrames v0.3.10\n [91a5bcdd] Plots v1.40.8\n [6f49c342] RCall v0.14.6"
2222
},
2323
{
2424
"objectID": "slides.html#contents",

sitemap.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://Robinlovelace.github.io/cross_language_projects/demo.html</loc>
5-
<lastmod>2024-09-20T17:48:06.478Z</lastmod>
5+
<lastmod>2024-09-22T08:22:05.603Z</lastmod>
66
</url>
77
<url>
88
<loc>https://Robinlovelace.github.io/cross_language_projects/index.html</loc>
9-
<lastmod>2024-09-20T17:48:06.539Z</lastmod>
9+
<lastmod>2024-09-22T08:22:05.659Z</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://Robinlovelace.github.io/cross_language_projects/slides.html</loc>
13-
<lastmod>2024-09-20T17:48:06.540Z</lastmod>
13+
<lastmod>2024-09-22T08:22:05.660Z</lastmod>
1414
</url>
1515
</urlset>

slides.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<meta name="generator" content="quarto-1.5.57">
1414

1515
<meta name="author" content="Robin Lovelace">
16-
<meta name="dcterms.date" content="2024-09-20">
16+
<meta name="dcterms.date" content="2024-09-22">
1717
<title>Deploying cross-language in high impact projects</title>
1818
<meta name="apple-mobile-web-app-capable" content="yes">
1919
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
@@ -430,7 +430,7 @@ <h1 class="title">Deploying cross-language in high impact projects</h1>
430430
</div>
431431
</div>
432432

433-
<p class="date">September 20, 2024</p>
433+
<p class="date">September 22, 2024</p>
434434
</section>
435435
<section>
436436
<section id="introduction" class="title-slide slide level1 center">

0 commit comments

Comments
 (0)