I cannot access later for agricolae

I cannot load later package for agricolae it is showing the following error. Somebody please help

library(agricolae)
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'E:/Documents/R/win-library/3.3/later/libs/x64/later.dll':
LoadLibrary failure: The specified procedure could not be found.

Error: package or namespace load failed for ‘agricolae’

Hi @KTSRK! Welcome!

Do you know if you have later installed? What happens if you:

  1. Restart your R session
  2. Run install.packages("later")
  3. Restart your R session again
  4. Try running library("agricolae")
1 Like