Re: [R] How to set the correct libomp for R

2024-04-09 Thread gernophil--- via R-help
by a mismatch of these file and the used libomp.dylib?     Gesendet: Dienstag, 09. April 2024 um 09:47 Uhr Von: gernop...@gmx.net An: "Ivan Krylov" , "gernophil--- via R-help" Cc: gernop...@gmx.net Betreff: Re: [R] How to set the correct libomp for R Sorry fort he late reply, y

Re: [R] How to set the correct libomp for R

2024-04-09 Thread gernophil--- via R-help
, what does the backtrace say? I haven't done that yet, since I was on the non-OpenMP version right now. I'll come back to you once I tried. Thanks, Philipp Am 08.04.24, 11:13 schrieb "Ivan Krylov" mailto:ikry...@disroot.org>>: В Mon, 8 Apr 2024 10:29:53 +0200 gern

[R] How to set the correct libomp for R

2024-04-08 Thread gernophil--- via R-help
Hey everyone, I have some weird issue with using multithreaded data.table in macOS and I am trying to figure out, if it’s connected to my libomp.dylib. I started using libomp as stated here: https://mac.r-project.org/openmp/   Everything worked fine till beginning of this year, but all of a sudd

Re: [R] write.xlsx error message

2024-03-15 Thread gernophil--- via R-help
I think remember this error from trying to write an Excel file that already existed. If this file already exists, try to delete it and see, if this solves the issue. Besides that you're writing that you are "Using write.xlsx to extract data from an Excel file", write.xlsx() is to write an Exc

Re: [R] Packages sometimes don't update, but no error or warning is thrown

2024-02-16 Thread gernophil--- via R-help
in the end, it's not the install.packages() that is failing, but the check for updates from RStudio. On the other hand, shouldn't there be at least a warning that there are new updates available, just no new binaries. Best, Philipp       Gesendet: Mittwoch, 14. Februar 2024 um 18:44 Uh

Re: [R] Packages sometimes don't update, but no error or warning is thrown

2024-02-13 Thread gernophil--- via R-help
here: your calls, and all the output you received. In my experience update.packages() asks whether you want the source or binary install and respects your choice. Duncan Murdoch On 13/02/2024 3:59 a.m., gernophil--- via R-help wrote: > Hey everyone, > > this question is related to this &g

[R] Packages sometimes don't update, but no error or warning is thrown

2024-02-13 Thread gernophil--- via R-help
Hey everyone,   this question is related to this (https://community.rstudio.com/t/packages-are-not-updating/166214/3), this (https://www.biostars.org/p/9586316/#9586323) and this (https://support.bioconductor.org/p/9156283/#9156308). The two latter ones are pots from myself.   To sum it up: If