R

psychological experiments

Use jaysire package to build flexible behavioral experiments in R. Why? Better workflow Free Cutomizable remotes::install_github("djnavarro/jaysire")

renv

Check where your package is installed find.package("dplyr") ## [1] "C:/Program Files/R/R-4.0.3/library/dplyr" All projects use the same library path. Then for each project, you need different library dependencies. Intializing a project renv::init() A .

Apache Arrow

more information can be found in URSA Labs This example is from Arrow Vignettes arrow best when working with big data Prep library("arrow", warn.conflicts = FALSE) library("dplyr", warn.conflicts = FALSE) check if S3 support is included.