Skip to content

Commit c4985e0

Browse files
committed
docs: update TODOs
1 parent 78f6d1f commit c4985e0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

TODO.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# TODOs
22

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+
317
- Add `.qmd` support
418
519
- Write an additional line with `# fmt: skip file` to the `*.gen.R` files [instructing air to ignore

0 commit comments

Comments
 (0)