Bill Denney

Results 181 issues of Bill Denney

I just ran the following on Windows as a first test, and it couldn't detect R: ``` C:\Users\Bill Denney>pkgr inspect FATA[0000] error getting R version info ``` R is there...

I just wanted to install a specific version of a package (as suggested in #85) because the current version on CRAN has an issue that I didn't have with a...

I had an issue installing a package from GitHub (outside of pkgr). I then tried to update everything via pkgr, and I got errors (see below). After reinstalling `stringi` and...

I occasionally install packages outside of pkgr. When I do so, it makes sense that they show up as "Packages not installed by pkgr" while running pkgr. But, when I...

Same title as #159, but I think it's for a different reason. This is with version 0.5.1. The URLs work in the attached file (so, it's not the same error...

Does `pkgr` support the "Additional_repositories" feature of DESCRIPTION files? I would see support as complex since it would only be enabled for packages as dependencies of the package which has...

As I look at the output of `pkgr --update install`, it would help review exactly what will and has been done if package names were sorted in case-insensitive alphabetical order...

As discussed with @dpastoor: Automatically scan for the version of R in Windows: * If a single version is found, use that (with a note to the user) * If...

This does not work (I'm not a C programmer), but I think that it's close. Fix #215

I have some invalid tex code in a manual (that I'm still trying to track down the exact error). When I tried to run `build_manual()`, it gives an error: ```r...

feature