Issue
Where is this warning coming from:
Warning: `recursive` is deprecated, please use `recurse` instead
I've seen it here: https://r-pkgs.org/whole-game.html#create_package
But also when running: pkgdown:::build_site_external()
.
Google-fu shows other contexts where this warning shows up.
With me, this warning only started showing up when I updated to R 3.6.
Solution
It looks like it stems from the fs
package. See here for example.
Answered By - Laurent Answer Checked By - Terry (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.