Re: [R-pkg-devel] Problem loading package on Windoze --- update.

2019-11-05 Thread Gábor Csárdi
I am not sure what the first issue was, but the second is an old R issue. It happens when you update a package while its package (or help) database, the rdb file mentioned in the error message, is open in the current R session, i.e. when the package is loaded. The database keeps an index to the obj

Re: [R-pkg-devel] Problem loading package on Windoze --- update.

2019-11-05 Thread Hugh Parsonage
I wonder if Dropbox “smartsync” is the culprit here. I’ve noticed this feature can create confusion between programs when Dropbox provides (a link to) the file when it is opened but only when it recognizes the file is being opened. On Tue, 5 Nov 2019 at 7:46 pm, Gábor Csárdi wrote: > I am not su

Re: [R-pkg-devel] Problem loading package on Windoze --- update.

2019-11-05 Thread Gábor Csárdi
Maybe dropbox can make things worse, if your package library happens to be in Dropbox. (I would think this is not a good idea.) But it does happen without Dropbox, and if you install packages frequently, e.g. if you develop a bunch of packages, then it is a familiar error, it does happen all the t

[R-pkg-devel] Use LAPACK, BLAS and CBLAS paths in configure file

2019-11-05 Thread Sameh M. Abdulah
Hi, I would like to 1- Use LAPACK, BLAS, and CBLAS paths in my configure file. What is the command to use or what are the environment variables to read? 2- Check if OpenBLAS is installed on the system or not. I tried to use pkg-config but it doesn't work with CRAN servers, any alternatives?

Re: [R-pkg-devel] Use LAPACK, BLAS and CBLAS paths in configure file

2019-11-05 Thread Ralf Stubner
On Tue, Nov 5, 2019 at 10:12 AM Sameh M. Abdulah wrote: > 1- Use LAPACK, BLAS, and CBLAS paths in my configure file. What is the > command to use or what are the environment variables to read? According to WRE [1] you should include "$(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)" in PKG_LIBS via src/Make

Re: [R-pkg-devel] Use LAPACK, BLAS and CBLAS paths in configure file

2019-11-05 Thread Sameh M. Abdulah
My package requires LAPACK, LAPACKE, BLAS, and CBLAS, this why I think OpenBLAS should be available to support all these libraries. --Sameh On 11/5/19, 1:09 PM, "Ralf Stubner" wrote: On Tue, Nov 5, 2019 at 10:12 AM Sameh M. Abdulah wrote: > 1- Use LAPACK, BLAS, and CBLAS paths in

[R-pkg-devel] Status of macOS binaries

2019-11-05 Thread Lionel Henry
Hello, rlang 0.4.1 was released on 24th of October, but the macOS binaries haven't been distributed yet. Is the binary service down? I also see the check results for macOS haven't been published yet, which could be related? Best, Lionel __ R-package-d

Re: [R-pkg-devel] Status of macOS binaries

2019-11-05 Thread Uwe Ligges
Can you pls send a message to Simon? Best, Uwe Ligges On 05.11.2019 14:38, Lionel Henry wrote: Hello, rlang 0.4.1 was released on 24th of October, but the macOS binaries haven't been distributed yet. Is the binary service down? I also see the check results for macOS haven't been published ye

Re: [R-pkg-devel] Status of macOS binaries

2019-11-05 Thread Lionel Henry
>From Simon: > thanks, there were issues with the machine after a power failure. > The builds are back up and currently running, but catching up takes a while. Best, Lionel On Tue, Nov 5, 2019 at 2:59 PM Uwe Ligges wrote: > > Can you pls send a message to Simon? > > Best, > Uwe Ligges > > > On