Error in biblioshiny() : Error in source: 句法分析器172行里不能有多字节字符

I am trying to run biblioshiny, but it shows me an error.

The commands I run are as follows:

install.packages("bibliometrix", dependencies = TRUE)
library(bibliometrix)
biblioshiny()

Then it show that:

biblioshiny()
载入需要的程辑包:shiny

Listening on http://127.0.0.1:3334
Warning: Error in source: 句法分析器172行里不能有多字节字符
63: source
2: runApp
1: biblioshiny
Warning: Error in source: 句法分析器172行里不能有多字节字符
63: source
2: runApp
1: biblioshiny

I have tried some methods to fix it but failed. I had reinstalled R and R studio. And, I had reinstalled shiny packages.

Please suggest a solution to fix it.

Thank you.

This topic was automatically closed 90 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.