Bolstad2 package

Does anyone encounter such problem? Bolstad2 should be available of R.3.4.4 version. But I just couldn't download the package.

> install.packages("bolstad2")

Installing package into ‘C:/R/Library’

(as ‘lib’ is unspecified)

Warning in install.packages :

package ‘bolstad2’ is not available (for R version 3.4.4)

> library(bolstad2)

Error in library(bolstad2) : there is no package called ‘bolstad2’

I hate it when this happens to me. The B in the package name is capitalized

install.packages("Bolstad2")

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