Craig Gower-Page

Results 130 comments of Craig Gower-Page

I appreciate this must seem like quite a trivial request, the main reason is to keep code concise and avoid nesting of functions which reduces the clarity of the code....

Sure, In my current job a very common operation to calculate the difference in days from two character dates. Due to historical reasons the definition of this derivation means that...

looking at the console when trying to run terminal plus I noticed the following error message for myself `Cannot find module '../build/Release/pty.node'` `Module version mismatch. Expected 47, got 46. Error:...

@randy3k & @renkun-ken , Just wanted to say it would be amazing if someone could pick this up again :( This limitation in particular causes pain when writing large packages...

I mean my personal preferance would be to go down the route similar to `.gitignore` where you just have a flat text file listing paths and use a `!` prefix...

Could one potential edge case be on S3 methods ? i.e. as.data.frame.list() though tbh I'm not exactly sure what you would want to tokenise here :s

Does the R terminal work in vscode when you use it yourself ?

Does it crash if you load R from terminal / powershell (not from within vscode) ? And likewise does it Crash if you load R from the terminal in vscode...

Potentially linked to #986 & #973