Error message with View(): Error in hist(hist_vals, plot = FALSE) : could not find function "hist"

I actualized Rstudio (1.3.959) and R (4.0.1), in my MacOS Catalina 10.15.5.
There I got an error message when I simply call the View() function.
Error in hist(hist_vals, plot = FALSE) : could not find function "hist"

Does anyone explain why this error happen?

thank you very much for the attention

Leonardo

2 Likes

I also recently updated to RStudio 1.3.959, as well as R version 4.0.2, and I am now experiencing the same issue. I'm using MacOS Mojave 10.14.6.

I have the same problem on with 1.3.959 on Ubuntu 18.04

mtcars %>% View()
Error in hist(hist_vals, plot = FALSE) : could not find function "hist"
1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.