Skip to content

Conflicts with tidy packages #1

@AndreMikulec

Description

@AndreMikulec

I am getting these strange messages.

Conflicts with tidy packages

Can those messages be ignored or SHOULD I do something?

W:\R-3.3._>W:\R-3.3._\App\R-Portable\bin\x64\R.exe

R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> sessionInfo()
R version 3.3.2 (2016-10-31)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 14393)

locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base
> search()
[1] ".GlobalEnv"        "package:stats"     "package:graphics"
[4] "package:grDevices" "package:utils"     "package:datasets"
[7] "package:methods"   "Autoloads"         "package:base"

> update.packages()

Warning: package 'quantmod' in library 'W:/R-3.3._/App/R-Portable/library' will not be updated
Warning: package 'survival' in library 'W:/R-3.3._/App/R-Portable/library' will not be updated

> library(tidyquant)

Loading required package: lubridate

Attaching package: 'lubridate'

The following object is masked from 'package:base':

    date

Loading required package: quantmod
Loading required package: xts
Loading required package: zoo

Attaching package: 'zoo'

The following objects are masked from 'package:base':

    as.Date, as.Date.numeric

Loading required package: TTR
Version 0.4-0 included new data defaults. See ?getSymbols.
Loading required package: tidyverse
Loading tidyverse: ggplot2
Loading tidyverse: tibble
Loading tidyverse: tidyr
Loading tidyverse: readr
Loading tidyverse: purrr
Loading tidyverse: dplyr
Conflicts with tidy packages ---------------------------------------------------
as.difftime(): lubridate, base
date():        lubridate, base
filter():      dplyr, stats
first():       dplyr, xts
intersect():   lubridate, base
lag():         dplyr, stats
last():        dplyr, xts
setdiff():     lubridate, base
union():       lubridate, base

Attaching package: 'tidyquant'

The following object is masked from 'package:tibble':

    as_tibble

> sessionInfo()

R version 3.3.2 (2016-10-31)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 14393)

locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base

other attached packages:
 [1] tidyquant_0.2.0.9000 dplyr_0.5.0          purrr_0.2.2
 [4] readr_1.0.0          tidyr_0.6.0          tibble_1.2
 [7] ggplot2_2.2.1        tidyverse_1.0.0      quantmod_0.4-7
[10] TTR_0.23-1           xts_0.9-7            zoo_1.7-14
[13] lubridate_1.6.0

loaded via a namespace (and not attached):
 [1] Rcpp_0.12.8      magrittr_1.5     munsell_0.4.3    colorspace_1.3-2
 [5] lattice_0.20-34  R6_2.2.0         stringr_1.1.0    plyr_1.8.4
 [9] tools_3.3.2      grid_3.3.2       gtable_0.2.0     DBI_0.5-1
[13] lazyeval_0.2.0   assertthat_0.1   stringi_1.1.2    scales_0.4.1

> search()
 [1] ".GlobalEnv"        "package:tidyquant" "package:dplyr"
 [4] "package:purrr"     "package:readr"     "package:tidyr"
 [7] "package:tibble"    "package:ggplot2"   "package:tidyverse"
[10] "package:quantmod"  "package:TTR"       "package:xts"
[13] "package:zoo"       "package:lubridate" "package:stats"
[16] "package:graphics"  "package:grDevices" "package:utils"
[19] "package:datasets"  "package:methods"   "Autoloads"
[22] "package:base"
>

Thanks.
Andre Mikulec

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions