Warnings on lubridate, magick and scales.

Hello Community,

I'm working on a csv file and Rstudio seems like it can't show date's true value on data.
While inserting the lubridate, magick and scales packages i get multiple warnings.

> library(lubridate)

Attaching package: ‘lubridate’

The following objects are masked from ‘package:base’:

    date, intersect, setdiff, union

> library(ggrepel)
> library(ggforce)
> library(Cairo)
> library(magick)
Linking to ImageMagick 6.9.12.3
Enabled features: cairo, freetype, fftw, ghostscript, heic, lcms, pango, raw, rsvg, webp
Disabled features: fontconfig, x11
> library(scales)

Attaching package: ‘scales’

The following object is masked from ‘package:purrr’:

    discard

The following object is masked from ‘package:readr’:

    col_factor

You are not showing any warnings, just information messages, Can you please clarify what your actual problem is?

Ideally, Can you provide a proper REPRoducible EXample (reprex) illustrating your issue?

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