<?xml version="1.0" encoding="UTF-8"?>
<rss  xmlns:atom="http://www.w3.org/2005/Atom" 
      xmlns:media="http://search.yahoo.com/mrss/" 
      xmlns:content="http://purl.org/rss/1.0/modules/content/" 
      xmlns:dc="http://purl.org/dc/elements/1.1/" 
      version="2.0">
<channel>
<title>Александр Попов</title>
<link>https://apopov.science/</link>
<atom:link href="https://apopov.science/index.xml" rel="self" type="application/rss+xml"/>
<description>Заметки учёного и программиста на R</description>
<generator>quarto-1.9.38</generator>
<lastBuildDate>Tue, 21 Jul 2026 21:00:00 GMT</lastBuildDate>
<item>
  <title>Зачем учёному блог на Quarto</title>
  <dc:creator>Александр Попов</dc:creator>
  <link>https://apopov.science/blog/first-post.html</link>
  <description><![CDATA[ 





<p>Quarto объединяет текст, код и результаты вычислений в одном документе. Это особенно удобно для исследовательских заметок: анализ можно не только прочитать, но и воспроизвести.</p>
<section id="небольшой-пример-на-r" class="level2">
<h2 class="anchored" data-anchor-id="небольшой-пример-на-r">Небольшой пример на R</h2>
<div class="cell">
<div class="code-copy-outer-scaffold"><div class="sourceCode cell-code" id="cb1" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">set.seed</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">42</span>)</span>
<span id="cb1-2">x <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">rnorm</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">100</span>)</span>
<span id="cb1-3"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">summary</span>(x)</span></code></pre></div></div>
<div class="cell-output cell-output-stdout">
<pre><code>    Min.  1st Qu.   Median     Mean  3rd Qu.     Max. 
-2.99309 -0.61669  0.08980  0.03251  0.66156  2.28665 </code></pre>
</div>
</div>
<p>Когда R и текст живут рядом, путь от идеи до публикации становится короче и надёжнее.</p>
</section>
<section id="что-дальше" class="level2">
<h2 class="anchored" data-anchor-id="что-дальше">Что дальше</h2>
<p>В следующих записях можно показать анализ данных, графики <code>ggplot2</code>, работу с пакетами или подробности конкретного исследования.</p>


</section>

 ]]></description>
  <category>Quarto</category>
  <category>R</category>
  <category>воспроизводимость</category>
  <guid>https://apopov.science/blog/first-post.html</guid>
  <pubDate>Tue, 21 Jul 2026 21:00:00 GMT</pubDate>
  <media:content url="https://apopov.science/blog/images/quarto-r.svg" medium="image" type="image/svg+xml"/>
</item>
<item>
  <title>Блог</title>
  <link>https://apopov.science/blog/</link>
  <description><![CDATA[ 





<p>Заметки о научных исследованиях, работе с данными и программировании на R.</p>




<div class="quarto-listing quarto-listing-container-default" id="listing-listing">
<div class="listing-actions-group">
    <div class="input-group input-group-sm quarto-listing-filter">
      <span class="input-group-text"><i class="bi bi-search"></i></span>
      <input type="text" class="search form-control" placeholder="Фильтр">
    </div>
</div>
<div class="list quarto-listing-default">
<div class="quarto-post image-right" data-index="0" data-categories="UXVhcnRvJTJDUiUyQyVEMCVCMiVEMCVCRSVEMSU4MSVEMCVCRiVEMSU4MCVEMCVCRSVEMCVCOCVEMCVCNyVEMCVCMiVEMCVCRSVEMCVCNCVEMCVCOCVEMCVCQyVEMCVCRSVEMSU4MSVEMSU4MiVEMSU4Qw==" data-listing-date-sort="1784667600000" data-listing-file-modified-sort="1784747552656" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1" data-listing-word-count-sort="61">
<div class="thumbnail"><a href="../blog/first-post.html" class="no-external">

<img loading="lazy" src="https://apopov.science/blog/images/quarto-r.svg" class="thumbnail-image">

</a></div>
<div class="body">
<h3 class="no-anchor listing-title">
<a href="../blog/first-post.html" class="no-external">Зачем учёному блог на Quarto</a>
</h3>
<div class="listing-categories">

<div class="listing-category" onclick="window.quartoListingCategory('UXVhcnRv'); return false;">Quarto</div>

<div class="listing-category" onclick="window.quartoListingCategory('Ug=='); return false;">R</div>

<div class="listing-category" onclick="window.quartoListingCategory('JUQwJUIyJUQwJUJFJUQxJTgxJUQwJUJGJUQxJTgwJUQwJUJFJUQwJUI4JUQwJUI3JUQwJUIyJUQwJUJFJUQwJUI0JUQwJUI4JUQwJUJDJUQwJUJFJUQxJTgxJUQxJTgyJUQxJThD'); return false;">воспроизводимость</div>

</div>
<div class="delink listing-description"><a href="../blog/first-post.html" class="no-external">
<p>Коротко о том, как Quarto помогает публиковать воспроизводимые заметки и результаты.</p>
</a></div>
</div>
<div class="metadata">
<a href="../blog/first-post.html" class="no-external">
<div class="listing-date">
22 июл. 2026 г.
</div>
<div class="listing-author">
Александр Попов
</div>
</a>
</div>
</div>
</div>
<div class="listing-no-matching d-none">Нет подходящих элементов</div>
</div> ]]></description>
  <guid>https://apopov.science/blog/</guid>
  <pubDate>Thu, 23 Jul 2026 19:40:03 GMT</pubDate>
</item>
</channel>
</rss>
