PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, April 28, 2022

[FIXED] Where is this warning coming from: Warning: `recursive` is deprecated, please use `recurse` instead

 April 28, 2022     r, warnings     No comments   

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)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing