Video and code for my new talk Copilot for R is now available online. See how @githubCopilot suggests #rstats code for data analysis, and explore the underlying GPT3 model that generates its suggestions with @Azure OpenAI Service. https://t.co/0n6THX5UVF
webR v0.1.0 has just been released! I'm super excited to see what people create by using webR in their own projects 😃. The docs are at https://t.co/VhzF2Co3t4 and I've written an introductory blog post talking more about the kind of things webR can do at https://t.co/56ficIti3l.
📯 Welcome to @code January update. Here are some highlights for the first release of 2023:
🎭 Profiles to create and share customization
🔐 Marketplace extension signing
⌨️ Improved terminal accessibility
Release notes: https://t.co/ZK7JpG3Bko
Download: https://t.co/gl2xGCOIXU
@rappa753 filter is defined as a support function in the syntax file at https://t.co/6C40iOqpSD like other functions defined in base and stats packages. I don't find it useful, but it reminds me that I might not call the built-in function here.
#vscode#rstats extension v2.7.0 released! New syntax highlighting, help preview in package devlopment, code block detection more consistent with #rstudio, and some bug fixes. https://t.co/fWDrdVPC5W
#vscode#rstats extension v2.6.0 released! Auto-generate C/C++ configuration for R packages using C/C++. Support KaTeX formula in help viewer. https://t.co/NY0YROmnOa
Thanks Florian Rupprecht for implementing a nice feature that auto-generates C/C++ configuration in #vscode for #rstats packages. Editing and debugging C/C++ code in R packages are made so much easier! https://t.co/CQ5vfCbsGm
📢 The July release of @code is here! Check out what's new:
🌳 Find and filter in tree views
📔 Notebooks: Go to Recent Failed Cell
📜 Editor "Sticky scroll" preview
... & much more!
Release notes: https://t.co/WmjG1ADEqM
Download: https://t.co/1CSkQpMbwd
#vscode#rstats extension v2.5.0 released! Officially transferred to REditorSupport as publisher in vscode marketplace. Additional libPaths support for renv projects, and a few other enhancements and bug fixes.https://t.co/cZyz6BfrK9
@Guru_GyanKhoji@moh_fodil https://t.co/6Sp7pLkhHM is trying to solve the renv problem. Please check out, set "r.lsp.libPaths": [ "/path/to/your/global/library" ] in the vscode settings, and see if works for you.
#vscode#rstats extension v2.4.0 released! R Markdown templates, attached/loaded namespaces in workspace viewer, capture testthat output from test task, more shiny & rmd snippets, and some bug fixes. https://t.co/qIPQ6fd2CD
One frustrating thing when debugging C/C++ code in #rstats packages on macOS, is that lldb does not work on CRAN's R build.
https://t.co/FGkpl2V4ex can now fix that for you with:
rim system allow-debugger --all