Double checked which .Rprofile is loading to be sure.
Using the example from documentation:
my_custom_params <- list(
author = "Victor",
project = list(
folders = list(
default = c("R", "inst", "man", "data-raw", "data", "tests"),
selected = c("R", "man")
),
packages = list(
default = rownames(installed.packages()),
selected = "shiny"
)
)
)
options("addinit" = my_custom_params)
Error in installed.packages() :
"installed.packages" not found