🥔 Former spudologist.
🌱 Grows plants 🚲 Rides bikes 🍺 Brews beer
🌐 https://github.com/simon-smart88
"/home/simon/R/x86_64-pc-linux-gnu-library/4.5"
"/usr/local/lib/R/site-library"
"/usr/lib/R/site-library"
"/usr/lib/R/library"
But I'm not sure how to check where devtools::test() is looking for binaries. I tried installing mirai from github, but test() still couldn't find it
"/home/simon/R/x86_64-pc-linux-gnu-library/4.5"
"/usr/local/lib/R/site-library"
"/usr/lib/R/site-library"
"/usr/lib/R/library"
But I'm not sure how to check where devtools::test() is looking for binaries. I tried installing mirai from github, but test() still couldn't find it
Not that I know of.
I have mirai 2.2.0 in "/usr/lib/R/site-library" for some reason, but remove.packages() won't remove it.
Not that I know of.
I have mirai 2.2.0 in "/usr/lib/R/site-library" for some reason, but remove.packages() won't remove it.
This is **Quarto** code
```{{python}}
1 + 1
```
````
This one is really helpful to know!
This is **Quarto** code
```{{python}}
1 + 1
```
````
This one is really helpful to know!
library(metafor)
dat <- escalc(measure="RR", ai=tpos, bi=tneg, ci=cpos, di=cneg, data=dat.bcg)
res <- rma(yi, vi, mods = ~ ablat + year, data=dat)
se(res)
library(metafor)
dat <- escalc(measure="RR", ai=tpos, bi=tneg, ci=cpos, di=cneg, data=dat.bcg)
res <- rma(yi, vi, mods = ~ ablat + year, data=dat)
se(res)