After updating to R version 4.4.1 (2024-06-14 ucrt) -- "Race for Your Life"
and updating to RStudio-Desktop RStudio 2023.12.1+402 "Ocean Storm" Release (4da58325ffcff29d157d9264087d4b1ab27f7204, 2024-01-28) for windows
RStudio does not enter debugging mode but enters an infinite recursion with the following error message:
Error: INTEGER() can only be applied to a 'integer', not a 'unknown type #29'
In addition: Warning:
Type 29 is not implemented 'type2char'
Reproductible Example:
f <- function(x) print(x)
debug(f)
f("x")
Things I have tried:
- Deleted the folder
%appdata%\RStudio
inlocal/
androaming/
- Restarted OS