Devin Pastoor

Results 48 issues of Devin Pastoor

- Blog posts should contain novel content and links to code for any application discussion - Libraries should have at least some minimal documentation - examples should have a screenshot,...

## Paste the link of the GitHub organisation below and submit https://github.com/rstudio --- ###### Please subscribe to this thread to get notified when a new repository is created

We've been using ubuntu 16 without issue for a while, following the instructions, including installing from: ``` add-apt-repository -y ppa:cran/imagemagick ``` however due to some other scientific software we attempted...

Pardon if this is a ridiculous question, I am new to passing data around, but I didn't see any examples or documentation regarding the technique for sending various types of...

One case that I have is that I use a package internal to all projects/apps/etc, such that it is not the only thing being worked on within the git history...

config :radio_button:

@jeroenooms its cool to see some new life breathed into this package! Out of curiosity, what was the choice on reviving this vs using/contributing to https://github.com/snoweye/pbdZMQ nothing against this package...

when downloading packages, receiving a 404 or other issue where cannot download should not just print a warning and proceed, as the installation will obviously fail since that package does...

This does 2 things: 1. it potentially allows the dl concurrency to be bound for servers that don't want to accept too many concurrent connections by setting `PKGR_DL_CONCURRENCY to some...

Current os env expansion just expands and if no value will be blank - could instead use mvdan.cc/sh/v3/shell to allow for defaults like ${R_EXE_PATH:-R} for use value of R_EXE_PATH if...

ctx: feature

``` 21:41 $ pkgr plan --loglevel=debug DEBU[0000] overriding system R_LIBS_USER path="/Users/devinp/metrum/incubator/model-db/renv/library/R-3.6/x86_64-apple-darwin15.6.0:/private/var/folders/bf/1cwy7ctd2k1dj13rc3v8znbh0000gn/T/RtmpBFALcs/renv-system-library" INFO[0000] Installation would launch 16 workers DEBU[0000] overriding system R_LIBS_USER path="/Users/devinp/metrum/incubator/model-db/renv/library/R-3.6/x86_64-apple-darwin15.6.0:/private/var/folders/bf/1cwy7ctd2k1dj13rc3v8znbh0000gn/T/RtmpBFALcs/renv-system-library" INFO[0000] R Version 3.6.3 INFO[0000] OS Platform x86_64-apple-darwin15.6.0...