Re: [Rd] R extension memory leak detection question

2021-04-05 Thread xiaoyan yu
Thanks for your quick response. It is also surprising for us to notice the memory accumulation when running our program since it has been years since we developed our program. Here is the memory status I observed from 15384k to 234208k to 242024k without decreasing when running the test program. [B

Re: [Rd] R extension memory leak detection question

2021-04-05 Thread Dirk Eddelbuettel
On 5 April 2021 at 18:27, xiaoyan yu wrote: | Thank you all for your help. | We embedded R in our program and found the memory in the process | accumulated while our expectation is that the memory will go down after | each R evaluation. | I started to write a test program with only a few lines of

Re: [Rd] R extension memory leak detection question

2021-04-05 Thread xiaoyan yu
Thank you all for your help. We embedded R in our program and found the memory in the process accumulated while our expectation is that the memory will go down after each R evaluation. I started to write a test program with only a few lines of R embedded codes and found the memory never went down e

[Rd] python-based examples within core-package help files

2021-04-05 Thread Abby Spurdle
I just noticed the following: (Within the help file for methods::is). supers <- extends("PythonInterface") superRelations <- extends("PythonInterface", fullInfo = TRUE) I was wondering: Could we please *not* have python-based examples within core help files. Furthermore, this example has no obvi