Re: [R] R library highcharter function highchart() execute with exception the apparmor read denied for /etc/passwd and /etc/group

2023-08-09 Thread Gu, Jay via R-help
Hi Ivan, I'm running the R within docker container. Do you have any idea about it? Thanks! Best Regards! Jay Gu -Original Message- From: Ivan Krylov Sent: Wednesday, August 9, 2023 3:15 AM To: Gu, Jay via R-help Cc: Gu, Jay Subject: Re: [R] R library highcharter function highchart(

Re: [R] Merge with closest (not equal) time stamps

2023-08-09 Thread Hadley Wickham
It sounds like you might want a rolling join, e.g. https://dplyr.tidyverse.org/reference/join_by.html#rolling-joins. (And data.table has similar functionality which inspired dplyr) Hadley On Mon, Aug 7, 2023 at 9:32 PM Naresh Gurbuxani wrote: > > > I have two dataframes, each with a column for

[R] unused argument(s) (Header = 1) help!

2023-08-09 Thread Andreas Noviyanto
Dear Daniel, I was use this script to calculate replicateBE with R software, its worked. when i use the same script with similar data (xlsx) i got error messages like below, do you have any suggest? thanks anyway my script: library(replicateBE) path.in <- "Z:/Personil Omega" path.out <- path.i

Re: [R] unused argument(s) (Header = 1) help!

2023-08-09 Thread Rui Barradas
Às 05:30 de 09/08/2023, Andreas Noviyanto escreveu: Dear Daniel, I was use this script to calculate replicateBE with R software, its worked. when i use the same script with similar data (xlsx) i got error messages like below, do you have any suggest? thanks anyway my script: library(replicateBE)