<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>RStudio | Thought splinters</title>
    <link>https://notes.peter-baumgartner.net/tag/rstudio/</link>
      <atom:link href="https://notes.peter-baumgartner.net/tag/rstudio/index.xml" rel="self" type="application/rss+xml" />
    <description>RStudio</description>
    <generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><copyright>CC BY-SA 4.0</copyright><lastBuildDate>Fri, 14 May 2021 00:00:00 +0000</lastBuildDate>
    <image>
      <url>https://notes.peter-baumgartner.net/media/icon_huab1e86cf5cbc1139acf672dc60b9d7d0_5213_512x512_fill_lanczos_center_2.png</url>
      <title>RStudio</title>
      <link>https://notes.peter-baumgartner.net/tag/rstudio/</link>
    </image>
    
    <item>
      <title>Images in Different File Formats</title>
      <link>https://notes.peter-baumgartner.net/2021/05/14/images-in-different-file-formats/</link>
      <pubDate>Fri, 14 May 2021 00:00:00 +0000</pubDate>
      <guid>https://notes.peter-baumgartner.net/2021/05/14/images-in-different-file-formats/</guid>
      <description>&lt;p&gt;I have investigated the different methods for inserting images into various file formats and conversion procedures.&lt;/p&gt;



&lt;h2 id=&#34;image-handling-in-rmd-md-and-rmarkdown-files&#34;&gt;Image handling in .Rmd, .md and .Rmarkdown files&lt;a href=&#34;#image-handling-in-rmd-md-and-rmarkdown-files&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;
&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;
&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;
&lt;/svg&gt;&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;At first I looked on the various options for &lt;a href=&#34;https://notes.peter-baumgartner.net/2021/05/05/images-from-rmd-to-html-format/&#34;&gt;handling of images in .Rmd files&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Then &amp;ndash; as a contrast program &amp;ndash; I tested the outcomes of &lt;a href=&#34;https://notes.peter-baumgartner.net/2021/05/06/images-in-md-files/&#34;&gt;image handling procedures in .md files&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;And finally I investigated the &lt;a href=&#34;https://notes.peter-baumgartner.net/2021/05/07/images-in-rmarkdown-files/&#34;&gt;image procedures in.Rmarkdown files&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;



&lt;h2 id=&#34;observed-results&#34;&gt;Observed results&lt;a href=&#34;#observed-results&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;
&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;
&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;
&lt;/svg&gt;&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;The situation is complex and not easy to grasp. But on a meta-level, the case is pretty straightforward: The decision for a file format is much more important than the details in image handling.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;.Rmd&lt;/code&gt;&lt;/strong&gt;: The window provided via Visual R Markdown provides all its great features only in .Rmd files. With the new page bundle feature in Hugo some disadvantages of .Rmd file disappear: As every file is in its own folder the several files produced by the conversion process do not hamper anymore. But .Rmd files loose some of the nice features of the Academic theme, e.g., the table of contents on the ride side. Also the chunk option &lt;code&gt;fig.align&lt;/code&gt; does not work with the Academic theme. To date I could not find &amp;amp; solve the annoying problem.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;&lt;code&gt;.Rmarkdown&lt;/code&gt;&lt;/strong&gt;: It turns out that &lt;strong&gt;.Rmarkdown files have the greatest advantages&lt;/strong&gt;. They have now almost the same features of R Markdown (writing and applying R code, using references and bibliography), but provides also the benefits of the (Academic) theme via the Goldmark renderer. Yes, you can&amp;rsquo;t use the full functionality of the Visual R Markdown window for including images but you could use instead the Hugo figure shortcode.&lt;sup id=&#34;fnref:1&#34;&gt;&lt;a href=&#34;#fn:1&#34; class=&#34;footnote-ref&#34; role=&#34;doc-noteref&#34;&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;So the situation is pretty straightforward: The Hugo figure shortcode is for all different file formats a good solution. In the case of .Rmd files they have to be embedded in an HTML-chunk as &lt;a href=&#34;https://notes.peter-baumgartner.net/2021/05/05/images-from-rmd-to-html-format#code-in-html-chunk&#34;&gt;demonstrated in the .Rmd post&lt;/a&gt;.&lt;/p&gt;



&lt;h2 id=&#34;additional-tip&#34;&gt;Additional tip&lt;a href=&#34;#additional-tip&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;
&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;
&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;
&lt;/svg&gt;&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;RStudio markdown snippet do not work in .md files. I do not understand why not. Ok, there is no R programming code but it coud be used for other (text) snippets. RStudio markdown snippet do work with .Rmarkdown files. So I have prepared an snippet to include the &lt;a href=&#34;https://gohugo.io/content-management/shortcodes/#figure&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Hugo figure shortcode&lt;/a&gt; syntax and saved under &amp;lsquo;ff&amp;rsquo;. So I just need to type &lt;code&gt;ff + SHIFT-Tab&lt;/code&gt; to get a template with all the parameters .&lt;/p&gt;
&lt;p&gt;&lt;span class=&#39;Z3988&#39; title=&#39;url_ver=Z39.88-2004&amp;amp;ctx_ver=Z39.88-2004&amp;amp;rfr_id=info%3Asid%2Fzotero.org%3A2&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;amp;rft.type=blogPost&amp;amp;rft.title=Images%20in%20Different%20File%20Formats&amp;amp;rft.source=Thought%20splinters&amp;amp;rft.rights=CC%20BY-SA%204.0&amp;amp;rft.description=I%20have%20investigated%20the%20different%20methods%20for%20inserting%20images%20into%20various%20file%20formats%20and%20conversion%20procedures.%20The%20situation%20is%20complex%20and%20not%20easy%20to%20grasp.%20But%20on%20a%20meta-level,%20the%20case%20is%20pretty%20straightforward:%20The%20decision%20for%20a%20file%20format%20is%20much%20more%20important%20than%20the%20details%20in%20image%20handling.&amp;amp;rft.identifier=https%3A%2F%2Fnotes.peter-baumgartner.net%2F2021%2F05%2F14%2Fimages-in-different-file-formats&amp;amp;rft.aufirst=Peter&amp;amp;rft.aulast=Baumgartner&amp;amp;rft.au=Peter%20Baumgartner&amp;amp;rft.date=2021-05-14&amp;amp;rft.language=en&#39;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;section class=&#34;footnotes&#34; role=&#34;doc-endnotes&#34;&gt;
&lt;hr&gt;
&lt;ol&gt;
&lt;li id=&#34;fn:1&#34; role=&#34;doc-endnote&#34;&gt;
&lt;p&gt;At the moment I do not know if using the &lt;code&gt;figure&lt;/code&gt; shortcode results in some processing penalties. At least I read and experienced it myself that with many images the standard time-out parameter for Netlify has to be set much higher than the standard 10 seconds. &lt;a href=&#34;#fnref:1&#34; class=&#34;footnote-backref&#34; role=&#34;doc-backlink&#34;&gt;&amp;#x21a9;&amp;#xfe0e;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;/section&gt;
</description>
    </item>
    
    <item>
      <title>Announcing the R package coinsR</title>
      <link>https://notes.peter-baumgartner.net/2019/08/02/announcing-the-r-package-coinsr/</link>
      <pubDate>Fri, 02 Aug 2019 00:00:00 +0000</pubDate>
      <guid>https://notes.peter-baumgartner.net/2019/08/02/announcing-the-r-package-coinsr/</guid>
      <description>&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    Update 2021-05-21: Because of some breaking changes in the Hugo site structure and management in the last three years, &lt;code&gt;coinsR&lt;/code&gt; works at the moment only with individual pages.
  &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;This blog entry announces the R program &lt;code&gt;coinsR&lt;/code&gt; to produce bibliographic metadata automatically for websites within the Hugo framework. The dominant use case at the moment is with the &lt;code&gt;blogdown&lt;/code&gt; package.&lt;/p&gt;
&lt;p&gt;In a &lt;a href=&#34;https://notes.peter-baumgartner.net/2019/06/19/bibliographic-metadata-for-your-web-page/&#34;&gt;previous blog entry&lt;/a&gt; I wrote about the advantages of providing bibliographic metadata for your web pages producing COinS. COinS is the abbreviation of &lt;a href=&#34;https://en.wikipedia.org/wiki/COinS&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Context Objects in Spans&lt;/a&gt;. It refers to a &lt;a href=&#34;https://www.univie.ac.at/elib/index.php?title=COinS_Microfromat_Bibliographic_Metadata_for_Embedding_in_HTML&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;microformat standard to embed bibliographic metadata as HTML&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;A COinS string includes HTML code for all the information necessary to cite a publication correctly. It works for every type of writing (books, papers, web pages). COinS embedded in your HTML pages help your blog readers or website visitors to cite your posts and pages correctly.&lt;/p&gt;
&lt;p&gt;I wrote also a &lt;a href=&#34;https://notes.peter-baumgartner.net/2019/06/19/how-to-produce-bibliographic-metadata-for-you-web-page/&#34;&gt;detailed tuorial&lt;/a&gt; how to produce COinS with the help of the free bibliographical research tool &lt;a href=&#34;https://www.zotero.org/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Zotero&lt;/a&gt;. But this is a quite complicated procedure with several steps. Besides, it works only for every page individually and not automatically for all blog entries of your website.&lt;/p&gt;
&lt;p&gt;To produce COinS for every web page quickly was my motivation to write the R package &lt;code&gt;coinsR&lt;/code&gt;.&lt;/p&gt;



&lt;h2 id=&#34;use-cases-of-coinsr-and-its-limitations&#34;&gt;Use cases of &lt;code&gt;coinsR&lt;/code&gt; and its limitations&lt;a href=&#34;#use-cases-of-coinsr-and-its-limitations&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;
&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;
&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;
&lt;/svg&gt;&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;The package requires:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&#34;https://gohugo.io&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Hugo&lt;/a&gt; with the R package &lt;a href=&#34;https://bookdown.org/yihui/blogdown/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;blogdown&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Config file in the TOML format (config.toml)&lt;/li&gt;
&lt;li&gt;Blog entries with YAML frontmatter&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I plan for a future version to loosen the last two limitations and allow config.yaml and TOML frontmatter (but not for .json).&lt;/p&gt;
&lt;div class=&#34;alert alert-note&#34;&gt;
  &lt;div&gt;
    Update 2021-05-21: This plan is still relevant: I would like to loosen some restrictions and improve the user interface.
  &lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;You can call &lt;code&gt;coinsR&lt;/code&gt; via an RStudio Addin for every page individually. But you can also produce COinS automatically for all files under a specific directory.&lt;/p&gt;



&lt;h2 id=&#34;where-to-find-coinsr-and-how-to-install-it&#34;&gt;Where to find &lt;code&gt;coinsR&lt;/code&gt; and how to install it?&lt;a href=&#34;#where-to-find-coinsr-and-how-to-install-it&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;
&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;
&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;
&lt;/svg&gt;&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;You can download the package from Github with&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;remotes::install_github(&#39;petzi53/coinsR&#39;, build_vignettes = TRUE)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I am trying to prepare &lt;code&gt;coinsR&lt;/code&gt; as an R package distributed via the &lt;a href=&#34;https://cran.r-project.org/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;CRAN repository&lt;/a&gt;. But as I am still not very experienced in R programming, I am not sure if I will succeed.&lt;/p&gt;
&lt;p&gt;You will find a detailed description in the help file and the vignette description of how to invoke the two functions &lt;code&gt;coins_this()&lt;/code&gt; and &lt;code&gt;coins_all()&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span class=&#39;Z3988&#39; title=&#39;url_ver=Z39.88-2004&amp;amp;ctx_ver=Z39.88-2004&amp;amp;rfr_id=info%3Asid%2Fzotero.org%3A2&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;amp;rft.type=blogPost&amp;amp;rft.title=Announcing%20the%20R%20package%20coinsR&amp;amp;rft.source=Thought%20splinters&amp;amp;rft.rights=CC%20BY-SA%204.0&amp;amp;rft.description=This%20blog%20entry%20announces%20the%20R%20program%20%60coinsR%60%20to%20produce%20bibliographic%20metadata%20automatically%20for%20websites%20within%20the%20Hugo%20framework.%20The%20dominant%20use%20case%20at%20the%20moment%20is%20with%20the%20%60blogdown%60%20package.&amp;amp;rft.identifier=https%3A%2F%2Fnotes.peter-baumgartner.net%2F2019%2F08%2F02%2Fannouncing-the-r-package-coinsr&amp;amp;rft.aufirst=Peter&amp;amp;rft.aulast=Baumgartner&amp;amp;rft.au=Peter%20Baumgartner&amp;amp;rft.date=2019-08-02&amp;amp;rft.language=en&#39;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&#39;Z3988&#39; title=&#39;url_ver=Z39.88-2004&amp;amp;ctx_ver=Z39.88-2004&amp;amp;rfr_id=info%3Asid%2Fzotero.org%3A2&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;amp;rft.type=blogPost&amp;amp;rft.title=Announcing%20the%20R%20package%20coinsR&amp;amp;rft.source=Thought%20splinters&amp;amp;rft.rights=CC%20BY-SA%204.0&amp;amp;rft.description=This%20blog%20entry%20announces%20the%20R%20program%20%60coinsR%60%20to%20produce%20bibliographic%20metadata%20automatically%20for%20websites%20within%20the%20Hugo%20framework.%20The%20dominant%20use%20case%20at%20the%20moment%20is%20with%20the%20%60blogdown%60%20package.&amp;amp;rft.identifier=https%3A%2F%2Fnotes.peter-baumgartner.net%2F2019%2F08%2F02%2Fannouncing-the-r-package-coinsr&amp;amp;rft.aufirst=Peter&amp;amp;rft.aulast=Baumgartner&amp;amp;rft.au=Peter%20Baumgartner&amp;amp;rft.date=2019-08-02&amp;amp;rft.language=en&#39;&gt;&lt;/span&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>RStudio Snippets for Markdown</title>
      <link>https://notes.peter-baumgartner.net/2019/06/12/rstudio-snippets-for-markdown/</link>
      <pubDate>Wed, 12 Jun 2019 00:00:00 +0000</pubDate>
      <guid>https://notes.peter-baumgartner.net/2019/06/12/rstudio-snippets-for-markdown/</guid>
      <description>


&lt;h2 id=&#34;tutorial-for-rstudio-code-snippets&#34;&gt;Tutorial for RStudio code snippets&lt;a href=&#34;#tutorial-for-rstudio-code-snippets&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;
&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;
&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;
&lt;/svg&gt;&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Code snippets are text macros which you can insert into your programs. They are used for repetitive tasks and can boost your productivity tremendously. Here I am not going to explain how to use it. There are already several good tutorials around:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The official &lt;a href=&#34;https://support.rstudio.com/hc/en-us/articles/204463668-Code-Snippets&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;RStudio tutorial&lt;/a&gt; on code snippets&lt;/li&gt;
&lt;li&gt;A &lt;a href=&#34;https://datacritics.com/2019/01/28/rstudio-snippets/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Blog entry by Jake Daniels&lt;/a&gt;: How RStudio Snippets Improve My Productivity&lt;/li&gt;
&lt;li&gt;A &lt;a href=&#34;https://jozef.io/r906-rstudio-snippets/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Blog entry by Jozef Hajnala&lt;/a&gt;: 4 ways to be more efficient using RStudio&amp;rsquo;s Code Snippets, with 11 ready to use examples&lt;/li&gt;
&lt;li&gt;A &lt;a href=&#34;https://www.youtube.com/watch?v=h_i__VTSurU&amp;amp;list=PL7D2RMSmRO9JOvPC1gbA8Mc3azvSfm8Vv&amp;amp;index=28&amp;amp;t=141s&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Video by Sharon Machlis&lt;/a&gt;: R tip: Save time with RStudio code snippets (part of her video channel &lt;a href=&#34;https://www.youtube.com/playlist?list=PL7D2RMSmRO9JOvPC1gbA8Mc3azvSfm8Vv&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Do more with R&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;



&lt;h2 id=&#34;eight-useful-reminders&#34;&gt;Eight useful reminders&lt;a href=&#34;#eight-useful-reminders&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;
&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;
&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;
&lt;/svg&gt;&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;In this post, I want to summarize some important details, which I learned laboriously after time-consuming trials:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The Markdown section in the snippet editor works only with &lt;code&gt;.Rmd&lt;/code&gt; and &lt;code&gt;.Rmarkdown&lt;/code&gt; files. &amp;ndash; So if you are going to write just text (e.g., a blog entry) &lt;em&gt;and&lt;/em&gt; you want use RStudio snippets to insert shortcodes than you have to write into &lt;code&gt;.Rmd&lt;/code&gt; / &lt;code&gt;.Rmarkdown&lt;/code&gt; files.&lt;/li&gt;
&lt;li&gt;The snippets in the R section of the snippet editor are for code chunks whereas the snippets in the Markdown section work only in markdown text of &lt;code&gt;.Rmd&lt;/code&gt; / &lt;code&gt;.Rmarkdown&lt;/code&gt; files.&lt;/li&gt;
&lt;li&gt;To insert snippets in the Markdown part of &lt;code&gt;.Rmd&lt;/code&gt; / &lt;code&gt;.Rmarkdown&lt;/code&gt; files, you have to use SHIFT-TAB (and not just TAB as for R snippets in the code chunks).&lt;/li&gt;
&lt;li&gt;To write your snippets, you have to use the TAB key for indenting. 4 Spaces do not work!&lt;/li&gt;
&lt;li&gt;It is legitimate to write huge snippets for large code junks. For instance, you can write complex &lt;code&gt;ggplot2&lt;/code&gt; snippets as a kind of a template you are going to use frequently.&lt;/li&gt;
&lt;li&gt;For large code chunks, it may be preferable to write the snippets with the RStudio code pane. You can load the snippet files under &lt;code&gt;~/.R/r.snippets&lt;/code&gt; respectively ~&lt;code&gt;.R/markdown.snippets&lt;/code&gt; into RStudio.&lt;/li&gt;
&lt;li&gt;You can share you snippets sending these files to your colleagues and collaborators.&lt;/li&gt;
&lt;li&gt;Do not use names, which are difficult to type to call your snippets. For instance, to insert the markdown syntax for an image do not name it &amp;ldquo;![&amp;rdquo; but &amp;ldquo;ii&amp;rdquo; for example.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span class=&#39;Z3988&#39; title=&#39;url_ver=Z39.88-2004&amp;amp;ctx_ver=Z39.88-2004&amp;amp;rfr_id=info%3Asid%2Fzotero.org%3A2&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;amp;rft.type=blogPost&amp;amp;rft.title=RStudio%20Snippets%20for%20Markdown%20%3A%3A%20Open%20Science%20Education&amp;amp;rft.source=RStudio%20Snippets%20for%20Markdown&amp;amp;rft.rights=CC%20BY-SA%204.0&amp;amp;rft.description=Code%20snippets%20are%20text%20macros%20which%20you%20can%20insert%20into%20your%20programs.%20They%20are%20used%20for%20repetitive%20tasks%20and%20can%20boost%20your%20productivity%20tremendously.%20After%20providing%20some%20link%20to%20tutorials%20about%20RStudio%20snippets%2C%20I%20am%20going%20to%20summarize%20eight%20reminders%20for%20practical%20usage.&amp;amp;rft.identifier=https%3A%2F%2Fnotes.peter-baumgartner.net%2F2019%2F06%2F12%2Frstudio-snippets-for-markdown%2F&amp;amp;rft.aufirst=Peter&amp;amp;rft.aulast=Baumgartner&amp;amp;rft.au=Peter%20Baumgartner&amp;amp;rft.date=2019-06-07&amp;amp;rft.language=EN&#39;&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span class=&#39;Z3988&#39; title=&#39;url_ver=Z39.88-2004&amp;amp;ctx_ver=Z39.88-2004&amp;amp;rfr_id=info%3Asid%2Fzotero.org%3A2&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;amp;rft.type=blogPost&amp;amp;rft.title=RStudio%20Snippets%20for%20Markdown%20::%20Open%20Science%20Education&amp;amp;rft.source=RStudio%20Snippets%20for%20Markdown&amp;amp;rft.rights=CC%20BY-SA%204.0&amp;amp;rft.description=Code%20snippets%20are%20text%20macros%20which%20you%20can%20insert%20into%20your%20programs.%20They%20are%20used%20for%20repetitive%20tasks%20and%20can%20boost%20your%20productivity%20tremendously.%20After%20providing%20some%20link%20to%20tutorials%20about%20RStudio%20snippets,%20I%20am%20going%20to%20summarize%20eight%20reminders%20for%20practical%20usage.&amp;amp;rft.identifier=https%3A%2F%2Fnotes.peter-baumgartner.net%2F2019%2F06%2F12%2Frstudio-snippets-for-markdown&amp;amp;rft.aufirst=Peter&amp;amp;rft.aulast=Baumgartner&amp;amp;rft.au=Peter%20Baumgartner&amp;amp;rft.date=&amp;amp;rft.language=en&#39;&gt;&lt;/span&gt;&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>RStudio installieren (Deutsch)</title>
      <link>https://notes.peter-baumgartner.net/slides/2018-01-03-installiere-rstudio/</link>
      <pubDate>Wed, 03 Jan 2018 00:00:00 +0000</pubDate>
      <guid>https://notes.peter-baumgartner.net/slides/2018-01-03-installiere-rstudio/</guid>
      <description>


&lt;h2 id=&#34;installation-von-rstudio&#34;&gt;Installation von RStudio&lt;a href=&#34;#installation-von-rstudio&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;
&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;
&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;
&lt;/svg&gt;&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Bedienung dieser Diashow&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Steuerungselemente: Pfeile rechts unten&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Achtung:&lt;/strong&gt; Manchmal gibt es außer vor und zurück auch hinauf und hinunter&lt;/li&gt;
&lt;li&gt;Folienstruktur-Überblick: ESC-Taste&lt;/li&gt;
&lt;li&gt;Zoomen: ALT + (STRG für LINUX) KLICK in das Objekt. Noch ein Klick: Herauszoomen.&lt;/li&gt;
&lt;li&gt;Beenden: Mit dem Browser zurück gehen&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;



&lt;h2 id=&#34;voraussetzungen&#34;&gt;Voraussetzungen&lt;a href=&#34;#voraussetzungen&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;
&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;
&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;
&lt;/svg&gt;&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;Bevor wir komfortabel mit R arbeiten können, müssen wir einige Programme installieren&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Die aktuelle Version von &lt;a href=&#34;https://cran.r-project.org/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;R&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Die aktuelle Version der Entwicklungsumgebung &lt;a href=&#34;https://www.rstudio.com/products/rstudio/download/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;RStudio&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Die aktuelle Version von &lt;a href=&#34;https://www.latex-project.org/get/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;LaTeX&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Alle Programme sind &lt;a href=&#34;http://praxistipps.chip.de/open-source-was-ist-das-genau_12877&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Open Source&lt;/a&gt;: Sowohl Quellcode als auch Programme sind frei und kostenlos erhältlich.&lt;/p&gt;
&lt;hr&gt;



&lt;h2 id=&#34;installation-von-rstudio-1&#34;&gt;Installation von RStudio&lt;a href=&#34;#installation-von-rstudio-1&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;
&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;
&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;
&lt;/svg&gt;&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;R noch nicht installiert? Beginnen Sie mit &lt;a href=&#34;http://notes.peter-baumgartner.net/slide/installiere-r/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;diesem Link&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Ansonsten rufen Sie die &lt;a href=&#34;https://www.rstudio.com/products/rstudio/download/#download&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;RStudio-Downloadseite&lt;/a&gt; auf&lt;/li&gt;
&lt;/ul&gt;



&lt;h2 id=&#34;img-srcimagesdownload1-rstudio-minpng-stylewidth-70-&#34;&gt;&lt;img src=&#34;images/download1-rstudio-min.png&#34; style=&#34;width: 70%&#34; /&gt;&lt;a href=&#34;#img-srcimagesdownload1-rstudio-minpng-stylewidth-70-&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;
&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;
&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;
&lt;/svg&gt;&lt;/a&gt;
&lt;/h2&gt;



&lt;h2 id=&#34;wählen-sie-mac-oder-windows-downlaod&#34;&gt;Wählen Sie Mac oder Windows-Downlaod&lt;a href=&#34;#w%c3%a4hlen-sie-mac-oder-windows-downlaod&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;
&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;
&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;
&lt;/svg&gt;&lt;/a&gt;
&lt;/h2&gt;
&lt;p&gt;&lt;img src=&#34;images/download2-rstudio-min.png&#34; style=&#34;width: 70%&#34; /&gt;&lt;/p&gt;
&lt;hr&gt;



&lt;h2 id=&#34;speichern-sie-ihre-programm-version&#34;&gt;Speichern Sie Ihre Programm-Version&lt;a href=&#34;#speichern-sie-ihre-programm-version&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;
&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;
&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;
&lt;/svg&gt;&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Klicken Sie auf den Download-Link&lt;/li&gt;
&lt;li&gt;Speichern Sie die Installationsdatei&lt;/li&gt;
&lt;li&gt;Entpacken Sie RStudio&lt;/li&gt;
&lt;li&gt;Rufen Sie RStudio dann auf&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;ul&gt;
&lt;li&gt;Es erscheint nun die Entwicklungsumgebung&lt;/li&gt;
&lt;li&gt;Klicken Sie in die obere Leiste, damit Sie alle 4 Fensterbereiche sehen&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;images/Rstudio-virgin-min.png&#34; style=&#34;width: 60%&#34; /&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;ul&gt;
&lt;li&gt;Erkunden Sie Fenster und Reiter von RStudio&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;img src=&#34;images/RStudio-4-panes-min.png&#34; style=&#34;width: 80%&#34; /&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;ul&gt;
&lt;li&gt;Hilfreich ist auch diesen &lt;a href=&#34;https://www.youtube.com/watch?v=riONFzJdXcs&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;Video&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Mehr zu Entwicklungsumgebung dann, wenn wir mit R zu arbeiten beginnen&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;



&lt;h2 id=&#34;zusammenfassung&#34;&gt;Zusammenfassung&lt;a href=&#34;#zusammenfassung&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;
&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;
&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;
&lt;/svg&gt;&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Es gibt auch YouTube-Videos zum Ansehen&lt;/li&gt;
&lt;li&gt;Die Schritte für Mac und Windows sind ähnlich:&lt;/li&gt;
&lt;li&gt;z.B. für Mac &lt;a href=&#34;https://www.youtube.com/watch?v=cX532N_XLIs&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;hier&lt;/a&gt; und &lt;a href=&#34;https://www.youtube.com/watch?v=d-u_7vdag-0&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;hier&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;und für Windows &lt;a href=&#34;https://www.youtube.com/watch?v=MFfRQuQKGYg&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;hier&lt;/a&gt; und &lt;a href=&#34;https://www.youtube.com/watch?v=9-RrkJQQYqY&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;hier&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Ein Link, der nochmals &lt;a href=&#34;https://courses.edx.org/courses/UTAustinX/UT.7.01x/3T2014/56c5437b88fa43cf828bff5371c6a924/&#34; target=&#34;_blank&#34; rel=&#34;noopener&#34;&gt;alle Schritte&lt;/a&gt; zusammenfasst&lt;/li&gt;
&lt;li&gt;Sie sollten jetzt R und RStudio installiert haben&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;



&lt;h2 id=&#34;präsentation-beenden&#34;&gt;Präsentation beenden&lt;a href=&#34;#pr%c3%a4sentation-beenden&#34;&gt;&lt;svg class=&#34;anchor-symbol&#34; height=&#34;26&#34; width=&#34;26&#34; viewBox=&#34;0 0 22 22&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;
&lt;path d=&#34;M0 0h24v24H0z&#34; fill=&#34;currentColor&#34;&gt;&lt;/path&gt;
&lt;path d=&#34;M3.9 12c0-1.71 1.39-3.1 3.1-3.1h4V7H7c-2.76.0-5 2.24-5 5s2.24 5 5 5h4v-1.9H7c-1.71.0-3.1-1.39-3.1-3.1zM8 13h8v-2H8v2zm9-6h-4v1.9h4c1.71.0 3.1 1.39 3.1 3.1s-1.39 3.1-3.1 3.1h-4V17h4c2.76.0 5-2.24 5-5s-2.24-5-5-5z&#34;&gt;&lt;/path&gt;
&lt;/svg&gt;&lt;/a&gt;
&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Sie beenden nun diese Präsentation mit (&lt;strong&gt;Browser&lt;/strong&gt; Pfeil rückwärts)&lt;/li&gt;
&lt;li&gt;ACHTUNG: Browser rückwärts &amp;ndash; und nicht Folien Pfeil links!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span class=&#39;Z3988&#39; title=&#39;url_ver=Z39.88-2004&amp;amp;ctx_ver=Z39.88-2004&amp;amp;rfr_id=info%3Asid%2Fzotero.org%3A2&amp;amp;rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Adc&amp;amp;rft.type=blogPost&amp;amp;rft.title=RStudio%20installieren%20(Deutsch)%20::%20Open%20Science%20Education&amp;amp;rft.source=RStudio%20installieren%20(Deutsch)&amp;amp;rft.rights=CC%20BY-SA%204.0&amp;amp;rft.description=Tutorial%20zum%20Installieren%20der%20R%20Entwicklungsumgebung%20RStudio%20f%C3%BCr%20Mac%20und%20Windows&amp;amp;rft.identifier=https%3A%2F%2Fnotes.peter-baumgartner.net%2Fslide%2Finstalliere-rstudio&amp;amp;rft.aufirst=Peter&amp;amp;rft.aulast=Baumgartner&amp;amp;rft.au=Peter%20Baumgartner&amp;amp;rft.date=&amp;amp;rft.language=en&#39;&gt;&lt;/span&gt;&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>
