processr

Can not load the `model1` function of the processR package in a Jupyter Notebook

有些话、适合烂在心里 提交于 2020-04-17 23:28:16
问题 I am very new to the whole R programming and trying to follow this tutorial, where the model1 function is used to find the Andrew F. Hayes correlation between three variables. As indicated in the tutorial I have the packages installed: install.packages("devtools") install.packages("processR") devtools::install_github("markhwhiteii/processr") I have also followed the steps: set.seed(1839) var1 <- rnorm(100) cond <- rbinom(100, 1, .5) var2 <- var1 * cond + rnorm(100) df3 <- data.frame(var1,

Can not install processr and procesR on Windows

痞子三分冷 提交于 2020-03-05 02:19:10
问题 Following this question, I am trying to install the package (running R64 as admin on Windows): devtools::install_github("markhwhiteii/processr") or devtools::install_github("cardiomoon/processR") However, I get the error message: Error: Failed to install 'processr' from GitHub: (converted from warning) cannot remove prior installation of package 'digest' no matter which update option I select. Running the command .libPaths() I found the packages installation folder C:/Program Files/R/R-3.6.2