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")

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.