Chase Clark

Results 42 comments of Chase Clark

Agreed, @Dripdrop12. The last commit to master was on Feb 6, 2019 by myself. I moved on and wrote my own package to accomplish this but still get emails on...

I had avoided talking about this here, but since Photon was mentioned (It's good and the originally inspired what I'll mention next) and we haven't heard from the maintainer of...

I think it was closed because of this: "There is a part of me that just says we should update the docs and encourage people to update to CRAN versions...

I think I remember running into this as well. It might be easiest to just check for the folder from the app and create if necessary `dir.create` or pre-populate it...

@Dripdrop12 when you have time- @vatsal743 is correct: > The electron browser is starting before the shiny app start and does not refresh. Should increase wait time or server response.

I am not able to reproduce this error, and don't know java but you those of you having issues might try replacing in `json2.js` with [this version](https://github.com/douglascrockford/JSON-js/blob/master/json2.js) and reporting if...

I've been working with this off and on for the past week. E-packager is fine but it **does not** provide a means for creating an installer- it only creates a...

I'm working on a package right now and had the same issue. It turned out that `utils::download.file()` needed the additional argument `mode = "wb"` If someone has time to test...

@Dripdrop12 I still had to bypass and hack around this step as I'm on a deadline. I think it's on the RInno side as Installr now works (https://github.com/talgalili/installr/issues/125), but Rinno...