-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installed packages not found when setting some options in .Rprofile #2
Comments
Hi Jose, Apparently you have to use the namespace of the function Victor |
thanks for your quick response. setting the commad to
Here my script:
|
Yes, that would be good to be aligned in two or more lines to better layout |
This is a weird error! Not a real answer, but you can skip the line with my_custom_params <- list(
author = "jm",
project = list(
folders = list(
default = c("src", "data", "output", "data/raw", "data/temp", "output/plots", "output/reports", "output/data"),
selected = c("src", "data", "output", "data/raw", "data/temp", "output/plots", "output/reports", "output/data")
),
packages = list(
selected = "tidyverse"
)
)
)
options("addinit" = my_custom_params) I'll think about how to better manage the display |
Thanks a lot, I think this is a great addin to accelerate coding workflow! |
Mac OS here. Add same problem and this did solve it. |
Double checked which .Rprofile is loading to be sure.
Using the example from documentation:
an error is shown:
The text was updated successfully, but these errors were encountered: