<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>R on @kleinbutsignificant</title>
    <link>https://www.kleinbutsignificant.com/tags/r/</link>
    <description>Recent content in R on @kleinbutsignificant</description>
    <image>
      <title>@kleinbutsignificant</title>
      <url>https://www.kleinbutsignificant.com/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</url>
      <link>https://www.kleinbutsignificant.com/%3Clink%20or%20path%20of%20image%20for%20opengraph,%20twitter-cards%3E</link>
    </image>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 17 Jan 2024 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://www.kleinbutsignificant.com/tags/r/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Using GitHub Codespaces for Quarto Development</title>
      <link>https://www.kleinbutsignificant.com/post/2024-01-17-using-github-codespaces-for-quarto-development/</link>
      <pubDate>Wed, 17 Jan 2024 00:00:00 +0000</pubDate>
      <guid>https://www.kleinbutsignificant.com/post/2024-01-17-using-github-codespaces-for-quarto-development/</guid>
      <description>It turns out, when I am working on say a reveal.js slide deck and I need a lot of instant feedback, quarto preview renders pretty slowly on my machine.
To speed up the process, and also allow me to tweak slides and blog articles from any machine, I started using GitHub Codespaces.
To set it up correctly, I settled on this devcontainer.json for now:
devcontainer.json
{ &amp;#34;name&amp;#34;: &amp;#34;R + Quarto Codespace&amp;#34;, &amp;#34;image&amp;#34;: &amp;#34;ghcr.</description>
    </item>
    <item>
      <title>GitHub Commit Difference Badge</title>
      <link>https://www.kleinbutsignificant.com/post/2024-01-11-github-commit-difference-badge/</link>
      <pubDate>Thu, 11 Jan 2024 00:00:00 +0000</pubDate>
      <guid>https://www.kleinbutsignificant.com/post/2024-01-11-github-commit-difference-badge/</guid>
      <description>TL;DR Create a Shields.io badge for your GitHub README.md to track the number of commits since a specific commit
In my case, I set the base/reference point to the last commit to the repo of my blog&amp;rsquo;s theme which I added as a git submodule1 to the themes/ folder of my blog2
Using R Markdown, I have my badge automatically update to the current status of my submodule and rendered out to my README.</description>
    </item>
    <item>
      <title>In Search for the Perfect Palette</title>
      <link>https://www.kleinbutsignificant.com/post/perfect-palette/</link>
      <pubDate>Fri, 04 Aug 2023 00:00:00 +0000</pubDate>
      <guid>https://www.kleinbutsignificant.com/post/perfect-palette/</guid>
      <description>Three types of palettes:
discriminate
qualitative
smooth
Okabe
mpg %&amp;gt;% ggplot(aes(x = displ, y = hwy)) + geom_point(aes(color = class)) + geom_smooth() mpg %&amp;gt;% ggplot(aes(x = displ, y = hwy)) + geom_point(aes(color = class)) + geom_smooth() + paletteer::scale_color_paletteer_d(&amp;#34;colorblindr::OkabeIto_black&amp;#34;) </description>
    </item>
    <item>
      <title>Europe Knowledge Graph - Part 1: Scraping &amp; Wrangling</title>
      <link>https://www.kleinbutsignificant.com/post/2023-06-06-bpb-europe-knowledge-graph/</link>
      <pubDate>Tue, 15 Sep 2020 11:30:03 +0000</pubDate>
      <guid>https://www.kleinbutsignificant.com/post/2023-06-06-bpb-europe-knowledge-graph/</guid>
      <description>cat(&amp;quot;hi&amp;quot;) library(tidyverse) &amp;lt;copyright acknowledgement!!&amp;gt;
Idea I’m currently taking a class on EU politics and while studying for my exam, I stumbled upon an online Europe Dictionary by the bpb. Since I’m a big fan of ontologies, knowledge graphs and graph-based TfTs (e.g., Roam Research) .
Rvest Wrangling tidygraph neo4j https://neo4j.com/developer/graph-data-science/build-knowledge-graph-nlp-ontologies/</description>
    </item>
    <item>
      <title>Hello, Quarto</title>
      <link>https://www.kleinbutsignificant.com/hello-quarto/</link>
      <pubDate>Fri, 06 Apr 2012 00:00:00 +0000</pubDate>
      <guid>https://www.kleinbutsignificant.com/hello-quarto/</guid>
      <description>Workflow &amp;#x2728; https://quarto.org/docs/output-formats/hugo.html#workflow
The basic concept of using Quarto with Hugo is that you take computational markdown documents (.qmd) or Jupyter notebooks (.ipynb) and use them to generate plain markdown files (.md) that are rendered to HTML by Hugo.
https://mermaid.js.org/syntax/flowchart.html#node-shapes https://quarto.org/docs/authoring/diagrams.html#mermaid-formats
The quarto render and quarto preview commands are used to transform .qmd or .ipynb files to Hugo compatible markdown (.md).
Polar Axis in Python apparently, the python3 kernel uses the conda base env (or rather the currently active env, of course since I am running quarto preview from my interactive session)</description>
    </item>
  </channel>
</rss>
