Installing Package Janitor

Having problem in installing Janitor Package.

install.packages("Packages/janitor_1.2.0.zip", repos = NULL, type = "source")
library(janitor)
Error: package or namespace load failed for ‘janitor’ in rbind(info, getNamespaceInfo(env, "S3methods")):
number of columns of matrices must match (see arg 2)
In addition: Warning message:
package ‘janitor’ was built under R version 3.6.1

Can some please help with this error.

If I were you, I'd go with usual installation procedure: install.packages("janitor")

If that's not possible, try using this: install.packages("Packages/janitor_1.2.0.zip", repos = NULL, type = "win.binary")

If that doesn't work, try with absolute path of the package, instead of relative path.

The first option is not possible.

With the second option of using zip file I am still getting the same error. (Have used the absolute path too.)

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.