Devin Pastoor

Results 48 issues of Devin Pastoor

see last comment in: https://github.com/metrumresearchgroup/pkgr/pull/199

bug

Currently when attempting to install survival from CRAN: ``` INFO[0000] R Version 4.0.1 INFO[0000] found installed packages count=0 INFO[0000] Default package installation type: source INFO[0000] 15814:15814 (binary:source) packages available in...

bug

per #267 pkgr is too naively reporting information around all installed packages, but also should be reconciling which ones it should be paying attention to in the dependency tree From...

bug

For example, would like to have pkgr plan --output=json ``` { Repos: [ ], packages: [ { name: dplyr, version: "0.8.3", Repo: "MPN", Type: "Source" }, { name: tidyr, version:...

``` C:\Users\DevinPastoor\Documents\pkgrbuilder\3.5\2019-10-04> pkgr add pkg FATA[0000] yaml: line 4: block sequence entries are not allowed in this context ``` I have tried both indentation styles ``` Packages: - pkg ```...

bug
risk: low

Currently, downloads all packages, regardless if need to be installed.

enhancement

when package installation fails, it should not be so hard to hunt through the logs. This was a more cumbersome than it had to be when tracking down issues regarding...

enhancement