diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 3a835b6..f41a1aa 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -24,8 +24,24 @@ "icon": "lucide-file", "title": "Review papier colBiSBM" } + }, + { + "id": "10e139ebea53a8f2", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "Thèse/Résolution des problèmes/Problème avec renv.md", + "mode": "source", + "source": false, + "backlinks": false + }, + "icon": "lucide-file", + "title": "Problème avec renv" + } } - ] + ], + "currentTab": 1 }, { "id": "093b69f5907f4d4c", @@ -184,13 +200,13 @@ "state": { "type": "outline", "state": { - "file": "Thèse/Articles/Review papier colBiSBM.md", + "file": "Thèse/Résolution des problèmes/Problème avec renv.md", "followCursor": false, "showSearch": false, "searchQuery": "" }, "icon": "lucide-list", - "title": "Plan de Review papier colBiSBM" + "title": "Plan de Problème avec renv" } }, { @@ -209,7 +225,7 @@ "state": { "type": "footnotes", "state": { - "file": "Thèse/Articles/Review papier colBiSBM.md" + "file": "Thèse/Résolution des problèmes/Problème avec renv.md" }, "icon": "lucide-file-signature", "title": "Notes de bas de page" @@ -272,14 +288,14 @@ "templater-obsidian:Templater": false } }, - "active": "9008c2c9f7c08ed0", + "active": "10e139ebea53a8f2", "lastOpenFiles": [ + "Thèse/Articles/Review papier colBiSBM.md", "Thèse/Packages/R/colSBM.md", "Résumé des tâches.md", "Thèse/Axes/Phylogénie/SBM avec covariance latente.md", "Thèse/Résolution des problèmes/vscode-R qui s'attache mal.md", "Thèse/Axes/Phylogénie/Modèle mixte avec arbre phylogénétique.md", - "Thèse/Articles/Review papier colBiSBM.md", "Thèse/Axes/Phylogénie/Phylogénie Papiers à regarder.md", "Thèse/Résumés séminaires.md", "Thèse/Séminaires/2026-06-11 BRICOUT Barbara.md", diff --git a/Thèse/Résolution des problèmes/Problème avec renv.md b/Thèse/Résolution des problèmes/Problème avec renv.md index fdfa49e..4ea4358 100644 --- a/Thèse/Résolution des problèmes/Problème avec renv.md +++ b/Thèse/Résolution des problèmes/Problème avec renv.md @@ -1,3 +1,5 @@ +## Un bug Meta/package.rds + En travaillant sur le package `{colSBM}` je ne parvenais plus à faire `renv::restore()` sans comprendre pourquoi. J'avais de multiples erreurs du type @@ -26,3 +28,13 @@ renv::clean("unused.packages") ``` Qui enlève les packages non utilisés ! + +## {languageserver} qui crashait sans raison + +Le LSP R crashait sans raison, il semble que ça venait d'un timeout provoqué par une vérification renv. + +Il fallait ajouter ceci dans son .Renviron + +```bash +RENV_CONFIG_SYNCHRONIZED_CHECK = FALSE +```