isssue while installing dplyr package and using it got utf-8 dll issue

install.packages("dplyr")
Installing package into ‘C:/U.../R/win-library/4.1’
(as ‘lib’ is unspecified)
--- Please select a CRAN mirror for use in this session ---
trying URL 'https://mirror.niser.ac.in/cran/bin/windows/contrib/4.1/dplyr_1.0.7.zip'
Content type 'application/zip' length 1341317 bytes (1.3 MB)
downloaded 1.3 MB

package ‘dplyr’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in
        C:\U...Temp\Rtmp0s3Vke\downloaded_packages

But I try running library(dplyr) I get this error
Error: package or namespace load failed for ‘dplyr’ in library.dynam(lib, package, package.lib):
DLL ‘utf8’ not found: maybe not installed for this architecture?

Try installing the utf8 package

install.packages("utf8")

I tried that as well but no luck

Can you be more specific? What is the output message you get when you try to install utf8?

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.