From 61f6b5d4d334bd02d9e0ebe83e1f8b1f933cc7b1 Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Mon, 9 Feb 2026 20:39:47 -0600 Subject: [PATCH 1/2] another julia for R users resource --- index.qmd | 1 + 1 file changed, 1 insertion(+) diff --git a/index.qmd b/index.qmd index 081de12..cdcaffb 100644 --- a/index.qmd +++ b/index.qmd @@ -34,6 +34,7 @@ We will use the latest stable release of Julia. We recommend using [Juliaup](htt There are resources available online for new Julia users and several specialize in Julia for R users: +- [Introduction to Julia for R users](https://nrennie.rbind.io/blog/introduction-julia-r-users/) - [Using Julia as a R user](https://stateofther.github.io/finistR2024/plotting_with_julia-1.html) - [Julia: Noteworthy differences from R](https://docs.julialang.org/en/v1/manual/noteworthy-differences/#Noteworthy-differences-from-R) - [PumasAI: Introduction to Julia](https://tutorials.pumas.ai/html/LearningPaths/01-LP/01-Module/mod1-julia_intro.html) From abc4e960fe6b4d5565c8a10a15275e6ac284e17f Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Mon, 9 Feb 2026 21:13:24 -0600 Subject: [PATCH 2/2] more quarto gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e9fdf3e..7ec82e1 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,5 @@ site_libs/ *.ipynb .cache/ + +**/*.quarto_ipynb