Jump to content

Warnings and errors when loading and using Tidyverse in TERR


Adi Lavy

Recommended Posts

I am usingTIBCO Enterprise Runtime for R version 5.1.0 for Microsoft Windows 64-bit.

I am having issues with tidyverse resulting in warnings and some functions not working properly.

Any suggestions how to resolve these

 

> library('tidyverse')

Attaching packages tidyverse 1.3.0

ggplot2 3.3.2 purrr 0.3.4

tibble 3.0.3 dplyr 1.0.2

tidyr 1.1.2 stringr 1.4.0

readr 1.3.1 forcats 0.5.0

Conflicts tidyverse_conflicts()

dplyr::filter() masks stats::filter()

dplyr::lag() masks stats::lag()

Warning messages:

1: In grob(cl = "zeroGrob", name = "NULL") : this function not yet implemented

2: In unit(c(t, r, b, l), unit) : this function not yet implemented (16 times)

3: In unit(half_line/2, "pt") : this function not yet implemented

4: In unit(2 * half_line, "pt") : this function not yet implemented

5: In unit(1.2, "lines") : this function not yet implemented

6: In unit(2 * half_line, "pt") : this function not yet implemented

7: In unit(half_line, "pt") : this function not yet implemented

8: In unit(half_line/2, "pt") : this function not yet implemented

9: In unit(half_line/2, "pt") : this function not yet implemented

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...