Noreply

2025-01-06 Thread Duncan Patton a Campbell
in any event. Thots, suggestions? Dhu -- Je suis Canadien. Ce n'est pas Francais ou Anglais. C'est une esp`ece de sauvage: ne obliviscaris, vix ea nostra voco;-) Duncan Patton a Campbell -BEGIN PGP SIGNATURE- iHUEARYKAB0WIQTKdleqECmr94McXWPR6f/NOjb3lQUCZ3xi

Re: [Mingw-w64-public] Patch for incorrect heap function declarations in winnt.h

2025-01-05 Thread Duncan Ogilvie
Awesome, thanks a lot! Do you know when will the mirror https://github.com/mingw-w64/mingw-w64 get updated? Once it is I will send a pull request to https://github.dev/mstorsjo/llvm-mingw (and probably also zig) so everyone can use phnt. Best regards, Duncan On Sun, 5 Jan 2025 at 06:29, LIU Hao

Re: [Mingw-w64-public] Patch for incorrect heap function declarations in winnt.h

2025-01-04 Thread Duncan Ogilvie
Yeah looks great to me, thanks! On Sat, 4 Jan 2025 at 14:22, LIU Hao wrote: > > 在 2025-01-04 20:24, Duncan Ogilvie 写道: > >> Is there a reason why you changed the return type of > >> `RtlMultipleAllocateHeap` from `DWORD` to > > `ULONG`? They are the same type a

Re: [Rd] Fix documentation about <- and = differences

2025-01-04 Thread Duncan Murdoch
roject.org (rev 608, same day). Duncan Murdoch __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Fix documentation about <- and = differences

2025-01-04 Thread Duncan Murdoch
error. My own feeling is that any use of "=" as an assignment operator is too much. Duncan Murdoch __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Mingw-w64-public] Patch for incorrect heap function declarations in winnt.h

2025-01-04 Thread Duncan Ogilvie
> Is there a reason why you changed the return type of > `RtlMultipleAllocateHeap` from `DWORD` to `ULONG`? They are the same type and interchangeable. No reason, just found all the other definitions used ULONG (since DWORD generally isn't available in the kernel/ntdll context). Feel free to remo

Re: [Mingw-w64-public] Patch for incorrect heap function declarations in winnt.h

2025-01-03 Thread Duncan Ogilvie
Apologies, I am using gmail and was born too late to have learned how to use a mailing list 😅 From 758f4b203d8dc42ef19910d226eeb735f5dc15d6 Mon Sep 17 00:00:00 2001 From: Duncan Ogilvie Date: Sat, 4 Jan 2025 02:34:26 +0100 Subject: [PATCH] Fix a few return types in winnt.h --- mingw-w64

[Mingw-w64-public] Patch for incorrect heap function declarations in winnt.h

2025-01-03 Thread Duncan Ogilvie
ached a patch. The return type should be NTSTATUS, but this isn't available in winnt.h, so I used LONG, which is what NTSTATUS is. I cross-referenced with Wine, ReactOS and they all match my patched return types. Best regards, Duncan ___ Mingw-

Re: [R-pkg-devel] Removing packages files

2025-01-03 Thread Duncan Murdoch
On 2025-01-03 10:04 a.m., Lluís Revilla wrote: Thanks Henrik for confirming there is nothing similar currently. Duncan: Letting the user choose when to remove the folder/data at will is easy. I was trying to ensure that the system is clean after removing the package. Thanks. No, I was

Re: [R-pkg-devel] Removing packages files

2025-01-02 Thread Duncan Murdoch
en your package is unloaded.) Duncan Murdoch On 2025-01-02 4:29 p.m., Lluís Revilla wrote: Dear Duncan, Thank you for your answer. I checked again and made a mock package that removes a file with .onDetach. The file was not removed upon uninstalling the package. Lluís On Thu, 2 Jan 2025 a

Re: [Rd] Possible issue in stats/arima.R package

2025-01-02 Thread Duncan Murdoch
On 2025-01-02 11:20 a.m., Duncan Murdoch wrote: On 2025-01-02 9:04 a.m., Norbert Kuder wrote: Hello all, I am running R version 4.4.2 (2024-10-31 ucrt) on Windows 10 x64, and noticed something that might be a minor bug (or at least inconsistent code) in the stats/arima.R package. I have found

Re: [R-pkg-devel] Removing packages files

2025-01-02 Thread Duncan Murdoch
hen the namespace is unloaded (via a call to unloadNamespace, perhaps called by detach(unload = TRUE)) with argument the full path to the installed package’s directory. Functions .onUnload and .onDetach should be defined in the namespace and not exported, but .Last.li

Re: [Rd] Possible issue in stats/arima.R package

2025-01-02 Thread Duncan Murdoch
], Delta, kappa, SSinit) if(ncxreg > 0) x <- x - xreg %*% coef[narma + (1L:ncxreg)] arimaSS(x, mod) yet the log shows no recent changes. I'm not sure what's going on. Duncan Murdoch __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Fedocal] Reminder meeting : Fedora Cloud Workgroup

2024-12-31 Thread David Duncan via cloud
Dear all, You are kindly invited to the meeting: Fedora Cloud Workgroup on 2025-01-02 from 15:00:00 to 16:00:00 UTC At fedora-meetin...@irc.libera.chat The meeting will be about: Standing meeting for the Fedora Cloud Workgroup Source: https://calendar.fedoraproject.org//meeting/10868/ --

Re: [R-pkg-devel] Case of package name

2024-12-30 Thread Duncan Murdoch
I think CRAN would be reluctant to do even this, because it inconveniences anyone who has used the plasma package. Alternatively, point out these issues to the reviewers, and suggest that confusion with blood plasma is unlikely given the context and full title

Re: [R-pkg-devel] Getting summary.glm to use Matrix::chol2inv

2024-12-23 Thread Duncan Murdoch
a2156/src/library/stats/R/glm.R#L687-L773 . You can copy that into your package, then modify it to work with Matrix. You should list "The R Core Team" as a copyright holder on that file if you do this so you're not violating the R license. Duncan Murdoch On 2024-12-22 4:26 p.m.

[Touch-packages] [Bug 2092228] Re: HTTP/2 not well supported in libcurl4 8.5.0

2024-12-19 Thread Duncan Chaundy
The same code on Ubuntu 22.04 with libcurl 7.81.0 successfully uses HTTP/2. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to curl in Ubuntu. https://bugs.launchpad.net/bugs/2092228 Title: HTTP/2 not well supported in libcurl

[Bug 2092228] Re: HTTP/2 not well supported in libcurl4 8.5.0

2024-12-19 Thread Duncan Chaundy
The same code on Ubuntu 22.04 with libcurl 7.81.0 successfully uses HTTP/2. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2092228 Title: HTTP/2 not well supported in libcurl4 8.5.0 To manage notifi

[Bug 2092228] Re: HTTP/2 not well supported in libcurl4 8.5.0

2024-12-19 Thread Duncan Chaundy
The initial indication of the workaround was from https://askubuntu.com/questions/1533279/ubuntu-24-04-1-lts-error-message-after-onedrive-update/1533287#1533287 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Touch-packages] [Bug 2092228] Re: HTTP/2 not well supported in libcurl4 8.5.0

2024-12-19 Thread Duncan Chaundy
The initial indication of the workaround was from https://askubuntu.com/questions/1533279/ubuntu-24-04-1-lts-error-message-after-onedrive-update/1533287#1533287 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to curl in Ubuntu.

[Touch-packages] [Bug 2092228] [NEW] HTTP/2 not well supported in libcurl4 8.5.0

2024-12-19 Thread Duncan Chaundy
Public bug reported: We use libcurl for PKCE purposes on Ubuntu 24.04 with libcurl4 8.5.0. By default it uses HTTP/2 but this returns errors about an invalid request until we set curl options to only use HTTP 1.1. This issue has been fixed by curl 8.10.0. ** Affects: curl (Ubuntu) Importance

[Bug 2092228] [NEW] HTTP/2 not well supported in libcurl4 8.5.0

2024-12-19 Thread Duncan Chaundy
Public bug reported: We use libcurl for PKCE purposes on Ubuntu 24.04 with libcurl4 8.5.0. By default it uses HTTP/2 but this returns errors about an invalid request until we set curl options to only use HTTP 1.1. This issue has been fixed by curl 8.10.0. ** Affects: curl (Ubuntu) Importance

Re: [R-pkg-devel] use of assert in C++

2024-12-19 Thread Duncan Murdoch
just going by the two mentions you quoted in your first message.) Duncan Murdoch |We trade run-time and compile-time off in other ways so this should be a run-time check, with e.g. Rf_error() or Rcpp::stop() returning to the R prompt with an error message. If you feel you must program your C++ comp

Re: [R-pkg-devel] use of assert in C++

2024-12-19 Thread Duncan Murdoch
remember that those asserts were effectively just comments, not being acted on without some trickery to enable them? You'd be much safer if you used a different function specific to R that triggered an R error if the assertion was false. Duncan Murdoch | |So viewed from that an

Re: [R] Query concerning working directory for file.choose()

2024-12-18 Thread Duncan Murdoch
ends are allowed to replace the underlying function, so that may depend on which front end you are using. I'm talking about R.app on a Mac. Duncan Murdoch On 2024-12-18 10:32 a.m., J C Nash wrote: I've been working on a small personal project that needs to select files for manipul

Lightning to external storage

2024-12-17 Thread Traci Duncan
Hi all, can you recommend a cable or device that I can plug into my iPhone 13 mini and access a SD card? It would be convenient to be able to move files onto the SD card, then put that into my braille display. Thank you, Traci -- The following information is important for all members of the V

[Fedocal] Reminder meeting : Fedora Cloud Workgroup

2024-12-17 Thread David Duncan via cloud
Dear all, You are kindly invited to the meeting: Fedora Cloud Workgroup on 2024-12-19 from 15:00:00 to 16:00:00 UTC At fedora-meetin...@irc.libera.chat The meeting will be about: Standing meeting for the Fedora Cloud Workgroup Source: https://calendar.fedoraproject.org//meeting/10868/ --

Re: [R-pkg-devel] [CRAN-pretest-archived] CRAN Submission NMRphasing 1.0.6

2024-12-17 Thread Duncan Murdoch
Nice spotting! Just for fun, I just asked chatgpt if there were any other problems in that code. It spotted 3, but not the one you found. Two of them were definitely bogus, but this one might not be: On line 471 kmax is used, but it may not be initialized. Duncan Murdoch On 2024-12-17 5

Re: [R-pkg-devel] [CRAN-pretest-archived] CRAN Submission NMRphasing 1.0.6

2024-12-17 Thread Duncan Murdoch
I think that is coming from a package you are using, rather than from your package NMRphasing. Maybe you can try working with the maintainer of that package to work out whether the problem is in it or in the way you are using it. Duncan Murdoch Thanks! Aixiang ��ȡOutlook for Android<h

Re: [R-SIG-Mac] R-SIG-Mac Digest, Vol 261, Issue 2

2024-12-16 Thread Duncan Murdoch
Two new data points: 1. The loss of event handling happened again today, so John Fox's suggestion to avoid AppNap was not sufficient. 2. Sys.sleep(10) still produces the ignored events, but in the broken state, it doesn't recover at the end. Dunc

Re: Thunderbird imap certificates

2024-12-14 Thread Paul Duncan
+J], but usually logs (and their > persistence) should be enabled in advance. > > Maybe certificate management is better documented for Firefox. > > -- *Paul Duncan* Marine Technician, RV Falkor(too) SCHMIDT OCEAN INSTITUTE mobile +1 650 387 4151 VOIP +1 954 672 4943

Re: [Pan-users] no system tray icon

2024-12-14 Thread Duncan
ime has passed. I don't carry a lot of patches locally but I do carry some, and it's nice knowing that I have and know how to use that option, where I do find my usage diverging /just/ enough from upstream that it's worth the hassle of digging up or hacking up a patch, wit

Re: [R] Non linear optimization with nloptr package fail to produce true optimal result

2024-12-13 Thread Duncan Murdoch
so have many local optima, though I don't know in this case. Duncan Murdoch Best, John On Sat, 14 Dec 2024 at 01:14, John Fox wrote: Dear Daniel et al., Following on Duncan's remark and examining the message produced by nloptr(), I simply tried increasing the max

Re: [R] Non linear optimization with nloptr package fail to produce true optimal result

2024-12-13 Thread Duncan Murdoch
You posted a version of this question on StackOverflow, and were given advice there that you ignored. nloptr() clearly indicates that it is quitting without reaching an optimum, but you are hiding that message. Don't do that. Duncan Murdoch On 2024-12-13 12:52 p.m., Daniel Lobo

[RBW] Re: FS: Rare 71cm Waterford Rivendell A. Homer Hilsen Complete Bike

2024-12-12 Thread Russell Duncan
Bill Walton, RIP, would have loved such a bike. The double top tube was perfect on such a tall frame. Gave it an aesthetic appeal. Russell Duncan Western Massachusetts On Thursday, December 12, 2024 at 7:57:18 PM UTC-5 Kainalu V. -Brooklyn NY wrote: > Dream machine! Waterford made, I th

Best Bluetooth Label Makers For iPhone Users - iOS Hacker

2024-12-12 Thread Traci Duncan
Hi everybody, has anyone used a portable label maker with their iPhone? My vision is thinking an easy way to print address labels for envelopes. What are your thoughts and experiences? Thank you Traci https://ioshacker.com/accessories/best-bluetooth-label-makers-for-iphone-users -- The follow

[RBW] Re: Ultegra Headset Bearings- Serviceable?

2024-12-12 Thread Russell Duncan
ld be a good thing, because, it’s good to look inside the frame (under the hood) now and then. And, as you know, fenders will keep a lot of crap and moisture away from the headset. Russell Duncan Western Massachusetts On Wednesday, December 11, 2024 at 3:14:12 PM UTC-5 John Rinker wrote: > Thank

[RBW] Re: ISO reflective Sam Browne belt and other reflective gear for **front** as well as rear visibiity

2024-12-12 Thread Russell Duncan
. Russell Duncan On Wednesday, December 11, 2024 at 3:21:43 PM UTC-5 Patrick Moore wrote: > Thanks, all. Someone offered me a reflective vest for free. > > I’ll still be interested to hear others’ opinions about fore/aft > reflective gear. > > On Wed, Dec 11, 2024 at 12:51 PM Pa

Re: [R-SIG-Mac] R-SIG-Mac Digest, Vol 261, Issue 2

2024-12-12 Thread Duncan Murdoch
On 2024-12-11 6:22 p.m., Simon Urbanek wrote: On Dec 12, 2024, at 10:00 AM, Duncan Murdoch wrote: On 2024-12-11 3:43 p.m., Michael Hall wrote: Message: 1 Date: Wed, 11 Dec 2024 12:25:42 -0500 From: Duncan Murdoch To: R-SIG-Mac Subject: [R-SIG-Mac] R.app not handling events Message-ID

Re: [R-SIG-Mac] R-SIG-Mac Digest, Vol 261, Issue 2

2024-12-11 Thread Duncan Murdoch
On 2024-12-11 3:43 p.m., Michael Hall wrote: Message: 1 Date: Wed, 11 Dec 2024 12:25:42 -0500 From: Duncan Murdoch To: R-SIG-Mac Subject: [R-SIG-Mac] R.app not handling events Message-ID: Content-Type: text/plain; charset="utf-8"; Format="flowed" Every now and then R.

Re: [R-SIG-Mac] R.app not handling events

2024-12-11 Thread Duncan Murdoch
On 2024-12-11 2:22 p.m., John Fox wrote: Hello Duncan The problem may be related to macOS App Nap (although the persistence of the problem when R.app has the focus seems to contradict that). If so, you could either make sure that R.app retains the focus while the command executes or disable App

[R-SIG-Mac] R.app not handling events

2024-12-11 Thread Duncan Murdoch
n't spotted the cause. The only solution I've found is to quit the session and restart it. Does anyone know what might be causing this, or a way to fix it without ending the session? Duncan Murdoch ___ R-SIG-Mac mailing list R-SI

Re: [R] outer() is not working with my simple function

2024-12-10 Thread Duncan Murdoch
your function could be FN1 <- function(x, y) rep_len(3, length(x)) and it would work. Duncan Murdoch __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting gui

Re: Kate/KWrite/KatePart handbooks as downloadable HTML files?

2024-12-05 Thread Duncan
esktop (using configurable hotkeys as is usual with plasma) and that's what I do here. But no use trying to go in that direction if you're on a different desktop or if zoom isn't really what you need anyway, so I figured I'd ask first and see if it's at all useful for you

Re: [R-pkg-devel] conditional import of a package?

2024-12-05 Thread Duncan Murdoch
On 2024-12-05 3:06 a.m., Adelchi Azzalini wrote: Thanks, Duncan, for the kind advice. In my understanding, this is what I have done (or I tried to do). My code is as follows: opt.methods <- c("Nelder-Mead", "BFGS", "nlminb") if(requireN

Re: [R-pkg-devel] conditional import of a package?

2024-12-04 Thread Duncan Murdoch
way: In the `.onLoad` function of your package, you would have code like if (requireNamespace("pkg")) { foo <- pkg::foo bar <- pkg::bar } else { foo <- stub bar <- stub } where `stub` is a function that says "you need `pkg` to use this function".

[DNSOP] Re: [v6ops] Re: Call for Adoption: draft-buraglio-deprecate7050

2024-12-04 Thread Jeremy Duncan
I also support adoption! -Jeremy From: Chris Cummings Sent: Wednesday, December 4, 2024 12:53 PM To: Tim Wicinski Cc: dnsop ; dnsop-chairs ; list Subject: [v6ops] Re: Call for Adoption: draft-buraglio-deprecate7050 [EXTERNAL] Verify links and attachments with sender. This looks great, I wo

Re: [PATCH] scsi: iscsi: fix sysfs visibility checks for CHAP

2024-12-04 Thread ';Lee Duncan' via open-iscsi
I see there's a spelling error in the description, so I'll resubmit. On Sun, Nov 17, 2024 at 11:46 AM Lee Duncan wrote: > > From: Lee Duncan > > The username and password checks were backwards for the sysfs > visibility checks, so correct them. This likely went unnotice

Re: [PATCH] scsi: iscsi: fix sysfs visibility checks for CHAP

2024-12-04 Thread ';Lee Duncan' via open-iscsi
Ping? On Sun, Nov 17, 2024 at 11:46 AM Lee Duncan wrote: > From: Lee Duncan > > The username and password checks were backwards for the sysfs > visibility checks, so correct them. This likely went unnoticed, > since the visibility/writability for these attributes > (use

Re: [R] Undocumented behaviour of diag when replacing the diagonal of a matrix?

2024-12-04 Thread Duncan Murdoch
(A[-1, ]) <- 2` is pretty complex; it involves two assignment functions (both `diag<-` and `[<-`), so you might have tried to execute the wrong thing. Duncan Murdoch __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see h

Re: Kate/KWrite/KatePart handbooks as downloadable HTML files?

2024-12-04 Thread Duncan
s https://docs.kde.org Manually extracting the necessary files from a pre-built package, presumably of a package type (like flatpack) other than the one you normally use, and installing them to a local tree. (The document format here depends on what the package ships.) -- Duncan - List replies p

Re: An active Kate user group?

2024-12-04 Thread Duncan
Richard Owlett posted on Tue, 3 Dec 2024 07:00:04 -0600 as excerpted: > On 12/3/24 3:16 AM, Duncan wrote: >> Richard Owlett posted on Sun, 1 Dec 2024 05:52:43 -0600 as excerpted: >> >>> I'm looking for an active Kate focused user group whose >>> discussion

[Fedocal] Reminder meeting : Fedora Cloud Workgroup

2024-12-03 Thread David Duncan via cloud
Dear all, You are kindly invited to the meeting: Fedora Cloud Workgroup on 2024-12-05 from 15:00:00 to 16:00:00 UTC At fedora-meetin...@irc.libera.chat The meeting will be about: Standing meeting for the Fedora Cloud Workgroup Source: https://calendar.fedoraproject.org//meeting/10868/ --

[clang-tools-extra] [clangd] support the zig c++ compiler wrapper (PR #100759)

2024-12-03 Thread Duncan Ogilvie via cfe-commits
mrexodia wrote: Worked around this by creating a wrapper script `zig-c++`: https://github.com/mrexodia/zig-cross/commit/56b384c96675660554a5d87fe5e5a95bf0bfbe7a https://github.com/llvm/llvm-project/pull/100759 ___ cfe-commits mailing list cfe-commits@

[clang-tools-extra] [clangd] support the zig c++ compiler wrapper (PR #100759)

2024-12-03 Thread Duncan Ogilvie via cfe-commits
https://github.com/mrexodia closed https://github.com/llvm/llvm-project/pull/100759 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: kde-baloo crashes

2024-12-03 Thread Duncan
ny packages I didn't really need or want so I do individual packages instead. (Tho at least on gentoo/kde, there's "sets" that can be used too, either directly paralleling the metapackages, or as I've done, using them as a helpful list but copying the sets and commenting out

Re: Configure kdesu for "Run as Different User" to Never Require a Password

2024-12-03 Thread Duncan
r I need to to recover a normal working system on my normal working partition. But normally, if it's an admin task, it's sudo to admin-hat user, and do whatever in the TUI or CLI from there. -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

Re: An active Kate user group?

2024-12-03 Thread Duncan
;m not!) (FWIW my discovery path was... kde.org > top-menu develop button > develop.kde.org > top KDE developer platform section > Develop (tools and libraries) > developer.kde.org/develop/ > Kate button > kate-editor.org ) -- Duncan - List replies preferred. No HTML msgs. "Every nonfree program has a lord, a master -- and if you use the program, he is your master." Richard Stallman

Re: [Rd] 'else' on new line not parsed at top level as part of preceding 'if'

2024-12-02 Thread Duncan Murdoch
BTW, this is discussed in section 3.2.1 of "The R Language Definition". Duncan Murdoch On 2024-12-02 10:56 a.m., Mikael Jagan wrote: I wonder if there is room for improvement here: > str2lang("if (a) b1else b0") if (a) b1 else b0 > str2

Re: [R-pkg-devel] [External] Re: Confusing error

2024-12-02 Thread Duncan Murdoch
survey, and add some innocuous direct reference to it to quiet the NOTE. Duncan Murdoch On 2024-12-02 3:38 p.m., Cohen, Aaron wrote: Hello, thank you for getting back to me. I have a github with the code: https://github.com/237triangle/surveynnet <https://github.com/237triangle/surveyn

Re: [Rd] 'else' on new line not parsed at top level as part of preceding 'if'

2024-12-02 Thread Duncan Murdoch
when they are complete, it will evaluate this and return b1 or NULL. Putting the full expression in braces solves the issue, because this is clearly incomplete: { if (a) b1 Duncan Murdoch On 2024-12-02 10:56 a.m., Mikael Jagan wrote: I wonder if there is room for improvement here:

Re: [R-pkg-devel] Confusing error

2024-12-02 Thread Duncan Murdoch
ncies in R code ... NOTE Namespace in Imports field not imported from: ‘survey’ All declared Imports should be used. How do I resolve this issue? I'd remove the survey package on your system, and try running the example that fails. If you get the same error, you can track it

Re: [R] Remove all box around a plot except bottom line (base graphics)

2024-11-29 Thread Duncan Murdoch
d 4 right sides of the plot box) You don't need the axis() call. plot() already includes the x axis. Duncan Murdoch Best Fer On 11/28/24 14:52, Duncan Murdoch wrote: On 2024-11-28 8:36 a.m., Michael Dewey wrote: To make the plot clearer I have removed the axes but I wish to remove al

Re: [R] Remove all box around a plot except bottom line (base graphics)

2024-11-28 Thread Duncan Murdoch
egments(). For example: plot(rnorm(100), yaxt="n", bty="n") usr <- par("usr") lines(usr[c(1,2)], usr[c(3,3)], xpd = TRUE) You might not even need the lines() call if you don't care how far the axis extends. Duncan Murdoch ___

Re: [R-SIG-Mac] What are these other 'R' processes?

2024-11-27 Thread Duncan Murdoch
r? Are they leftovers? I don't see extra R processes. Just the one with the R icon. If you exit R.app, do the remaining processes go away? Duncan Murdoch ___ R-SIG-Mac mailing list R-SIG-Mac@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Re: scanlite calibration file (canon lide 210)

2024-11-25 Thread Duncan
an appropriate term of your choice...) out of users just trying to figure out where to change a setting they remember making at one point that now needs to be different! 2cc) To complete the list, the reselect scanner device triggers a rescan for new scanner devices, as if you quit and restarted

Re: Proposed release goal: [PATCH] [pic] Add support for arbitrary polygons

2024-11-23 Thread Duncan Losin via GNU roff typesetting system discussion
g00085.html Thanks, Duncan dlo...@protonmail.com (Sorry, Protonmail doesn't seem to support Reply-To)

[extra-cmake-modules] [Bug 496537] New: KDEClangFormat.cmake:98 with cmake 3.31.0 generating hundreds of lines of warnings with many kde packages

2024-11-21 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=496537 Bug ID: 496537 Summary: KDEClangFormat.cmake:98 with cmake 3.31.0 generating hundreds of lines of warnings with many kde packages Classification: Frameworks and Libraries Product: extra-cmake-modu

Re: [R] grDevices::bringToTop is documented but not available: A bug?

2024-11-21 Thread Duncan Murdoch
tions have the same issue as ?bringToTop. Maybe someone remembers the intention of that move... Duncan Murdoch On 2024-11-20 1:09 p.m., re...@meer.net wrote: There is help for grDevices::bringToTop but the function is not present. bringToTop() Error in bringToTop() : could not find fun

Re: [R-pkg-devel] Simple way to run code during package install

2024-11-20 Thread Duncan Murdoch
I think I have a solution. Roxygen2 allows this option to be specified in the DESCRIPTION file: Roxygen: list(markdown = TRUE, load = "installed") With the `load = "installed"` setting, it doesn't try to run the .R files. Duncan Murdoch On 2024-11-19 9:01 a.m.,

[NTG-context] Re: Position of overflowing TABLE after split

2024-11-19 Thread Duncan Hothersall
things (page numbers, headers and footers for example). Duncan On Tue, 19 Nov 2024 at 15:11, Niklas von Hirschfeld wrote: > Hi there, > > when having an overflowing TABLE in width (e.g. with the TABLE option > 'textwidth=\dimexpr\textwidth+\rightmarginwidth\relax') the position

[Fedocal] Reminder meeting : Fedora Cloud Workgroup

2024-11-19 Thread David Duncan via cloud
Dear all, You are kindly invited to the meeting: Fedora Cloud Workgroup on 2024-11-21 from 15:00:00 to 16:00:00 UTC At fedora-meetin...@irc.libera.chat The meeting will be about: Standing meeting for the Fedora Cloud Workgroup Source: https://calendar.fedoraproject.org//meeting/10868/ --

[R-pkg-devel] Simple way to run code during package install

2024-11-19 Thread Duncan Murdoch
keDependency call so that Roxygen ignores it. Is that possible? 4. I can write a Makevars file that runs makeDependency. That seems like a pretty heavyweight solution, especially since I need to save the result of the call so it is available later. Does anyone else have this pr

[jira] [Commented] (ORC-460) Enable C++ shared libraries

2024-11-18 Thread Duncan Bellamy (Jira)
[ https://issues.apache.org/jira/browse/ORC-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17899361#comment-17899361 ] Duncan Bellamy commented on ORC-460: [~wgtmac] Thanks I didn’t know that, I will ch

[jira] [Commented] (ORC-460) Enable C++ shared libraries

2024-11-16 Thread Duncan Bellamy (Jira)
[ https://issues.apache.org/jira/browse/ORC-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17898910#comment-17898910 ] Duncan Bellamy commented on ORC-460: Arch linux builds orc as a shared librar

Re: [CM] Snd 24.9

2024-11-15 Thread Iain Duncan
Awesome, thanks Bill! ;) On Fri., Nov. 15, 2024, 12:05 p.m. , wrote: > Snd 24.9 > > mostly small optimizations in s7 > > checked: sbcl 2.4.10 > > ___ > Cmdist mailing list > Cmdist@ccrma.stanford.edu > https://cm-mail.stanford.edu/mailman/listinfo/cmdi

[kwin] [Bug 496045] [wishlist] Zoom mouse tracking further option

2024-11-10 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=496045 --- Comment #1 from Duncan <1i5t5.dun...@cox.net> --- (In reply to Duncan from comment #0) > Push: [...] > > Conceptually a fix here would [...] Ignore that bit as there's a logic error in that one. Push is at the edge of the curr

[kwin] [Bug 496045] New: [wishlist] Zoom mouse tracking further option

2024-11-10 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=496045 Bug ID: 496045 Summary: [wishlist] Zoom mouse tracking further option Classification: Plasma Product: kwin Version: git master Platform: Other OS: Other Status: REPORT

[kwin] [Bug 462233] Carat tracking for Zoom effect

2024-11-09 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=462233 Duncan <1i5t5.dun...@cox.net> changed: What|Removed |Added CC||1i5t5.dun...@c

[kwin] [Bug 476047] Ctrl+Meta+scroll zooms in a mostly unusable way when scrolling with a touchpad

2024-11-09 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=476047 Duncan <1i5t5.dun...@cox.net> changed: What|Removed |Added CC||1i5t5.dun...@c

[kwin] [Bug 488341] Cursor wiggle gesture has no upper limit on cursor zooming

2024-11-09 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=488341 Duncan <1i5t5.dun...@cox.net> changed: What|Removed |Added CC||1i5t5.dun...@c

[kwin] [Bug 489265] "Shake Cursor" duplicates cursor when zoomed in

2024-11-09 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=489265 Duncan <1i5t5.dun...@cox.net> changed: What|Removed |Added CC||1i5t5.dun...@c

Re: [R-pkg-devel] Alternative to ifeq for Makevars

2024-11-08 Thread Duncan Murdoch
re it does not need to be deleted. Just ignore it in the build (i.e. list it in .Rbuildignore, so it doesn't end up in the tarball, and each system installing the package recreates it). Duncan Murdoch The approach I have now is a cleanup script with only rm -rf src/Makevars. This works *

Feature request - Pg 17 builtin locale provider

2024-11-05 Thread Darren Duncan
this feature etc be added to the next pgAdmin version? Thank you. -- Darren Duncan

[Fedocal] Reminder meeting : Fedora Cloud Workgroup

2024-11-05 Thread David Duncan via cloud
Dear all, You are kindly invited to the meeting: Fedora Cloud Workgroup on 2024-11-07 from 15:00:00 to 16:00:00 UTC At fedora-meetin...@irc.libera.chat The meeting will be about: Standing meeting for the Fedora Cloud Workgroup Source: https://calendar.fedoraproject.org//meeting/10868/ --

Re: [R-pkg-devel] new version jumps in minor?

2024-11-04 Thread Duncan Murdoch
with this note? Not all notes trigger a rejection, some (like the maintainer note just above) are just for information. Duncan Murdoch __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel

Re: [R] Invalid term in model formula with gmm after formula.tools is loaded

2024-11-04 Thread Duncan Murdoch
dn't have time to fix the bug. Apparently nobody else has had time either. Another choice is to recognize that there isn't much interest in supporting that package from the author or any of its users, and abandon it. Duncan Murdoch __ R-he

Re: [Pan-users] groups list disappear

2024-11-03 Thread Duncan
t I overstate my personal position, that's explicit best- case-presented devil's advocacy. In practice, I've not done enough binaries to personally be affected in years, and of course keep the header bar expanded for text usage. (Plus, multi-monitor helps too.) -- Duncan - Lis

Re: [Pan-users] options to set correct posting profiles and delete groups not on servers

2024-10-30 Thread Duncan
my late 50s), but then I took a "practice retirement" of 18 months during covid, and never got around to it even then, so realistically there's a 50/50 chance (more?) I /never/ will. Oh, well. When I bought that TB block several years ago (actually could be close to a decade

[dolphin] [Bug 322922] Dolphin should not store .directory files inside the actual directory to avoid cluttering and polluting the filesystem; should instead store this data in extended attributes

2024-10-30 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=322922 Duncan <1i5t5.dun...@cox.net> changed: What|Removed |Added Blocks||495620 Referenced Bugs:

[dolphin] [Bug 495620] fdf854bd8 broke dolphin configure/build without KF6FileMetaData

2024-10-30 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=495620 Duncan <1i5t5.dun...@cox.net> changed: What|Removed |Added Depends on||322922 --- Comment #

[dolphin] [Bug 495620] New: fdf854bd8 broke dolphin configure/build without KF6FileMetaData

2024-10-30 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=495620 Bug ID: 495620 Summary: fdf854bd8 broke dolphin configure/build without KF6FileMetaData Classification: Applications Product: dolphin Version: git-master Platform: Compiled So

[dolphin] [Bug 322922] Dolphin should not store .directory files inside the actual directory to avoid cluttering and polluting the filesystem; should instead store this data in extended attributes

2024-10-30 Thread Duncan
https://bugs.kde.org/show_bug.cgi?id=322922 Duncan <1i5t5.dun...@cox.net> changed: What|Removed |Added CC||1i5t5.dun...@c

Re: [R-pkg-devel] DESCRIPTION file corrections for accepted package

2024-10-28 Thread Duncan Murdoch
in version 1.2.12. You can get 1.2.14 from Github using this code: , or wait a couple of months until a later version is released on CRAN". I dislike Hadley's x.y.z.9000 scheme. Duncan Murdoch __ R-package-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-package-devel

Re: [R-pkg-devel] DESCRIPTION file corrections for accepted package

2024-10-27 Thread Duncan Murdoch
I don't think R will enforce a 3 part version just because you used it once. You might have other reasons to try to maintain versioning consistency. Duncan Murdoch On 2024-10-27 7:48 a.m., Gianmarco Alberti wrote: Dear Duncan, Thank you for the straightforward guidance. My initial

Re: [R-pkg-devel] DESCRIPTION file corrections for accepted package

2024-10-27 Thread Duncan Murdoch
cepted package, given that incrementing the version number might seem a bit disproportionate? Thank you for your time and assistance. The simplest thing is to just update the version. Use 1.1.1 if you don't want to go to 1.2. Duncan Murdoch _

Re: [R] Help in Recursive Function for steps reconstruction in Clusters Analysis - HCA: Single Link

2024-10-26 Thread Duncan Murdoch
nd( xmd1, xmd2 ) ) ) There may be other places where this change is needed; I haven't tried running your code. Duncan Murdoch __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEA

Re: [Rd] Could .Primitive("[") stop forcing R_Visible = TRUE?

2024-10-25 Thread Duncan Murdoch
ax to have side effects. Surely you or they should be the ones to run the test across all of CRAN? Duncan Murdoch On 2024-10-25 6:35 a.m., Ivan Krylov via R-devel wrote: On Thu, 24 Oct 2024 13:23:56 -0400 Toby Hocking wrote: The patch you are proposing to base R is https://github.com/Rdata

Re: [Pan-users] [ANNOUNCE] Pan release 0.161

2024-10-24 Thread Duncan
Brian Morrison via Pan-users posted on Thu, 24 Oct 2024 22:02:13 +0100 as excerpted: > On Mon, 21 Oct 2024 23:08:15 - (UTC) > Duncan <1i5t5.dun...@cox.net> wrote: > >> > $ pan --debug >> [...snip...] >> icon.cc:43:load_icon_from_path) >> > Una

Re: [R] OSX-specific Bug in randomForest

2024-10-23 Thread Duncan Murdoch
I've cc'd this to the package maintainer, Andy Liaw . I'm not sure he reads this list. Duncan Murdoch On 2024-10-23 1:26 a.m., Stevie Pederson wrote: Hi, It appears there is an OSX-specific bug in the function `randomForest.default()` Going by the source code at https://

  1   2   3   4   5   6   7   8   9   10   >