Giter Site home page Giter Site logo

Comments (4)

rdiaz02 avatar rdiaz02 commented on August 17, 2024

I am sorry you are seeing these issues, but I think they are related to locale issues. As well, I think you are in Windows, and I would expect issues in Windows. Anyway, lets try this possible (ugly) fix:

  1. Go to file sqlite-bitex-functions.R
  2. Move to line 493, right after oldpath <- gsub("\\_", "_", oldpath, fixed = TRUE)
  3. Insert this line
oldpath <- gsub(":E$\backslash$:", "E", oldpath, fixed = TRUE)
  1. Run the whole thing again.

I think your files live in a hard drive named "E". What I am doing above is trying to obtain a valid path.

I am not 100% sure that will work. You might need to tweak the above expression a little.

from adios_mendeley.

astroHaoPeng avatar astroHaoPeng commented on August 17, 2024

Yes, I have made there modifications you mentioned. After almost two days, it finally works. I'm really satisfied with the results and also your experience with Android tablets. However, since I have no time to clean up the modified codes and add some English comments, I forked your code and add some simple Chinese explanations to explain what happens to me when transferring on Windows platform.
Anyway, thanks for your sharing.

from adios_mendeley.

rdiaz02 avatar rdiaz02 commented on August 17, 2024

I am glad it worked (and sorry it took so much work). Two things:

a) Can you post the link to your forked repository here, in a reply to this, so that it is kept for reference for other users?

b) Once you do that, I'll close the issue.

from adios_mendeley.

rdiaz02 avatar rdiaz02 commented on August 17, 2024

Here is the link: (https://github.com/AstroH-Peng/Adios_Mendeley_itStillWorks). Closing now.

from adios_mendeley.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.