jmouchnino

Results 6 issues of jmouchnino

I use this data ```r library(dplyr) tuesdata % dplyr::slice_sample(n = 30000) esquisse::esquisser() ``` ![image](https://user-images.githubusercontent.com/103758616/180662176-d08a2ee1-1a8c-4503-bd7e-548c805c9015.png) ![Capture d’écran 2022-07-24 210617](https://user-images.githubusercontent.com/103758616/180662207-020f70ac-830a-4bb0-afd6-bf630932f102.png) Why are the categorical variables missing from the _Data_ tab ? I'm...

When I click outside the script after selecting the code hat I want to print, there's an error message : `Sorry:Error: No text selected` I'm aware that it's because I...

After prompting a second prompt, there's an error message When I enter a first prompt, it does generate a text. But a second prompt produces an error **Screenshots** ![Screenshot_2022-08-13-14-02-17-103_com.android.chrome.jpg](https://user-images.githubusercontent.com/103758616/184493293-71005819-b8e1-4d46-8bd0-d2094e3e257d.jpg)

When I try to install the lubridate pacakge I get the following message on RStudio ```r install.packages("lubridate") ``` ![image](https://user-images.githubusercontent.com/103758616/185430441-a1c59858-6538-42e1-9ca5-34c155723c47.png)

In the vignette and documentation, it's written that ![image](https://user-images.githubusercontent.com/103758616/186017596-84b3b13f-8345-4d27-bff7-e738ead2c119.png) Is is really the case ? How to change put a title to the wordcloud ?

```r library(hrbrthemes) data(iris) ggplot(iris, aes(x = Sepal.Length, colour = Species, label = Species)) + geom_textdensity() + theme_bw() + guides(color = 'none') ``` > Error in geom_textdensity() : could not find...