Hi,
I'm trying to prepare a package to manage some diverse data. It is
extremely convenient to display a PDF derived from the data so the user
can verify information that the R script is going to process (even nicer
if on a 2 monitor system). I've 2 issues:
1) I can display the pdf either with f
Dear Ivan,
Unfortunately the error did not go away, after the correction (delete[] where
needed) still error free execution in R console but abort of the R process in
Rstudio.
The debugger of RStudio did not give any useful information anymore. I then
installed Drmingw and attached the R proc
> On 12.11.2024 20:25, Dirk Eddelbuettel wrote:
> >
> > On 12 November 2024 at 10:47, Dirk Eddelbuettel wrote:
> > |
> > | On 12 November 2024 at 12:40, Pepijn de Vries wrote:
> > | | "Cannot create temporary file in D:\temp\2024_11_12_ 1_50_00_12637\: No
> > such file or directory"
> > |
> > | Ba
On 12.11.2024 20:25, Dirk Eddelbuettel wrote:
On 12 November 2024 at 10:47, Dirk Eddelbuettel wrote:
|
| On 12 November 2024 at 12:40, Pepijn de Vries wrote:
| | "Cannot create temporary file in D:\temp\2024_11_12_ 1_50_00_12637\: No such
file or directory"
|
| Based on your quote and the log
Thanks to your instructions I have found the probable reason of the crash:
char* items allocated with "new char[...]" were deleted with 'delete' and not
with 'delete[]' in one of the destructors. I will recheck my code and retry all
tests.
For your information: Visual Studio debugger works with