79548757

Date: 2025-04-01 13:25:48
Score: 0.5
Natty:
Report link

In a new posit session when opened the same project, I was able to activate the renv and create the Rprofile.

setwd("path/to/your/home/directory")  # Change to a directory where you have write access

# Activate renv
renv::activate()

file.create(".Rprofile")

After this the renv worked fine and I was also able to update the git repo.

# Restore the environment
renv::restore()
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: sutsabs