Gábor Csárdi
Gábor Csárdi
In this case you can put `self
It seems like it is not possible. What does this print for you? ```r { cat("foo") cat("\rbar\n") } ```
Can you show us a package that reproduces this?
I am afraid this is an issue with base R: ``` ❯ _R_CHECK_CRAN_INCOMING_REMOTE_=FALSE _R_CHECK_CRAN_INCOMING_=FALSE R CMD check --as-cran reprexpkg [...] * checking foreign function calls ... OK * checking R...
> @gaborcsardi you mind explaining what the issue is a bit more? Not sure I follow. I wish I could, but I don't know what the issue is. > Are...
Sure, you can report it to the R bug tracker if you like.
I can reproduce this without any packages, so it is probably a bug in base R. Can you please link to your bug report?
Turns out this is (was) a bug in rig, fixed in the new 0.5.2 version. You can reinstall the R version(s) you have this issue with using rig 0.5.2 and...
As a workaround, you can build the source package first, and then call `rcmdcheck::rcmdcheck()` on that.
So this would be up to the user that implements the R6 class, right? I am not sure how R6 would be able to tell the difference.