If a .Rproj file exists, then the values should correspond to those given by get_default_rproj. If more than one .Rproj file exists, an error is raised.

get_default_rproj()

check_rproj(default_rproj = get_default_rproj(), path = ".")

Arguments

default_rproj

Default Rproj values.

path

Location of the package

Examples