John Muschelli

Results 93 issues of John Muschelli

Added a short script to Contributing so that it's easier to implement these (maybe that's not what you want though).

I have the matlabr (GH: https://github.com/muschellij2/matlabr, CRAN: https://cran.r-project.org/web/packages/matlabr/) package and we have seemed to implement the same ideas. Maybe we should merge at some point

First, thanks for the package. It's exactly what we needed. We're working on neuroimaging data: https://github.com/muschellij2/niftiArray. We're trying to do statistics over multiple 3D arrays. I believe this doesn't fit...

Neuroconductor (http://neuroconductor.org) is a platform similar in aims to Bioconductor, but for medical imaging. Consider submitting there: https://neuroconductor.org/submit-package if you'd like any feedback or help on design and/or R CMD...

Please ensure the following before submitting a PR: - [ X if suggesting code changes or improvements, [open an issue](https://github.com/cloudyr/aws.polly/issues/new) first - [X] for all but trivial changes (e.g., typo...

This should pass `R CMD check --as-cran` and have continuous integration of Windows and Linux with Travis/Appveyor.

Allow for `gargle` (https://github.com/r-lib/gargle) style of authentication in `rgoogleslides::authorize`. See https://gargle.r-lib.org/articles/gargle-auth-in-client-package.html for information. I'll try to adapt the code so it will work if I have time.

proposal

You may need a `SystemRequirements` on `jpeglib.h` headers ``` In file included from libqpdf/Pl_DCT.cc:1:0: include/qpdf/Pl_DCT.hh:27:21: fatal error: jpeglib.h: No such file or directory #include ^ ``` As per https://github.com/cburgmer/csscritic/issues/69, you...

Any thoughts on Pena-Strawderman-Hollander model (https://www.tandfonline.com/doi/abs/10.1198/016214501753381922)? I saw it implemented in https://github.com/isglobal-brge/survrec (also Wang method), but I know reReg is really comprehensive so I was curious on the implementation or...

Fixes #1131 and added a test Checklist before merging: - [X] Existing tests still work (check by running the test suite, e.g. from RStudio). - [X] Added tests (if you...