John Muschelli

Results 107 comments of John Muschelli

Is the code being run in ants or ANTsR? It wasn’t entirely clear from the message. I understand it’s an issue on this repo but just wanted to make sure...

Dear Carolin, You must work in R with ANTsR. There are a number of ways to learn R: https://www.dataquest.io/path/data-analyst-r/, https://www.coursera.org/learn/r-programming. I have a course at https://johnmuschelli.com/imaging_in_r/, but it assumes you...

We've run into this issue as well, the rendering is better if you select the format to be `"png"` as opposed to a PDF. Not the solution we need yet,...

Can you please post a [`reprex`](https://www.jessemaegan.com/post/so-you-ve-been-asked-to-make-a-reprex/)

1) this is a non-funded project for me, so respect developer's time if you want a response in the future. You are clearly not a developer. 2) Please read what...

Can you try a service account with desktop client and download the json file and try that? On Wed, Dec 30, 2020 at 11:53 AM R J Gray wrote: >...

Yes it is. Again, I had to 1) make a new project (not new key), then 2) enable YouTube APIs and 3) I had to make a new credential, in...

One last thing to check - you used the json file, correct? Something like (where json is your json file for desktop app): app = gargle::oauth_app_from_json(json) yt_oauth(app_id = app$key, app_secret...

If that's the case, then you can probably do ``` file.remove(".httr-oauth") yt_oauth() ``` I also sent a small PR to clean up oauth code.

Some failures seem due to new sysreqs coming into play https://ci.appveyor.com/project/nuest/containerit-rrvpq/builds/41103797#L1538