Skip to content

Commit 39a7c7b

Browse files
committed
fixed typo in r-spatial-data
1 parent 812f408 commit 39a7c7b

File tree

7 files changed

+15
-13
lines changed

7 files changed

+15
-13
lines changed

_posts/r-spatial-data/r-spatial-data.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ theme_update(plot.title = element_text(face = "bold", hjust = .5))
5555
# install.packages("remotes")
5656
# remotes::install_github("ropensci/rnaturalearth")
5757
58-
# if downloading raster data such as 'MRS_50m' is not working try to insdtall the developer version of 'rnaturaleart' by using
58+
# if downloading raster data such as 'MRS_50m' is not working try to install the developer version of 'rnaturalearth' by using
5959
# remotes::install_dev("rnaturalearth")
6060
6161
## for high resolution data, also install {rnaturalearthhires}

_posts/r-spatial-data/r-spatial-data.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1596,7 +1596,7 @@ <h2 id="rnaturalearth">{rnaturalearth}</h2>
15961596
<span><span class='co'># install.packages("remotes")</span></span>
15971597
<span><span class='co'># remotes::install_github("ropensci/rnaturalearth")</span></span>
15981598
<span></span>
1599-
<span><span class='co'># if downloading raster data such as 'MRS_50m' is not working try to insdtall the developer version of 'rnaturaleart' by using</span></span>
1599+
<span><span class='co'># if downloading raster data such as 'MRS_50m' is not working try to install the developer version of 'rnaturalearth' by using</span></span>
16001600
<span><span class='co'># remotes::install_dev("rnaturalearth")</span></span>
16011601
<span></span>
16021602
<span><span class='co'>## for high resolution data, also install {rnaturalearthhires}</span></span>

docs/coding.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2892,9 +2892,11 @@ <h1 class="posts-list-caption" data-caption="Coding">Coding</h1>
28922892
<a href="posts/data-import/" class="post-preview">
28932893
<script class="post-metadata" type="text/json">{"categories":["rstats","workflow","tutorial"]}</script>
28942894
<div class="metadata">
2895-
<div class="publishedDate">Dec. 6, 2023</div>
2895+
<div class="publishedDate">Dec. 7, 2023</div>
2896+
</div>
2897+
<div class="thumbnail">
2898+
<img/>
28962899
</div>
2897-
<div class="thumbnail"></div>
28982900
<div class="description">
28992901
<h2>How to Import Tabular, Plain-Text Data Files</h2>
29002902
<div class="dt-tags">
@@ -3036,7 +3038,7 @@ <h2>Netlogo Turtle Spatial Projection</h2>
30363038
<a href="posts/r-spatial-data/" class="post-preview">
30373039
<script class="post-metadata" type="text/json">{"categories":["tutorial","rstats","workflow","spatial","data sources"]}</script>
30383040
<div class="metadata">
3039-
<div class="publishedDate">May 25, 2023</div>
3041+
<div class="publishedDate">May 24, 2023</div>
30403042
</div>
30413043
<div class="thumbnail">
30423044
<img data-src="posts/r-spatial-data/r-spatial-data_files/figure-html5/plot-world-rnaturalearth-1.png"/>
@@ -3348,7 +3350,7 @@ <h3>Categories</h3>
33483350
<a href="#">More articles &raquo;</a>
33493351
</div>
33503352
</div>
3351-
<!--/radix_placeholder_article_listing-->
3353+
<!--/radix_placeholder_article_listing-->
33523354

33533355
<div class="d-title">
33543356
<h1>Coding</h1>

docs/coding.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<link>https://ecodynizw.github.io/</link>
1313
</image>
1414
<generator>Distill</generator>
15-
<lastBuildDate>Wed, 06 Dec 2023 00:00:00 +0000</lastBuildDate>
15+
<lastBuildDate>Thu, 07 Dec 2023 00:00:00 +0000</lastBuildDate>
1616
<item>
1717
<title>How to Import Tabular, Plain-Text Data Files</title>
1818
<dc:creator>Cedric Scherer</dc:creator>
@@ -22,7 +22,7 @@
2222
<category>workflow</category>
2323
<category>tutorial</category>
2424
<guid>https://ecodynizw.github.io/posts/data-import</guid>
25-
<pubDate>Wed, 06 Dec 2023 00:00:00 +0000</pubDate>
25+
<pubDate>Thu, 07 Dec 2023 00:00:00 +0000</pubDate>
2626
</item>
2727
<item>
2828
<title>Our Corporate D6 ggplot2 Theme</title>
@@ -118,7 +118,7 @@
118118
<category>spatial</category>
119119
<category>data sources</category>
120120
<guid>https://ecodynizw.github.io/posts/r-spatial-data</guid>
121-
<pubDate>Thu, 25 May 2023 00:00:00 +0000</pubDate>
121+
<pubDate>Wed, 24 May 2023 00:00:00 +0000</pubDate>
122122
<media:content url="https://ecodynizw.github.io/posts/r-spatial-data/r-spatial-data_files/figure-html5/plot-world-rnaturalearth-1.png" medium="image" type="image/png" width="1920" height="768"/>
123123
</item>
124124
<item>

0 commit comments

Comments
 (0)