.Rprofile
file for a website projectIf the file .Rprofile
does not exist in the current directory, copy
the file from the resources
directory of blogdown. If the option
blogdown.hugo.version
is not found in this file, append
options(blogdown.hugo.version = "VERSION")
to it, where VERSION
is obtained from hugo_version()
.
config_Rprofile()
As a side-effect, the file .Rprofile
is created or modified.