renv.config.copy.method

Can anyone help me figure out if the renv.config.copy.method configuration option is case-sensitive?

Does "R" == "r" for this setting?

Thanks!

1 Like

In the documentation, it specifically has it as uppercase R (as opposed to others that are lowercase), so I would specify it as uppercase

Best,
Randy

Do you have any insight into how it is converted from the "R" in the documentation to the "r" in the code?

Oh! I see it @ 134!

method <- methods[[tolower(copy)]]

case insensitive!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.