knit not using most updated version of knitr

HELP! I am trying to knit my code after just updating to R v. 3.6.0. I am getting the following message that indicated I am using knitr v1.20, however I updated the package to version 1.23 already. why wont it use the new version?

checkpoint: Part of the Reproducible R Toolkit from Microsoft
https://mran.microsoft.com/documents/rro/reproducibility/
Scanning for packages used in this project

  • Discovered 26 packages
    All detected packages already installed
    checkpoint process complete

Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) :
namespace 'knitr' 1.20 is already loaded, but >= 1.22 is required
Calls: :: ... namespaceImportFrom -> asNamespace -> loadNamespace
Execution halted

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