Re: [R-pkg-devel] Unable to load Windows NETIO.SYS and WINSPOOL.DRV DLLs

2023-02-14 Thread David Sterratt
On Mon, 2023-02-13 at 19:08 +0100, Tomas Kalibera wrote: > For reference, there is an old patch for RGtk2 package that I had > created when working on Rtools42, though I am not very optimistic it > will help in this case: > > https://svn.r-project.org/R-dev-web/trunk/WindowsBuilds/winutf8/ucrt3/r_p

Re: [R-pkg-devel] Unable to load Windows NETIO.SYS and WINSPOOL.DRV DLLs

2023-02-12 Thread David Sterratt
On Sat, 2023-02-11 at 18:11 +0300, Ivan Krylov wrote: > On Sat, 11 Feb 2023 11:19:42 + > David Sterratt wrote: > > > WinDbg output reveals errors loading "NETIO.SYS" and "WINSPOOL.DRV" > > when running "library(RGtk2)": > > > >

Re: [R-pkg-devel] Unable to load Windows NETIO.SYS and WINSPOOL.DRV DLLs

2023-02-12 Thread David Sterratt
e; or (2) have RGtk4 dev libraries installed on build servers (I'm assuming that they are not currently installed). Best wishes, David -- David Sterratt, Lecturer https://www.ed.ac.uk/profile/sterratt Institute for Adaptive and Neural Computation tel: +44 131 651 1739 School of Informa

[R-pkg-devel] Unable to load Windows NETIO.SYS and WINSPOOL.DRV DLLs

2023-02-11 Thread David Sterratt
been set). The package can be installed, but the shared object created can't be loaded: > library(RGtk2) Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared object 'C:/Users/David Sterratt/AppData/Local/R/win-library/4.3/RGtk2/libs

Re: [R-pkg-devel] Cannot submit package due to misspell note

2018-04-07 Thread David Sterratt
|On the subject of spell-checking, to avoid false positives when I'm checking the package, in the directory above the package directory I create a file called .spell_ignore with one word per line, and then run|: |||devtools::spell_check("pkg/", dict="en_GB", ignore=read.table(".spell_ignore", st