Re: [R-pkg-devel] How to debug segfault when running build -> document in Rstudio that includes TMB module

2024-01-23 Thread James Lamb
ale(category = > "LC_COLLATE", locale = oldLC))devtools::document(roclets = c("rd", > "collate", "namespace", "vignette"))}) > An irrecoverable exception occurred. R is aborting now ... > > Exited with status 139. >

Re: [R-pkg-devel] Tracking down cause of UBSAN error

2020-10-15 Thread James Lamb
nston might be your best bet: > https://github.com/wch/r-debug > This is what I used last time I needed something like it. > > Hth, Dirk > > -- > https://dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org > > ______ > R-p

Re: [R-pkg-devel] Is there an Rtools40 changelog?

2020-05-13 Thread James Lamb
;, "", exported_symbols) exported_symbols <- gsub(" ", "", exported_symbols) # Write R.def file writeLines( text = c( paste0("LIBRARY \"", DLL_BASE_NAME, "\"") , "EXPORTS" , exported_symbols ) , con =

[R-pkg-devel] Is there an Rtools40 changelog?

2020-05-10 Thread James Lamb
places, and am not sure where else to look. - https://cran.r-project.org/bin/windows/Rtools/ - https://github.com/r-windows/docs/blob/master/faq.md#readme - https://jeroen.github.io/rstudio2019 Thank you very much for your time and consideration, -James Lamb [[al