I have a trouble when i knit the files, how should i do to solve this problem? I already remove packages rlang and reinstall rlang, but it is not work
Microsoft R Open 4.0.2
The enhanced R distribution from Microsoft
Microsoft packages Copyright (C) 2020 Microsoft Corporation
Using the Intel MKL for parallel mathematical computing (using 2 cores).
Default CRAN mirror snapshot taken on 2020-07-16.
See: https://mran.microsoft.com/ .
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
namespace 'rlang' 0.4.6 is being loaded, but >= 0.4.10 is required
Calls: :: ... asNamespace -> loadNamespace -> namespaceImport -> loadNamespace
Execution halted
cderv
September 7, 2022, 8:23am
2
bazzlightt:
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) :
namespace 'rlang' 0.4.6 is being loaded, but >= 0.4.10 is required
Calls: :: ... asNamespace -> loadNamespace -> namespaceImport -> loadNamespace
Execution halted
This just mean you need to install a newer version of rlang . Some package in the stack requires rlang 0.4.10 and currently in your session 0.4.6 is loaded. So requirement is not met.
Can you update?
system
Closed
September 28, 2022, 8:24am
3
This topic was automatically closed 21 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.