ThomasSoeiro

Results 41 comments of ThomasSoeiro

@simonpcouch Hi, I have the same issue with an Oracle database. Should I open a new issue or can it be taken care of here? Thanks!

I confirm the issue also exists with lastest upstream VSCode: Version: 1.107.0 Commit: 618725e67565b290ba4da6fe2d29f8fa1d4e3622 Date: 2025-12-10T07:43:47.883Z Electron: 39.2.3 ElectronBuildId: 12895514 Chromium: 142.0.7444.175 Node.js: 22.21.1 V8: 14.2.231.21-electron.0 OS: Windows_NT x64 10.0.22631

I confirm the issue also exists with lastest upstream VSCode: Version: 1.107.0 Commit: 618725e67565b290ba4da6fe2d29f8fa1d4e3622 Date: 2025-12-10T07:43:47.883Z Electron: 39.2.3 ElectronBuildId: 12895514 Chromium: 142.0.7444.175 Node.js: 22.21.1 V8: 14.2.231.21-electron.0 OS: Windows_NT x64 10.0.22631

Possibly related to https://github.com/REditorSupport/vscode-R/issues/173

Thanks. However, that really seems like a bug to me. We shouldn't need a workaround to send multiline strings to the console. This is not needed e.g. in RStudio or...

Additionnaly, I just noticed that the `res` properties is not allowed although it is taken into account:

> Also, I get different results if I use the `subset` argument (above) or if I supply data that is already subsetted (below): This may be related to https://github.com/therneau/survival/issues/47. See...

`lintr::lint("lapply(1:3, f, 4)\n")` (version 2.0.1) does not complain and [Advanced R](https://adv-r.hadley.nz/functions.html#prefix-transform) mentions: ```r add

Hi @terrytangyuan, Do you confirm the issue? Would you consider a patch based on what I proposed in https://github.com/sinhrks/ggfortify/issues/229#issue-2176062346? Thanks!

FYI, I've just realized that a much better fix would be to use `summary(times = 0)`: ```r library(survival) fit for a survival curve this contains standard error of the cumulative...