I just installed the latest version of R on my laptop (running Ubuntu 18.04; used "sudo apt-get install r-base".)

Now when I load a package that I have written I get a message on screen:

Registered S3 methods overwritten by 'ggplot2':
method from [.quosures rlang
  c.quosures     rlang
  print.quosures rlang
Registered S3 method overwritten by 'dplyr':
method from as.data.frame.tbl_df tibble
Registered S3 method overwritten by 'xts':
  method     from
as.zoo.xts zoo

What is the import of this (mysterious and cryptic) pronouncement? I don't understand it at all. My package makes no use of ggplot2, dplyr or xts.

Should I be worried? Are there adjustments that I should make to my package (e.g. to NAMESPACE)?

Thanks for any tips.

cheers,

Rolf Turner

--
Honorary Research Fellow
Department of Statistics
University of Auckland
Phone: +64-9-373-7599 ext. 88276

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to