cancel
Showing results for 
Search instead for 
Did you mean: 

Error in R Visualization (SAC)

04-14-2022 10:11 PM
1030 views 2 comments
0 Likes
SAP Managed Tags
Subscribe

Hi

I'm new to the world of R Visualizations, following several post I'm trying to create some graphics but whenever I try to use tidyverse library I got this:

----------------------------

library(dplyr) > library(tidyr) > library(highcharter)Attaching package: 'dplyr' The following objects are masked from 'package:stats': filter, lag The following objects are masked from 'package:base': intersect, setdiff, setequal, union Warning in file(con, "r") : cannot open file '/etc/timezone': Permission denied Error in file(con, "r") : cannot open the connection Registered S3 method overwritten by 'quantmod': method from as.zoo.data.frame zoo Highcharts (www.highcharts.com) is a Highsoft software product which is not free for commercial and Governmental use

----------------------------

I'm under us10 tenant

2022.2.14 (Client)2022.2.12 (Server)

Any help please,

Thanks in advance

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

jbreitkopf
Discoverer
0 Likes

Hi,

I try to do the following example:

https://nicolas-rehder.medium.com/gantt-chart-in-r-5abe0004de0c

I get the same error.

Warning in file(con, "r") : cannot open file '/etc/timezone': Permission denied Error in file(con, "r") : cannot open the connection

Any advice?

Thanks in advance

Julian