Joshua Spiewak

Results 25 comments of Joshua Spiewak

The way this repository works with shinyapps.io is that there are install scripts named for R packages that will be run when that R package is installed on shinyapps.io. What...

We are aware of sysreqdb, and while we have long term intentions of moving in that direction, we have no immediate plans for the work.

Even if you used `cmaker`, FFTW and sox-lstr are still required and are not present. So may as well have the `install` script install all three.

The latest Professional Drivers do include one for AWS Athena. I will leave this open until we have pushed out the update.

I am reasonably certain that it is an `igraph` installer you want, that installs `libglpk`. `libxml` is [already installed](http://docs.rstudio.com/shinyapps.io/appendix.html#default-system-packages).

Please move your description from the attached document into the body of the issue.

In the shinyapps.io environment, the application directory is not in the `PATH` environment variable and that is likely why `dssp` cannot be found in the search path. That said, including...

This repository is for installing the system dependencies required by R packages. The error you are seeing is the inability to determine from where the R package `fontawesome` is installed....

It looks as though `convertGraph` tries to cache the path used to `phantomjs` in a system location as opposed to a user location. That is a fine thing to do...

Not clear to me where this error comes from. When checking TravisCI I found that R 3.6.3 is being used, as expected, that `caTools` installs properly, but that `RSelenium` fails...