I cannot load the rlang 0.2.1 package in RStudio

Error Information:

> library("rlang", lib.loc="C:/Program Files/R/R-3.3.2/library")
Error in inDL(x, as.logical(local), as.logical(now), ...) :
 unable to load shared object 'C:/Program Files/R/R-3.3.2/library/rlang/libs/i386/rlang.dll':
 LoadLibrary failure: The specified procedure could not be found.

In addition: Warning message:
package ‘rlang’ was built under R version 3.5.1
Error: package or namespace load failed for ‘rlang’

Steps taken so far -

Located and downloaded correct package from:
https://cran.r-project.org/bin/windows/contrib/3.5/rlang_0.2.1.zip

Copied the file to: C:\Program Files\R\R-3.3.2\library

Installed file using R 'install package from local files'

R confirms package is installed.

When opening the package in RStudio I get the above error information

System Information:

  • RStudio Edition: Desktop

  • RStudio Version: v1.0.44

  • OS Version: Win7 32-bit

  • R Version: 3.3.2

2 posts were merged into an existing topic: I cannot load the VIM 4.7.0 package in RStudio