Skip to content

Commit 14dfa11

Browse files
committed
delete extra space
1 parent 92e9779 commit 14dfa11

7 files changed

Lines changed: 5 additions & 647 deletions

File tree

blogs/posts/rstudio_and positron_ide_tips.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ RStudio is a free and open-source integrated development environment (IDE) that
1818
- **Four panels in RStudio**: Familiarise yourself with the four-panel layout of RStudio (Source, Console, Environment/History, Files/Plots/Packages/Help). This layout helps you efficiently manage your coding, output, and resources.
1919
- **Adopt a consistent folder structure**: Organise your project directory with sub-folders for clarity, such as `data/` (with `raw/` and `processed/` subdirectories), `scripts/`, and `output/` (for figures and reports).
2020
- **Create dynamic reports rather than static**: One can use R markdown or a quarto file to create a dynamic output document, slides, or website. This allows you to integrate code and narrative text, making it easier to update and reproduce your analysis.
21+
2122
![Image: Starting a dynamic *R markdown* or *Quarto* document](../images/blog_2_dynamic_document.png)
2223
- **Integrate Version Control using Git or GitHub**: RStudio has a built in *Terminal* as well as a *Git* pane to help you manage version control. This allows you to track code or text changes, collaborate with others on shared and/or open source projects, and maintain a history of your project.
2324

blogs/posts/sample.Rmd

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/blogs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ <h5 class="no-anchor card-title listing-title">
242242
</div>
243243
</div></a>
244244
</div>
245-
<div class="g-col-1" data-index="1" data-categories="UlN0dWRpbyUyQ1Bvc2l0cm9uJTJDQmVnaW5uZXI=" data-listing-file-modified-sort="1763731001537" data-listing-reading-time-sort="3" data-listing-word-count-sort="494">
245+
<div class="g-col-1" data-index="1" data-categories="UlN0dWRpbyUyQ1Bvc2l0cm9uJTJDQmVnaW5uZXI=" data-listing-file-modified-sort="1763731359153" data-listing-reading-time-sort="3" data-listing-word-count-sort="494">
246246
<a href="../blogs/posts/rstudio_and positron_ide_tips.html" class="quarto-grid-link">
247247
<div class="quarto-grid-item card h-100 card-left">
248248
<p class="card-img-top">

docs/blogs/posts/rstudio_and positron_ide_tips.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,9 +190,9 @@ <h1>RStudio IDE tips</h1>
190190
<ul>
191191
<li><strong>Four panels in RStudio</strong>: Familiarise yourself with the four-panel layout of RStudio (Source, Console, Environment/History, Files/Plots/Packages/Help). This layout helps you efficiently manage your coding, output, and resources.</li>
192192
<li><strong>Adopt a consistent folder structure</strong>: Organise your project directory with sub-folders for clarity, such as <code>data/</code> (with <code>raw/</code> and <code>processed/</code> subdirectories), <code>scripts/</code>, and <code>output/</code> (for figures and reports).</li>
193-
<li><strong>Create dynamic reports rather than static</strong>: One can use R markdown or a quarto file to create a dynamic output document, slides, or website. This allows you to integrate code and narrative text, making it easier to update and reproduce your analysis. <img src="../images/blog_2_dynamic_document.png" class="img-fluid" alt="Image: Starting a dynamic R markdown or Quarto document"></li>
194-
<li><strong>Integrate Version Control using Git or GitHub</strong>: RStudio has a built in <em>Terminal</em> as well as a <em>Git</em> pane to help you manage version control. This allows you to track code or text changes, collaborate with others on shared and/or open source projects, and maintain a history of your project.</li>
193+
<li><strong>Create dynamic reports rather than static</strong>: One can use R markdown or a quarto file to create a dynamic output document, slides, or website. This allows you to integrate code and narrative text, making it easier to update and reproduce your analysis.</li>
195194
</ul>
195+
<p><img src="../images/blog_2_dynamic_document.png" class="img-fluid" alt="Image: Starting a dynamic R markdown or Quarto document"> - <strong>Integrate Version Control using Git or GitHub</strong>: RStudio has a built in <em>Terminal</em> as well as a <em>Git</em> pane to help you manage version control. This allows you to track code or text changes, collaborate with others on shared and/or open source projects, and maintain a history of your project.</p>
196196
<div class="quarto-figure quarto-figure-center">
197197
<figure class="figure">
198198
<p><img src="../images/blog_2_integrated_git_panel.png" class="img-fluid figure-img"></p>

0 commit comments

Comments
 (0)