Targets productivity helpler extension for Positron #1424
RussellPolitzky
started this conversation in
Show and tell
Replies: 1 comment 1 reply
-
Very cool @RussellPolitzky, thanks for sharing! I tried out Targets Helpers version 0.0.1, and it's really nice. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Help
Description
Targets Helpers for Positron
I've written a simple, TypeScript extension for use with targets inside Positron. The functionality is roughly similar to that in the targets RStudio plugin. Targets Helpers, is a Positron extension designed to streamline your workflow with the
targets
package in R. This extension provides a set of commands to execute varioustargets
functions directly from the editor, making it easier to manage and run your data pipelines. I've not published this to the Open VSX Registry at this point, but we'd be happy to donate the code to the R/targets community if anyone would like to use it as the basis for a more officialtargets
extension for Positron.Key Features:
targets::tar_read()
on selected target.targets::tar_load()
on selected target.targets::tar_make()
on selected target or to build the whole pipeline.targets::tar_make()
with debugging on selected target.targets::tar_watch()
to monitor targets.Installation:
.vsix
file.Ctrl+Shift+X
(Cmd+Shift+X
on macOS).Usage:
targets
function.Requirements:
targets
package installedBeta Was this translation helpful? Give feedback.
All reactions