On 2 February 2023 at 16:02, Simon Urbanek wrote:
| > On Feb 2, 2023, at 11:41 AM, Dirk Eddelbuettel <e...@debian.org> wrote:
| > Sounds like an r-devel question to me.  Nothing Rcpp related here.  Simon 
and
| > Tomas both hang out here so if you are lucky they may see it.  Else I'd try
| > over there.
| > 
| 
| We do ;). Well, the prompt is part of the echo - in R you can't have a prompt 
when you are not echoing the command since you'd just see > > > which is not 
very helpful. But I know nothing about RInside so can't comment on what you are 
trying to do.

You should look into RInside! It uses constructors (ie RAII) and destructor
behaviour to ensure proper set-up and wind-down of resources! Which are the
very same Rembedding features that, say, Rserve uses.  Was a great idea 15
years ago, and still is.  Unless you longjmp.

Which R does. So we go around pointing fingers at each other.

Dirk

-- 
dirk.eddelbuettel.com | @eddelbuettel | e...@debian.org
_______________________________________________
Rcpp-devel mailing list
Rcpp-devel@lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-devel

Reply via email to