processR icon indicating copy to clipboard operation
processR copied to clipboard

Results 15 processR issues
Sort by recently updated
recently updated
newest added

I see the package was archived because of `predict3d`:: https://cran.r-project.org/web/packages/processR/index.html This last package returned again to CRAN: https://cran.r-project.org/web/packages/predict3d/index.html And it seems that processR was sent later again to CRAN: https://github.com/cardiomoon/processR/blob/c6c817b5b716f2615b9814cd5022aef1cbc5c09d/cran-comments.md?plain=1#L3-L7...

**I'm unable to install the package. I get the below error message. Anyone else has been able to resolve this?** Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to...

Got this error message when trying to install: Error: Failed to install 'processR' from GitHub: lazy-load database '/Library/Frameworks/R.framework/Versions/4.1-arm64/Resources/library/processx/R/processx.rdb' is corrupt In addition: Warning messages: 1: In do.call(processx::run, c(list(bin, args =...

Dear author I installed this package from CRAN smoothly. I encounter an error message while I called require(processR) on my Mac Error: package or namespace load failed for ‘processR’ in...

It could be a minor issue. When I write Equation to use drawModel, I get an error if I don't put it in the first line. error Form ` equation='...

Hi, I suddenly started encountering an error while loading the package, so I have tried reinstalling it. However, now I am getting an error trying to install it: ``` devtools::install_github("cardiomoon/processR")...

Dear Keon-Woong Moon, I am planning since a long time to deprecate and defunct `ph_add_text`, `ph_add_par`, `ph_add_fpar` functions in package officer. You are using `ph_add_par` in the CRAN version but...

The shiny app always disconnects from the server when I do a simple moderation (model 1) with a factorial X. It works with continuous x. Treat x as a factor...

I use the example in https://rpubs.com/cardiomoon/481347: If one does ```r statisticalDiagram(59,labels=labels) ``` one gets ![image](https://user-images.githubusercontent.com/40892925/107059920-a8f19900-67d6-11eb-850b-10da06b7511d.png) but later, if one does ```r moderator=list(name="Parents",site=list(c("a","b","c"))) equations=tripleEquation(labels=labels,moderator=moderator,mode=1) fit=eq2fit(equations,data=Marshmallow.Mod) modelsSummaryTable(fit,labels=labels) ==================================================================================================== Consequent --------------------------------------------------------------------------- Trust(M) Success(Y)...

Dear Dr- Moon, Thank you very much for this wonderful package. I would like to ask for a couple of things for the future. - On one hand a bit...