Re: [R] How to install this package

2024-10-03 Thread David Winsemius via R-help
I’m Sent from my iPhone > On Oct 2, 2024, at 7:43 AM, roslinazairimah zakaria > wrote: > > Hi Enrico, yes it works. I can also plot the graph. > Next question, how do I delete the date from 16 December until 31 December > 2014? > > > Thank you very much. > >> dt$time <- as.POSIXct(dt$time)

Re: [R] How to install this package

2024-10-02 Thread roslinazairimah zakaria
Hi Enrico, yes it works. I can also plot the graph. Next question, how do I delete the date from 16 December until 31 December 2014? Thank you very much. > dt$time <- as.POSIXct(dt$time)> > dt_ts <- xts(dt$count, dt$time)> > str(dt_ts)An xts object on 2014-01-01 / 2014-12-31 23:59:00 containing

Re: [R] How to install this package

2024-10-01 Thread Enrico Schumann
On Wed, 25 Sep 2024, Christofer Bogaso writes: > Hi, > > I would like to install an R library from > https://cran.r-project.org/src/contrib/Archive/termstrc/ > > I executed below code without success. > > Any help would be appreciated. > >> install.packages('/Users/termstrc_1.3.tar.gz', repos = NU

Re: [R] How to install this package

2024-09-25 Thread Ivan Krylov via R-help
В Wed, 25 Sep 2024 18:53:02 +0530 Christofer Bogaso пишет: > Error in dyn.load(dynlib <- getDynlib(dir)) : > > unable to load shared object > '/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/library/rgl/libs/rgl.so': > > > dlopen(/Library/Frameworks/R.framework/Versions/4.4-ar

[R] How to install this package

2024-09-25 Thread Christofer Bogaso
Hi, I would like to install an R library from https://cran.r-project.org/src/contrib/Archive/termstrc/ I executed below code without success. Any help would be appreciated. > install.packages('/Users/termstrc_1.3.tar.gz', repos = NULL, type="source") * installing *source* package ‘termstrc’ ..