MaximeRivest / scimeetr

Scimeetr is an R package, and a shiny app that helps researchers introduce themselves into their scholarly literature. It contains a suit of function that let someone: load bibliometric data into R, make a map of peer reviewed papers by creating various networks, find research community, characterize the research communities, and generate reading list.
http://www.scholarsreadinglist.com
MIT License
25 stars 7 forks source link

problems when I try to load data #1

Closed huzhyi21 closed 6 years ago

huzhyi21 commented 7 years ago

hi, I have sucessfully installed the package. However, I meet problems when I try to use it.

when I try to read data from txt download from wos: ( I have changed the file to UTF-8) wos_df <- import_wos_files(files_directory = fpath) Warning message: In readChar(full_file_path, file.info(full_file_path)$size) : can only read in bytes in a non-UTF-8 MBCS locale

MaximeRivest commented 6 years ago

The function was improved it should be resolved. Are you able to test it again?