error on deploy with library(tidyverse)

Error message when I attempt to deploy with

library(tidyverse)

:information_source: Capturing R dependencies with renv
The following package(s) have unsatisfied dependencies:

  • tidyverse requires rstudioapi (>= 0.14), but version 0.13 is installed
    Consider updating the required dependencies as appropriate.

Update to a later version of { rstudioapi} with

install.packages(" rstudioapi")
2 Likes

Warned that it was built under R 4.4.1. But still worked even though I am R 4.4.0 at the moment. Thanks.

This topic was automatically closed 7 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.