vault backup: 2026-06-12 16:05:17
Affected files: .obsidian/workspace.json Thèse/Résolution des problèmes/Problème avec renv.md
This commit is contained in:
parent
045c4fe2ac
commit
2407ab47d6
2 changed files with 34 additions and 6 deletions
28
.obsidian/workspace.json
vendored
28
.obsidian/workspace.json
vendored
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue