mvuorre / bmlm

Bayesian multilevel mediation models in R
https://mvuorre.github.io/bmlm
42 stars 10 forks source link

Error in instaling the package #26

Open ozgeugurlu opened 2 hours ago

ozgeugurlu commented 2 hours ago

I followed the procedure outlined below:

install.packages("devtools") library(devtools)

Install from GitHub using the devtools package

devtools::install_github("mvuorre/bmlm", args = "--preclean")

This is the error I got:

Arguments in ... must be used. ✖ Problematic argument: • args = "--preclean" ℹ Did you misspell an argument name?

How do we fix it?

ozgeugurlu commented 2 hours ago

I also downloaded install.packages("Rcpp", dependencies = TRUE) previously, and still cannot run the code.