Re: [Rd] patch to improve matrix conformability error message

2019-04-29 Thread Joshua N Pritikin
's second message had timestamp earlier than his first message? As a new subscriber, I guess my messages got caught in moderation. -- Joshua N. Pritikin, Ph.D. Virginia Institute for Psychiatric and Behavioral Genetics Virginia Commonwealth University PO Box 980126 800 E Leigh St, Biotech One

[Rd] improve matrix conformability error message

2019-04-24 Thread Joshua N Pritikin
Incorrect code, A <- matrix(1, 2, 2) B <- matrix(2, 3, 2) A %*% B Produces Error in A %*% B : non-conformable arguments It would be helpful to show the matrix dimensions, Error in A %*% B : non-conformable arguments of dimensions (2, 2) and (3, 2) -- Joshua N. Pritikin, Ph.D. Vi

[Rd] patch to improve matrix conformability error message

2019-04-06 Thread Joshua N Pritikin
With this patch, > A <- matrix(1, 2, 2) > B <- matrix(2, 3, 2) > A %*% B Error in A %*% B : non-conformable arguments of dimension (2, 2) and (3, 2) >From 205b591d4d14b5ff667325fb233a6deb08314726 Mon Sep 17 00:00:00 2001 From: Joshua Nathaniel Pritikin Date: Fri, 5 Apr 2019 12:03:58 -0400 Sub

[Rd] valgrind issue in core R 3.5

2018-05-11 Thread Joshua N Pritikin
wrapped <- strwrap("raw") writeLines(wrapped) q() ==8699== Conditional jump or move depends on uninitialised value(s) ==8699==at 0x40310A9: ??? ==8699==by 0xB07F4EF: ??? ==8699==by 0xB07F4EF: ??? ==8699==by 0xB07F4F2: ??? ==8699==by 0x1FFEFFA88F: ??? ==8699== _

[Rd] dmvnorm

2013-06-06 Thread Joshua N Pritikin
check that always trips because the thread's stack is different from what R is expecting. + Therefore, I need a C version of dmvnorm. + The mvtnorm package maintainer is not interested in R_RegisterCCallable. Can a C version of dmvnorm get added to the R core? -- Joshua N. Pritikin Departme