Hi, I've recently implemented the {renv} package on an existing RStudio Project using renv::init()
I can push the renv.lock file to GitHub and view its contents and I can see the lock file contents in the Terminal using 'cat renv.lock', however the package version details do not show up in the Lockfile column in the Rstudio 'Packages' panel
Incidentally when I click on the renv.lock file in 'Files' panel I get this message:
'File is binary rather than text so cannot be opened by the source editor'
Is this anything to do with this issue?
I'm on Windows 10 Enterprise, x64-based processor and Posit Workbench (R version 4.1.2)
Thanks