[R-pkg-devel] Matrix 1.7-0 to be released in March with ABI-breaking SuiteSparse update

2024-02-12 Thread Mikael Jagan
Dear users and binary repository maintainers, We are preparing Matrix version 1.7-0 for CRAN submission on March 11, ahead of the spring release of R version 4.4.0. The only significant change from Matrix 1.6-5 is an update of the internal SuiteSparse libraries (5.10.1 -> 7.6.0).

Re: [R-pkg-devel] Note to repository maintainers about ABI change in Matrix 1.6-2

2023-11-11 Thread Mikael Jagan
On 2023-11-10 5:04 pm, Mikael Jagan wrote: For repositories != CRAN: Matrix 1.6-2 was released on Nov 8. Due to an ABI change, repositories maintaining R package binaries should ensure that binaries for the first order reverse LinkingTo of Matrix are rebuilt under Matrix 1.6-2: >

[R-pkg-devel] Note to repository maintainers about ABI change in Matrix 1.6-2

2023-11-10 Thread Mikael Jagan
For repositories != CRAN: Matrix 1.6-2 was released on Nov 8. Due to an ABI change, repositories maintaining R package binaries should ensure that binaries for the first order reverse LinkingTo of Matrix are rebuilt under Matrix 1.6-2: > db <- available.packages(repos =

Re: [R-pkg-devel] Matrix and Mac OS

2023-11-02 Thread Mikael Jagan
n R 4.2.2 and 4.2.0, respectively. Sadly I really do seem to need 8 escapes: \Seqn{text{min}(m,n) times n}{min(m,n)-by-n} Maybe one of the Rd experts here can suggest an improvement ... Mikael On 2023-11-01 5:06 am, Martin Maechler wrote: Uwe Ligges on Wed, 1 Nov

Re: [R-pkg-devel] Matrix and Mac OS

2023-11-02 Thread Mikael Jagan
On 2023-11-01 12:59 pm, Mikael Jagan wrote: A hack that seems to work is (whitespace added for readability): \newcommand{\Seqn}{ \ifelse{latex}{ \Sexpr[results=rd]{if (getRversion() < "4.2.2") "eqn{#1}" else "eqn{#2}&qu

Re: [R-pkg-devel] Matrix and Mac OS

2023-10-31 Thread Mikael Jagan
necessary. Cheers, Simon On 1/11/2023, at 9:19 AM, Mikael Jagan wrote: Thanks. We did see those ERRORs, stemming from use (since Matrix 1.6-0) of amsmath commands in Rd files. These have been supported since R 4.2.2, but r-oldrel-macos-* (unlike r-oldrel-windows-*) continues to r

Re: [R-pkg-devel] Matrix and Mac OS

2023-10-31 Thread Mikael Jagan
1 3:33 pm, Simon Urbanek wrote: Mikael, current Matrix fails checks on R-oldrel so that's why only the last working version is installed: https://cran.r-project.org/web/checks/check_results_Matrix.html Cheers, Simon On 1/11/2023, at 4:05 AM, Mikael Jagan wrote: I am guessing that the

Re: [R-pkg-devel] Matrix and Mac OS

2023-10-31 Thread Mikael Jagan
Re-sending to the list with correct subject line ... I should undigest myself ... Mikael On 2023-10-31 11:05 am, Mikael Jagan wrote: I am guessing that they mean EdSurvey: https://cran.r-project.org/web/checks/check_results_EdSurvey.html Probably Matrix 1.6-1.1 is not installed on r

Re: [R-pkg-devel] R-package-devel Digest, Vol 102, Issue 27

2023-10-31 Thread Mikael Jagan
I am guessing that they mean EdSurvey: https://cran.r-project.org/web/checks/check_results_EdSurvey.html Probably Matrix 1.6-1.1 is not installed on r-oldrel-macos-arm64, even though it can be, because it was not released until R 4.3-z. AFAIK, methods for 'qr' have not been touched since

Re: [R-pkg-devel] Question regarding listing base and recommended packages programmatically and efficiently

2023-10-12 Thread Mikael Jagan
Maybe something like this: > isRecommendedPkg <- utils:::isBasePkg > body(isRecommendedPkg)[[c(3L, 3L)]] <- "recommended" > installed <- unique(list.files(.libPaths())) > installed[vapply(installed, isRecommendedPkg, NA)] [1] "KernSmooth" "MASS" "Matrix" "boot"

Re: [R-pkg-devel] Note: no function found corresponding to methods exports for show

2023-10-09 Thread Mikael Jagan
On 2023-10-08 5:43 pm, Mikael Jagan wrote: Hi, I recently submitted my first R package to CRAN, and I encountered a NOTE during the checking process. The NOTE looks like this: = Flavor: r-devel-linux-x86_64-debian-gcc, r-devel

Re: [R-pkg-devel] Note: no function found corresponding to methods exports for show

2023-10-08 Thread Mikael Jagan
Hi, I recently submitted my first R package to CRAN, and I encountered a NOTE during the checking process. The NOTE looks like this: = Flavor: r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64 Check: whether the namespace can be

[R-pkg-devel] CRAN index replaces ampersand in BugReports URL with HTML entity

2022-11-07 Thread Mikael Jagan
Hello, It was raised on the Matrix bug tracker [1] that the BugReports URL on the CRAN index [2] is broken. The URL in our DESCRIPTION file [3] is fine, but contains an ampersand, which is improperly replaced with the corresponding HTML entity in the HTML sources of the index. Hence this does