Devin Pastoor

Results 49 issues of Devin Pastoor

scenario: - want to re-run install for new state, want to be able to roll back to previous state - supports testing full upgrades (eg changes cran repo) - supports...

Modifying the ~/.R/Makevars isn't feasible as this could cause conflicts during parallel installs Instead, can set `R_MAKEVARS_USER` to a particular file for a given package Hence, propose using the pattern...

such that can install package to a particular packrat cache, prior to packrat invocation

When using older versions of vscode (particularly vscode server in posit workbench) - we see that the extension on startup fails with version constraint ![image](https://github.com/REditorSupport/vscode-R/assets/3196313/9fc75cc7-88d0-4f1d-ac8b-60c6b404655d) The last 2 posit workbench...

bug

Hi, Is there any way to use the typesense client in a way that does not hard code the entire protocol? Namely, I would like to use relative url (eg...

1. May want to consider replacing the `system` call with https://github.com/jeroen/sys This could also provide a nice way to background longer runs while keeping short runs linked. Further, if you...

One thing you might want to consider before adding a bunch of new functionality, is there is a reasonable amount of duplication, unnecessary code, code that will never run, and...

I see this package suited two test 'suites' - unit tests for the functions and processes and a visual check to make sure we're getting the output we expect. Unit...

Given the long term objective is to make this (somewhat) software agnostic, switching to an object oriented system will probably reduce a lot of headache rather than massive ifelse chains....