John Muschelli

Results 107 comments of John Muschelli

Any thoughts on merging this? Also - do you think adding in the option to `ukb_df` to put in a CSV that has the withdraw eids?

I don't have the time to separate them out right now. I think Docker is fine, and while I agree it's a straightforward install, I think 1) it's a heavy...

I guess my overall recommendation is to do an OS switch and use Docker for OSX users. I don't know what you'd want to do for Solaris and other OSes...

Any thoughts on this?

Hey - sorry I haven't been able to look at this. If I download ITK-SNAP 3.6.0 on a windows machine and run the installer, will a greedy.exe be coupled/put somewhere?

Yes I believe it makes it stronger. I don’t really understand but it seems like after I knit the Document it re-ordered the arguments. I’ll check back when I’m in...

It may not be a pander issue exactly, but using `knitr::kable` doesn't throw the error. Have you tried using `rmarkdown::render` and not `pandoc`? It may be the combination of the...

Yes, I may need to look around for an example, but every job, such as: https://ci.appveyor.com/project/muschellij2/text2speech will have the warnings as errors dump at the bottom and the artifacts should...

Depending on you install, you may have to do: ``` export DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH}:/usr/local/lib/gcc/7/ ``` in your `~/.bash_profile`, but you should likely `otool -L`. See https://superuser.com/questions/282450/where-do-i-set-dyld-library-path-on-mac-os-x-and-is-it-a-good-idea

That's likely needs a restart of R, assuming you're doing that in RStudio. Try to install from GitHub with no updates of other packages.