Re: [Rd] Proposal to limit Internet access during package load

2022-09-26 Thread Dirk Eddelbuettel
Regarding 'system' libraries: Packages like stringi and nloptr download the source of, respectively, libicu or libnlopt and build a library _if_ the library is not found locally. If we outlaw this, more users may hit a brick wall because they cannot install system libraries (for lack of

Re: [Rd] Better 'undefined columns' error for data.frame

2022-09-25 Thread Dirk Eddelbuettel
Andre, On 25 September 2022 at 18:09, GILLIBERT, Andre wrote: | Please, find the patch attached, based on the latest R SVN trunk code. Well the mailing list software tends to drop attachments. There is a reason all these emails suggest to use bugs.r-project.org. Dirk --

Re: [ESS] Debian installation bug report with current package and Emacs 28.1

2022-09-13 Thread Dirk Eddelbuettel via ESS-help
A follow-up to this bug report: Due to the breakage caused by the (old) ess package, I (as maintainer of the Debian package) now received the note that the ess / elpa-ess packages will be archived away from Debian unstable as they make Emacs 28.1 uninstallable. So future Debian releases will

Re: [R-pkg-devel] Error checking in an independent C code and printing (perror, printf, etc.)

2022-09-07 Thread Dirk Eddelbuettel
On 7 September 2022 at 11:58, Ivan Krylov wrote: | there at all. On the other hand, my package that uses the | R_InitOutPStream and R_Serialize entry points seems to have passed the | CRAN review. A table of all public entry points including short | descriptions and whether they allocate could

Re: [R-pkg-devel] [Solved, sort-of] CRAN valgrind reports with zero leaks - actionable?

2022-08-29 Thread Dirk Eddelbuettel
Based on further (off-list) follow-ups with Simon and Uwe, the situation can now be summarized as follows: - there appears to be no word about non-leak errors reported by valgrind in the official documentation; I will have to plead that those with the power to amend these documents maybe

Re: [R-pkg-devel] CRAN valgrind reports with zero leaks - actionable?

2022-08-24 Thread Dirk Eddelbuettel
Dear CRAN Team, On 18 August 2022 at 06:55, Dirk Eddelbuettel wrote: | | [ Five days ago, I sent (most) of the message below to a CRAN team member. I | have not had a reply, and it now appears that we are asked to email here so I | am resending. ] An answer would be much appreciated after

Re: [R-sig-Debian] Font issue under X11() (Ubuntu 20.04)

2022-08-23 Thread Dirk Eddelbuettel
On 23 August 2022 at 15:04, Viechtbauer, Wolfgang (NP) wrote: | Hi all, | | Using R under (X)ubuntu 20.04 here. I just noticed that the equal symbol (and other symbols like <>) are hanging kinda low under X11(). For example, if I run this code: | | plot(NA, xlim=c(0,2), ylim=c(0,2)) |

Bug#1017684: tiledb-r: ftbfs on riscv64("undefined symbol: __atomic_compare_exchange_1")

2022-08-21 Thread Dirk Eddelbuettel
On 22 August 2022 at 10:20, Bo YU wrote: | Hi, | On Sun, Aug 21, 2022 at 09:41:39AM -0500, Dirk Eddelbuettel wrote: | > | >| Oh, yes, It is applied to debian/rules and I forget to mention it.:) | > | >No worries :) Do you have easy-enough access to the platform? Could you | >

Bug#1017684: tiledb-r: ftbfs on riscv64("undefined symbol: __atomic_compare_exchange_1")

2022-08-21 Thread Dirk Eddelbuettel
On 21 August 2022 at 22:27, Bo YU wrote: | Hi, | On Sun, Aug 21, 2022 at 09:14:14AM -0500, Dirk Eddelbuettel wrote: | >| > | >| >So what is the proper architecture name for riscv64, and please remind me | >| >what the best way to determine it is (uname -m ? Or uname

[ESS] Debian installation bug report with current package and Emacs 28.1

2022-08-21 Thread Dirk Eddelbuettel via ESS-help
Hi all, I just got a fresh (and detailed) bug reports at https://bugs.debian.org/1017829 which details issue with the package I look after ("frozen" at the last official release) and the current emacs-gtk 28.1. I find myself between a rock and a hard place here. I would prefer an updated

Bug#1017829: elpa-ess: emacs-gtk 28.1 install fails with installed elpa-ess

2022-08-21 Thread Dirk Eddelbuettel
Gregory, That is a problem, and it is somewhat know. ESS used to release every six or so months, now we are many years behind with no official release. Your best bet may be to install directly from melpa and removing the package. I will bring this to the ESS list but last time this was

Bug#1017684: tiledb-r: ftbfs on riscv64("undefined symbol: __atomic_compare_exchange_1")

2022-08-21 Thread Dirk Eddelbuettel
On 21 August 2022 at 10:57, Bo YU wrote: | Hi, | On Sat, Aug 20, 2022 at 06:22:17PM -0500, Dirk Eddelbuettel wrote: | > | >On 19 August 2022 at 07:21, Bo YU wrote: | >| Source: tiledb-r | >| Version: 0.15.0-1 | >| Severity: normal | >| Tags: ftbfs, patch | >| User: debian-r

Bug#1017684: tiledb-r: ftbfs on riscv64("undefined symbol: __atomic_compare_exchange_1")

2022-08-20 Thread Dirk Eddelbuettel
On 19 August 2022 at 07:21, Bo YU wrote: | Source: tiledb-r | Version: 0.15.0-1 | Severity: normal | Tags: ftbfs, patch | User: debian-ri...@lists.debian.org | Usertags: riscv64 | X-Debbugs-Cc: debian-ri...@lists.debian.org | | Dear Maintainer, | | The tiledb-r has a ftbfs on riscv64 due to

Re: [Rcpp-devel] cost of .Call

2022-08-10 Thread Dirk Eddelbuettel
Hi Konrad, On 10 August 2022 at 08:22, konrad wrote: | I have a question regarding the cost of .Call. If I implement the | rosenbrock function in R and in Rcpp. The R version is substentially | faster then the C++ version. The Rcpp function is basically an R | function which calls the C++

Bug#1016880: fbasics: FTBFS on hppa - /usr/bin/ld: cannot find /usr/lib/gcc/hppa-linux-gnu/11/libgcc.a

2022-08-09 Thread Dirk Eddelbuettel
On 9 August 2022 at 10:27, John David Anglin wrote: | On 2022-08-08 8:17 p.m., Dirk Eddelbuettel wrote: | > Will I need an explicit depends or is gcc-12 now the default in unstable (as | > I suspect it is)? | It is now default. That's what I thought. I'll send up a -2 build.

Bug#1016880: fbasics: FTBFS on hppa - /usr/bin/ld: cannot find /usr/lib/gcc/hppa-linux-gnu/11/libgcc.a

2022-08-08 Thread Dirk Eddelbuettel
On 8 August 2022 at 19:53, John David Anglin wrote: | On 2022-08-08 3:32 p.m., Dirk Eddelbuettel wrote: | > The problem is the build now uses the gcc-12 toolchain. I think the R | > | build environment needs updating. | > | > Could you test with a local binary rebuild of r-base on

Bug#1016880: fbasics: FTBFS on hppa - /usr/bin/ld: cannot find /usr/lib/gcc/hppa-linux-gnu/11/libgcc.a

2022-08-08 Thread Dirk Eddelbuettel
On 8 August 2022 at 19:10, John David Anglin wrote: | Source: fbasics | Version: 3042.89.2-1 | Severity: normal | | Dear Maintainer, | | The fbasic build on hppa fails here: | gcc -shared -L/usr/lib/R/lib -o fBasics.so gld.o init.o nig.o -lblas -lgfortran -lm

Bug#1016688: dieharder -h segfaults

2022-08-05 Thread Dirk Eddelbuettel
On 5 August 2022 at 13:20, Milan Broz wrote: | Actually this patch is better, just displays usage and also check upper boundary (another segault with -d 10 ...) | | https://github.com/mbroz/dieharder/commit/7d60208c8a8beabe6d3d5a88399b83ebf03240a5 Thanks for both. I will try to fold

Re: [R-pkg-devel] No news entries found

2022-07-08 Thread Dirk Eddelbuettel
On 8 July 2022 at 14:23, Plamen Mirazchiyski wrote: | to what actual the problem is. Unfortunately, the r-svn repository on | GitHub does not have the possibility to report this as an issue. Please see https://bugs.r-project.org/but also see old mailing list (and elsewhere) posts on how

Bug#1013891: RM: foptions -- RoM: Retired upstream

2022-06-26 Thread Dirk Eddelbuettel
Package: ftp.debian.org Severity: normal The foptions package (binary: r-cran-foptions) is no longer on CRAN and can be removed from unstable as well. It had two dependencies (fasianoptions, fexoticoptions) which were already removed in #1013234 and #1013235. If needed, old versions remain at

Re: [Rcpp-devel] Help reading libzma file

2022-06-23 Thread Dirk Eddelbuettel
is part of that set. Portable development is hard for a reason. Operating systems are idiosyncratic. Dirk | | Em qui., 23 de jun. de 2022 às 07:59, Dirk Eddelbuettel | escreveu: | | > | > On 23 June 2022 at 10:05, Serguei Sokol wrote: | > | Le 23/06/2022 à 04:07, Roberto Spadim a écr

Re: [Rcpp-devel] Rcpp shared libraries (?)

2022-06-23 Thread Dirk Eddelbuettel
One belated follow-up: one can in general control visibility so - a function can be in C(++) and used by other C(++) functions (and we have examples) - a function can be exported to R easily via [[Rcpp::export()]] thanks to magic of Rcpp::compileAttributes() - a function can also be

Re: [Rcpp-devel] Help reading libzma file

2022-06-23 Thread Dirk Eddelbuettel
On 23 June 2022 at 10:05, Serguei Sokol wrote: | Le 23/06/2022 à 04:07, Roberto Spadim a écrit : | > Hi folks | > | > I have a .xz file and need to read it and "convert" to a DataFrame using | > Rcpp if possible. | > | > But... I'm with a problem (first time testing this) using liblzma with |

Bug#1013235: RM: fexoticoptions -- RoM: Retired upstream

2022-06-19 Thread Dirk Eddelbuettel
Package: ftp.debian.org Severity: normal The fexoticoptions package (binary: r-cran-fexoticoptions) is no longer on CRAN and can be removed from unstable as well. If needed, old versions remain at https://cran.r-project.org/web/packages/fExoticOptions/index.html Dirk -- dirk.eddelbuettel.com

Bug#1013234: RM: fasionoptions -- RoM: Retired upstream

2022-06-19 Thread Dirk Eddelbuettel
Package: ftp.debian.org Severity: normal The fasianoptions package (binary: r-cran-fasianoptions) is no longer on CRAN and can be removed from unstable as well. If needed, old versions remain at https://cran.r-project.org/web/packages/fAsianOptions/index.html Dirk -- dirk.eddelbuettel.com |

Re: [R-sig-Debian] How to open an access mdb using the rodbc package under Ubuntu 22.04

2022-06-17 Thread Dirk Eddelbuettel
Postscriptum: We absolutely don't mind helping here, use on Ubuntu is *very much* on charter for r-sig-deb (which is, loosely, for help with any .deb-based OS and R). However, the question really had little to do with the OS and a lot with 'how do I do OBDC' which Ivan answered admirably. Next

Re: [Rcpp-devel] Assertion error in ud_ep.c, when running with MPI

2022-06-14 Thread Dirk Eddelbuettel
On 14 June 2022 at 09:38, Serguei Sokol wrote: | Hi, | | Probably, this issue would be better posted here | https://github.com/openucx/ucx/issues Seconded. I don't have much to add: these MPI examples are ten years old, worked all the time as far as we know, and haven't changed. Maybe some

Re: [Rcpp-devel] [R-pkg-devel] moving from C to C++ with Rcpp in R package

2022-06-03 Thread Dirk Eddelbuettel
rcppsimdjson/src/simdjson_example.cpp:// [[Rcpp::export(.cppVersion)]] rcppsimdjson/src/simdjson_example.cpp:// [[Rcpp::export(.unsupportedArchitecture)]] edd@rob:~/git$ Hope this helps, Dirk | Thanks | Jean | | | > Le 2 juin 2022 à 15:49, Dirk Eddelbuettel a écrit : | >

Re: [Rcpp-devel] [R-pkg-devel] moving from C to C++ with Rcpp in R package

2022-06-02 Thread Dirk Eddelbuettel
On 2 June 2022 at 08:32, Dirk Eddelbuettel wrote: | | (Removed CC to r-package-devel) | | On 2 June 2022 at 16:24, Ivan Krylov wrote: | | Unfortunately, this means editing RcppExports.R, which (I think) | | prevents you from enjoying the way Rcpp::compileAttributes() sets | | everything up

Re: [Rcpp-devel] [R-pkg-devel] moving from C to C++ with Rcpp in R package

2022-06-02 Thread Dirk Eddelbuettel
(Removed CC to r-package-devel) On 2 June 2022 at 16:24, Ivan Krylov wrote: | Unfortunately, this means editing RcppExports.R, which (I think) | prevents you from enjoying the way Rcpp::compileAttributes() sets | everything up for you. Yes. I think that is the best I came up with once too in a

Re: [Rd] How to access to internal header files

2022-05-24 Thread Dirk Eddelbuettel
On 24 May 2022 at 15:23, Martin Maechler wrote: | Well, if you want to explore how R is written ... and that's the | only good reason for looking into such private header files ... | then get the sources of R and explore... | | The official sources (and even daily snapshots from both |

Bug#1011476: beancounter: Please drop alternative dependency on libdbd-sqlite2-perl

2022-05-23 Thread Dirk Eddelbuettel
Hi Gregor, On 23 May 2022 at 21:05, gregor herrmann wrote: | Package: beancounter | Severity: minor | X-Debbugs-Cc: 998...@bugs.debian.org | | beancounter has "libdbd-pg-perl | libdbd-mysql-perl | | libdbd-odbc-perl | libdbd-sqlite3-perl | libdbd-sqlite2-perl" in | Depends, as it apparantly

Re: [Rd] CRAN webserver down

2022-05-23 Thread Dirk Eddelbuettel
On 23 May 2022 at 10:29, peter dalgaard wrote: | Apparently resurrected now. As another maintainer told me, the submission page appears to be down. Going to https://cran.r-project.org/submit.html (and then refreshing over the stale iframe) gets me The webpage at

Re: [R-sig-Debian] Ubuntu Impish (21.10) repository complains about weak security information

2022-05-16 Thread Dirk Eddelbuettel
On 16 May 2022 at 22:24, Lennart C. Karssen wrote: | Thanks Dirk, that gets me one step further. However, there is still a | hurdle. It seems that (at least at the time of writing) the | impish-cran40/ repo is broken. You are correct, sorry. I rushed earlier to help you on the key issue, and

Bug#1011044: libtiledb2.8 needs Breaks+Replaces: libtiledb2.7

2022-05-15 Thread Dirk Eddelbuettel
On 16 May 2022 at 04:48, Adrian Bunk wrote: | Package: libtiledb2.8 | Version: 2.8.3-2 | Severity: serious | | Unpacking libtiledb2.8:amd64 (2.8.3-2) ... | dpkg: error processing archive /var/cache/apt/archives/libtiledb2.8_2.8.3-2_amd64.deb (--unpack): | trying to overwrite

Bug#1011044: libtiledb2.8 needs Breaks+Replaces: libtiledb2.7

2022-05-15 Thread Dirk Eddelbuettel
On 16 May 2022 at 04:48, Adrian Bunk wrote: | Package: libtiledb2.8 | Version: 2.8.3-2 | Severity: serious | | Unpacking libtiledb2.8:amd64 (2.8.3-2) ... | dpkg: error processing archive /var/cache/apt/archives/libtiledb2.8_2.8.3-2_amd64.deb (--unpack): | trying to overwrite

Bug#1010953: O: tiledb-py -- TileDB Python bindings

2022-05-15 Thread Dirk Eddelbuettel
Hi Nilesh, On 15 May 2022 at 07:48, Dirk Eddelbuettel wrote: | On 15 May 2022 at 14:10, Nilesh Patra wrote: | | Can I ask you to please take a look at my changes once? | | I will try that a little later. They look good. They are even more minimal than what I attempted (i.e. you knew to only

Bug#1010953: O: tiledb-py -- TileDB Python bindings

2022-05-15 Thread Dirk Eddelbuettel
Hi Nilesh, On 15 May 2022 at 07:48, Dirk Eddelbuettel wrote: | On 15 May 2022 at 14:10, Nilesh Patra wrote: | | Can I ask you to please take a look at my changes once? | | I will try that a little later. They look good. They are even more minimal than what I attempted (i.e. you knew to only

Bug#1011012: tiledb-r FTBFS with tiledb 2.8.3

2022-05-15 Thread Dirk Eddelbuettel
Adrian, On 15 May 2022 at 13:38, Adrian Bunk wrote: | Source: tiledb-r | Version: 0.12.0-1 | Severity: serious | Tags: ftbfs | | https://buildd.debian.org/status/logs.php?pkg=tiledb-r=0.12.0-1%2Bb1 | | ... | g++ -std=gnu++17 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/

Bug#1011012: tiledb-r FTBFS with tiledb 2.8.3

2022-05-15 Thread Dirk Eddelbuettel
Adrian, On 15 May 2022 at 13:38, Adrian Bunk wrote: | Source: tiledb-r | Version: 0.12.0-1 | Severity: serious | Tags: ftbfs | | https://buildd.debian.org/status/logs.php?pkg=tiledb-r=0.12.0-1%2Bb1 | | ... | g++ -std=gnu++17 -I"/usr/share/R/include" -DNDEBUG -I../inst/include/

Bug#1010953: O: tiledb-py -- TileDB Python bindings

2022-05-15 Thread Dirk Eddelbuettel
Hi Nilesh, On 15 May 2022 at 14:10, Nilesh Patra wrote: | | Hi Dirk, | | On Fri, 13 May 2022 19:57:11 -0500 Dirk Eddelbuettel wrote: | > As noted in a mail to debian-python [1], the tiledb-py package is creating a | > few issues I do not currently have time to work through. | | I sa

Bug#1010953: O: tiledb-py -- TileDB Python bindings

2022-05-15 Thread Dirk Eddelbuettel
Hi Nilesh, On 15 May 2022 at 14:10, Nilesh Patra wrote: | | Hi Dirk, | | On Fri, 13 May 2022 19:57:11 -0500 Dirk Eddelbuettel wrote: | > As noted in a mail to debian-python [1], the tiledb-py package is creating a | > few issues I do not currently have time to work through. | | I sa

Re: Need a hand with tiledb-python

2022-05-13 Thread Dirk Eddelbuettel
I have now orphaned the package [1] as this one needs more attention that I can currently give it due to 180+ other packages I have, and other work and open source commitments. Dirk [1] https://bugs.debian.org/1010953 -- dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org

Bug#1010953: O: tiledb-py -- TileDB Python bindings

2022-05-13 Thread Dirk Eddelbuettel
Package: wnpp Severity: normal As noted in a mail to debian-python [1], the tiledb-py package is creating a few issues I do not currently have time to work through. I will continue to look after the tiledb package, and after the R bindings in package tiledb-r. If someone can devote some time to

Bug#1010953: O: tiledb-py -- TileDB Python bindings

2022-05-13 Thread Dirk Eddelbuettel
Package: wnpp Severity: normal As noted in a mail to debian-python [1], the tiledb-py package is creating a few issues I do not currently have time to work through. I will continue to look after the tiledb package, and after the R bindings in package tiledb-r. If someone can devote some time to

Re: [R-pkg-devel] advice on a rejected package (I think, because time was 13min, in excess of 10min limit)

2022-05-11 Thread Dirk Eddelbuettel
On 11 May 2022 at 19:07, Daniel Kelley wrote: | Today I tried to update the CRAN oce package to version 1.7-3, to address a problem with 1.7-2 on one of the CRAN build platforms. I used devtools::release() to submit it. I just received the text I've pasted at the bottom of this email. I've

Need a hand with tiledb-python

2022-05-10 Thread Dirk Eddelbuettel
Hi all, I look after the 'tiledb' (a C++ library) package and the 'tiledb-r' package. I also effectively maintain 'tiledb-python' but I am running into some issues there. I do know a little bit of Python and have (co-)maintained two or three packages there for decades but this one stumps me.

[ESS] [Rather ancient] ESS documentation on 'script is the truth' ?

2022-05-07 Thread Dirk Eddelbuettel via ESS-help
Many moons ago the ESS documentation contained a short write-up by (IIRC) Tony which detailed the workflow common for many of us: write in a script, execute lines or regions, possibly save a transcript buffer. Every now and then I want to refer people to this as it was a very clear expression

Re: [Rd] R-devel tarball at ETH is zero

2022-05-04 Thread Dirk Eddelbuettel
On 4 May 2022 at 11:32, Martin Maechler wrote: | I'm really sorry for this experience. Stuff happens -- thanks for fixing it. The weekly build for the rocker/drd container of r-devel (and r-patched) worked fine now that you restored the mirror, so big thanks! Dirk -- dirk.eddelbuettel.com |

[Rd] R-devel tarball at ETH is zero

2022-05-03 Thread Dirk Eddelbuettel
Dear Martin as our trusted ETH point person, I have some automated builders fall over as the tarball of R-devel is currently empty: edd@rob:/tmp$ wget https://stat.ethz.ch/R/daily/R-devel.tar.bz2 --2022-05-03 06:52:20-- https://stat.ethz.ch/R/daily/R-devel.tar.bz2 Resolving stat.ethz.ch

Re: [Rcpp-devel] Doubt about best pratices

2022-05-01 Thread Dirk Eddelbuettel
This is not a well-posed Rcpp question as - matrix and data.frame are _fundamentally_ two different data types - matrix being _one_ and only one storage type, or class, stored as one vector with dimension attribute of size two for rows and cols; this makes it _efficient_ and you will see a

Re: [Rcpp-devel] help with data.frame and numericvector

2022-04-27 Thread Dirk Eddelbuettel
On 27 April 2022 at 20:58, Roberto Spadim wrote: | Hello folks, | I'm converting some R functions to RCpp at | https://github.com/OVVO-Financial/NNS/ | | My problem is with a R "cast" function | |

Re: [R-pkg-devel] Should the LaTeX package pdfpages be available for use in vignettes?

2022-04-23 Thread Dirk Eddelbuettel
On 23 April 2022 at 18:05, Greg Hunt wrote: | I want to incorporate a static PDF (created from LaTeX source separately | from the R package) into an R package as a vignette. I do that in several vignettes via a zero-depends approach described by Mark in this blog post:

[R-pkg-devel] pandoc missing on r-release-macos-x86_64, r-oldrel-macos-x86_64

2022-04-14 Thread Dirk Eddelbuettel
Two (related) questions: 1. Could pandoc be installed on the macoOS machines CRAN uses? If not, could R Core devise a way to have a registered vignette builder fail gracefully? 2. Could CRAN define and publish a minimal set of external applications available on each build + test machine?

Bug#1009224: Using different R versions in parallel with Debian

2022-04-11 Thread Dirk Eddelbuettel
On 11 April 2022 at 18:40, Paul Menzel wrote: | I think, I see the misunderstanding. I thought the single quotes meant, | that *simpler* and *fancier* are commands for the mentioned purposes – | which made sense to me, as the end both on *r* (simpleR and fancieR). | Now I think they are just

Bug#1009224: Using different R versions in parallel with Debian

2022-04-09 Thread Dirk Eddelbuettel
On 9 April 2022 at 17:30, Charles Plessy wrote: | Le Sat, Apr 09, 2022 at 10:19:17AM +0200, Paul Menzel a écrit : | > | > Thank you very much for packaging and maintaining R and related software in | > Debian. Some of our scientists use Debian and its R packages. Sometimes | > they’d like to

Bug#1009224: Using different R versions in parallel with Debian

2022-04-09 Thread Dirk Eddelbuettel
Hallo Paul, On 9 April 2022 at 10:19, Paul Menzel wrote: | Package: r-base-core | Version: 4.1.3.20220324-1 | Severity: wishlist | | Dear Debian R maintainer, | | Thank you very much for packaging and maintaining R and related software | in Debian. Some of our scientists use Debian and its R

Bug#1009212: date does not respect timezone format

2022-04-08 Thread Dirk Eddelbuettel
reassign 1009212 coreutils thanks You reporeted this against source package 'date' which is CRAN package date at https://cran.r-project.org/package=date. You likely meant the command 'date' from source package coreutils. Dirk On 8 April 2022 at 23:43, mastrboy wrote: | Source: date |

[Kernel-packages] [Bug 1948701] Re: Hard system lock under 5.* kernel on standard laptop

2022-03-23 Thread Dirk Eddelbuettel
It was a mirage. The system is still locking up, something that did not happen with an older kernel, and also not with other systems booting off USB. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Bug 1948701] Re: Hard system lock under 5.* kernel on standard laptop

2022-03-23 Thread Dirk Eddelbuettel
It was a mirage. The system is still locking up, something that did not happen with an older kernel, and also not with other systems booting off USB. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Kernel-packages] [Bug 1948701] Re: Hard system lock under 5.* kernel on standard laptop

2022-03-20 Thread Dirk Eddelbuettel
Update. And I don't want to jinx it but ... it seems like 22.04 (to be) has this fixed. Updated to it two days ago, and it seems fine with its kernel 5.15.0-23-generic. -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux in Ubuntu.

[Bug 1948701] Re: Hard system lock under 5.* kernel on standard laptop

2022-03-20 Thread Dirk Eddelbuettel
Update. And I don't want to jinx it but ... it seems like 22.04 (to be) has this fixed. Updated to it two days ago, and it seems fine with its kernel 5.15.0-23-generic. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [R-pkg-devel] Ensuring permanence and SHA consistency of released CRAN packages for validated software

2022-03-16 Thread Dirk Eddelbuettel
On 16 March 2022 at 14:01, Henrik Bengtsson wrote: | Related to this, there's also been discussion (here or on R-devel), of | having `R CMD build` produce identical tarballs when the input doesn't | change, but the injection of `Packaged: ; ` to the | `DESCRIPTION` file prevents this. If I

Bug#1007032: r-cran-minqa: please consider upgrading to 3.0 source format

2022-03-12 Thread Dirk Eddelbuettel
-Browser: and Vcs-Git: * debian/compat: Removed * debian/control: Switch from cdbs to dh-r * debian/rules: Idem * debian/watch: Update to https -- Dirk Eddelbuettel Sat, 12 Mar 2022 21:03:53 -0600 r-cran-minqa (1.2.4-1) unstable; urgency=low * New upstream release

Re: [R-pkg-devel] Failing Valgrind Passing R CMD check

2022-03-08 Thread Dirk Eddelbuettel
On 8 March 2022 at 18:01, Sebastian Meyer wrote: | Not an expert here, but that does seem to be possible, according to WRE | (Section 4.3.2): | | > It is possible to run all the examples, tests and vignettes covered by R CMD check under valgrind by using the option --use-valgrind. If you do

Re: PROJ 9.0.0

2022-03-08 Thread Dirk Eddelbuettel
On 8 March 2022 at 21:17, Sebastiaan Couwenberg wrote: | On 3/8/22 21:07, Dirk Eddelbuettel wrote: | > Would you consider adding tiledb? | | No, because TileDB is not a dependency of PROJ. Ah yes my bad. | > We already added tiledb-py as well and I | > have been updating both

Re: PROJ 9.0.0

2022-03-08 Thread Dirk Eddelbuettel
On 8 March 2022 at 18:15, Sebastiaan Couwenberg wrote: | PROJ 9.0.0 has been released, it removed support for Autotools which | required the package to be updated to use CMake instead. | | It also bumped the SONAME requiring a transition. | | With the fix for SQLite 3.38.0 included, all

Bug#1006652: ITP: r-cran-tiledb -- R Interface to the TileDB Storage Engine

2022-03-01 Thread Dirk Eddelbuettel
Package: wnpp Owner: Dirk Eddelbuettel Severity: wishlist * Package name: r-cran-tiledb Version : 0.11.0 Upstream Author : TileDB Inc * URL or Web page : https://github.com/TileDB-Inc/TileDB-R * License : MIT Description : R Interface to the TileDB Storage Engine

Bug#1006652: ITP: r-cran-tiledb -- R Interface to the TileDB Storage Engine

2022-03-01 Thread Dirk Eddelbuettel
Package: wnpp Owner: Dirk Eddelbuettel Severity: wishlist * Package name: r-cran-tiledb Version : 0.11.0 Upstream Author : TileDB Inc * URL or Web page : https://github.com/TileDB-Inc/TileDB-R * License : MIT Description : R Interface to the TileDB Storage Engine

Bug#1006652: ITP: r-cran-tiledb -- R Interface to the TileDB Storage Engine

2022-03-01 Thread Dirk Eddelbuettel
Package: wnpp Owner: Dirk Eddelbuettel Severity: wishlist * Package name: r-cran-tiledb Version : 0.11.0 Upstream Author : TileDB Inc * URL or Web page : https://github.com/TileDB-Inc/TileDB-R * License : MIT Description : R Interface to the TileDB Storage Engine

Bug#1006415: FTBFS with capnproto 0.9.1

2022-02-26 Thread Dirk Eddelbuettel
On 25 February 2022 at 18:39, Tom Lee wrote: | So the tiledb upstream sources include *pre-generated *capnproto sources | that were generated using 0.8.0. The *update-serialization* target will Indeed! I forgot about that. TileDB has a habit of (strongly) enforcing third-party dependencies,

Bug#1006415: FTBFS with capnproto 0.9.1

2022-02-26 Thread Dirk Eddelbuettel
Hi Tom, On 25 February 2022 at 13:14, Tom Lee wrote: | Thanks for giving it a shot. Surprised to hear the patch didn't apply | cleanly, believe I worked directly from the source pulled via | | dget -a http://deb.debian.org/debian/pool/main/t/tiledb/tiledb_2.6.2-2.dsc Would it be possible for

Bug#1006415: FTBFS with capnproto 0.9.1

2022-02-25 Thread Dirk Eddelbuettel
Tom, Sad news. The build fails for me in unstable as is (using an updated pbuilder chroot). I log these to file and what I see is cd /build/tiledb-2.6.2/obj-x86_64-linux-gnu/tiledb/tiledb && /usr/bin/cc -DFMT_LOCALE -DFMT_SHARED -DSPDLOG_COMPILED_LIB -DSPDLOG_FMT_EXTERNAL

Bug#1006415: FTBFS with capnproto 0.9.1

2022-02-25 Thread Dirk Eddelbuettel
Tom, The patch does not apply cleanly to the sources. It is also not unified. A bit weird. Will patch by hand, and regenerate with dpkg-source --commit. Dirk -- https://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org

Bug#1006415: FTBFS with capnproto 0.9.1

2022-02-25 Thread Dirk Eddelbuettel
Hi Tom, On 24 February 2022 at 20:49, Tom Lee wrote: | Source: tiledb | Version: 2.6.2 | Severity: important | Tags: bookworm sid | X-Debbugs-CC: tmanc...@debian.org | | Hi there, | | tiledb fails to build against capnproto 0.9.1, largely because of the | hard-coded version number in the

Re: Salsa python-team write access for tiledb-py ?

2022-02-18 Thread Dirk Eddelbuettel
On 18 February 2022 at 21:41, Nilesh Patra wrote: | On 2/18/22 9:33 PM, Dirk Eddelbuettel wrote: | > | > Hi debian-python, | > [...] | > I cannot write to https://salsa.debian.org/python-team/packages/tiledb-py so | > I created a (temporary ?) copy at https://salsa.debian.or

Salsa python-team write access for tiledb-py ?

2022-02-18 Thread Dirk Eddelbuettel
Hi debian-python, Recently I had packaged tiledb for Debian, based on earlier work by Adam (CC'ed), and we now followed up with tiledb-py which I just sent to NEW following up on an older ITP/WNPP from almost two years ago. (TileDB is a 'universal' data storage engine:

Re: [Rcpp-devel] RCPP_USE_UNWIND_PROTECT by default

2022-02-06 Thread Dirk Eddelbuettel
On 7 February 2022 at 00:12, Jeroen Ooms wrote: | I have pushed a new version of V8 to CRAN that wraps the R callbacks | in another tryCatch() such that we do not make any assumptions on the | sort of exception handing provided by Rcpp. This should unblock you if | you want to move forward on

Re: [Rcpp-devel] RCPP_USE_UNWIND_PROTECT by default

2022-02-06 Thread Dirk Eddelbuettel
To sum up: ¯\_(ツ)_/¯ I have no bone in this fight. Leaving it as is works for me too. Dirk -- https://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org ___ Rcpp-devel mailing list Rcpp-devel@lists.r-forge.r-project.org

Re: [Rcpp-devel] RCPP_USE_UNWIND_PROTECT by default

2022-02-06 Thread Dirk Eddelbuettel
On 6 February 2022 at 18:18, Jeroen Ooms wrote: | Well not really, this kind of misses my point that it the | unwind-protect makes it impossible to meaningfully catch the R error | in C++, handle it, and continue running the C++ code, without aborting | the entire mission and throwing the user

Re: [Rcpp-devel] RCPP_USE_UNWIND_PROTECT by default

2022-02-06 Thread Dirk Eddelbuettel
On 6 February 2022 at 17:40, Jeroen Ooms wrote: | We can try to take V8 out of the equation, and see what actually | causes the change. V8 uses (and tests!) the Rcpp feature to call an R | function from C++. This behaves quite differently when using | RCPP_UNWIND_PROTECT. | | Here is a dummy

Bug#1001589: I'm stuck too

2022-02-02 Thread Dirk Eddelbuettel
On 2 February 2022 at 08:53, Emmanuel Charpentier wrote: | For information : this bug has bitten me too : | | I run testing, R (from testing), a bucketfull of R packages (mostly | from R repositories) and sagemath (installed from source). | | Recently, the "energy" R packages started to be

Re: [Rcpp-devel] RCPP_USE_UNWIND_PROTECT by default

2022-02-01 Thread Dirk Eddelbuettel
Lionel, Thanks a bunch for the prompt and detailed reply. CCing Jeroen now, I think I had poked him over DM on this but not followed. Easy for us to delegate to V8 :) That is of course a complicated (and toolchain-dependent) package too so we shall see what we can do there. But the good news on

Re: [Rcpp-devel] Detecting Singular Matrices in RcppArmadillo

2022-01-31 Thread Dirk Eddelbuettel
On 31 January 2022 at 11:25, Alex Ilich wrote: | Thank you Zé and Dirk! That helped clarify exactly what solve is doing | which I was having trouble tracking down in just the standard docs page. The `solve()` function in Armadillo does exactly what it sets out to do. Yet what Prof Bates has

Re: [Rcpp-devel] Detecting Singular Matrices in RcppArmadillo

2022-01-30 Thread Dirk Eddelbuettel
On 31 January 2022 at 09:13, Zé Vinícius wrote: | Yes, quoting the paper on which ‘solve’ is based on ( | http://arma.sourceforge.net/armadillo_solver_2020.pdf): | | “The SVD-based solver uses the xGELSD set of functions, which find a | minimum-norm solution to a linear least squares problem.”

Bug#1004591: ITP: r-cran-simplermarkdown -- GNU R package with simple engine for generating reports

2022-01-30 Thread Dirk Eddelbuettel
Package: wnpp Owner: Dirk Eddelbuettel Severity: wishlist * Package name: r-cran-simplermarkdown Version : 0.0.4 Upstream Author : Jan van der Laan * URL or Web page : https://cran.r-project.org/package=simplermarkdown * License : GPL (>= 3) Description : GN

Bug#1004591: ITP: r-cran-simplermarkdown -- GNU R package with simple engine for generating reports

2022-01-30 Thread Dirk Eddelbuettel
Package: wnpp Owner: Dirk Eddelbuettel Severity: wishlist * Package name: r-cran-simplermarkdown Version : 0.0.4 Upstream Author : Jan van der Laan * URL or Web page : https://cran.r-project.org/package=simplermarkdown * License : GPL (>= 3) Description : GN

Bug#1004591: ITP: r-cran-simplermarkdown -- GNU R package with simple engine for generating reports

2022-01-30 Thread Dirk Eddelbuettel
Package: wnpp Owner: Dirk Eddelbuettel Severity: wishlist * Package name: r-cran-simplermarkdown Version : 0.0.4 Upstream Author : Jan van der Laan * URL or Web page : https://cran.r-project.org/package=simplermarkdown * License : GPL (>= 3) Description : GN

Bug#931519: 931519 resolved

2022-01-28 Thread Dirk Eddelbuettel
On 29 January 2022 at 10:38, Paul Wise wrote: | Control: fixed -1 4.0.3 | | On Fri, 2022-01-28 at 20:07 -0600, Dirk Eddelbuettel wrote: | | > Per email by Graham from 14 Nov 2020 this has been resolved. | | Resolved upstream in 2020 but not in Debian until 2021. Correct. Graham (as aut

Bug#931519: 931519 resolved

2022-01-28 Thread Dirk Eddelbuettel
On 29 January 2022 at 10:38, Paul Wise wrote: | Control: fixed -1 4.0.3 | | On Fri, 2022-01-28 at 20:07 -0600, Dirk Eddelbuettel wrote: | | > Per email by Graham from 14 Nov 2020 this has been resolved. | | Resolved upstream in 2020 but not in Debian until 2021. Correct. Graham (as aut

Re: [Rcpp-devel] Detecting Singular Matrices in RcppArmadillo

2022-01-28 Thread Dirk Eddelbuettel
On 28 January 2022 at 13:25, Alex Ilich wrote: | Thank you Neal and Dirk. Based on these comments I think using arma::rcond Ah, yes, of course. Should have remembered arma::rcond. | to get the reciprocal of the condition factor, and checking if that is zero | rather than the determinant may be

Re: [Rcpp-devel] Detecting Singular Matrices in RcppArmadillo

2022-01-28 Thread Dirk Eddelbuettel
On 28 January 2022 at 09:16, Neal Fultz wrote: | There's an R object that has the machine precision, which could be a | reasonable threshold. | | .Machine$double.eps | | I believe there is a similar constant in the C++ standard library. | | You might also try checking the condition of the

Re: [R-pkg-devel] Is using global assignment in package tests allowed?

2022-01-27 Thread Dirk Eddelbuettel
On 27 January 2022 at 11:18, Ben Bolker wrote: |I have spent hours trying to understand the scoping behaviour of | testthat, mostly without success. It may bear repeating that use of a test runner package is NOT required by CRAN Repo Policy, Writing R Extensions, or any other official

Re: [Rcpp-devel] violates the C++ One Definition Rule ?

2022-01-25 Thread Dirk Eddelbuettel
Jan 24, 2022 at 1:14 PM Dirk Eddelbuettel wrote: | | > | > On 24 January 2022 at 12:55, Toby Hocking wrote: | > | Hi Rcpp Devs, | > | Does anyone know how to fix this warning in a package with LinkingTo: | > | RcppArmadillo? My package plotHMM | > | https://www.stats.ox.ac.uk/pu

Re: [Rcpp-devel] violates the C++ One Definition Rule ?

2022-01-24 Thread Dirk Eddelbuettel
On 24 January 2022 at 12:55, Toby Hocking wrote: | Hi Rcpp Devs, | Does anyone know how to fix this warning in a package with LinkingTo: | RcppArmadillo? My package plotHMM | https://www.stats.ox.ac.uk/pub/bdr/LTO/plotHMM.out got this message on CRAN Worth stressing that this happens under

Re: Adding tiledb to gdal and pdal ? (And help with tiledb-py ?)

2022-01-21 Thread Dirk Eddelbuettel
On 21 January 2022 at 07:19, Sebastiaan Couwenberg wrote: | Because I'm skeptical of fads. TileDB is the latest shiny new thing | which hasn't been time tested yet and proven to last. Beg to differ, and think you will come around. Time will tell. | As said before I don't use TileDB, and no

Re: Adding tiledb to gdal and pdal ? (And help with tiledb-py ?)

2022-01-20 Thread Dirk Eddelbuettel
On 20 January 2022 at 20:14, Sebastiaan Couwenberg wrote: | On 1/20/22 15:59, Dirk Eddelbuettel wrote: | > The tiledb package is now in testing [1] which means gdal and pdal could | > configure with it. I tested this over the holiday break with earlier | > (informal) packages from launc

Adding tiledb to gdal and pdal ? (And help with tiledb-py ?)

2022-01-20 Thread Dirk Eddelbuettel
The tiledb package is now in testing [1] which means gdal and pdal could configure with it. I tested this over the holiday break with earlier (informal) packages from launchpad -- I still have the repos and could file bug reports with patches if that helped but I think it really is just

Re: [R-pkg-devel] Fix JFM package problem

2022-01-14 Thread Dirk Eddelbuettel
On 11 January 2022 at 18:44, riccardo wrote: | Hallo, | | I wish to submit the following error rising running an example in a rcpp | function *only *in Debian check: | | > ### Name: least_square_plane_rcpp | > ### Title: returns the coefficients of the least square plane and the | > ###

Re: WNPP/ITP/... for Amazon SDK for C++ ?

2022-01-13 Thread Dirk Eddelbuettel
On 13 January 2022 at 19:18, Ross Vandegrift wrote: | On Sat, Jan 08, 2022 at 10:31:03AM -0600, Dirk Eddelbuettel wrote: | > You have a large set there which covers three of the ones I'd need. Could | > you upload these: | > | > https://salsa.debian.org/rvandegrift/aws-c-common

<    2   3   4   5   6   7   8   9   10   11   >