You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TODO.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,19 @@
1
1
# TODOs
2
2
3
+
- Fix annoying "lazy-load database is corrupt" error after `pkgpurl::process_pkg(use_rstudio_api = TRUE)`!
4
+
5
+
The error reads something along:
6
+
7
+
```
8
+
Error in mget(objectNames, envir = namespace, inherits = TRUE) :
9
+
lazy-load database 'PATH/TO/PKG.rdb' is corrupt
10
+
In addition: Warning message:
11
+
In mget(objectNames, envir = namespace, inherits = TRUE) :
12
+
internal error 1 in R_decompress1 with libdeflate
13
+
```
14
+
15
+
There's a [SO question](https://stackoverflow.com/questions/79585966/intermittent-database-corrupt-error-in-r-on-package-install) about exactly this issue.
16
+
3
17
- Add `.qmd` support
4
18
5
19
- Write an additional line with `# fmt: skip file` to the `*.gen.R` files [instructing air to ignore
0 commit comments