Code Monkey home page Code Monkey logo

Comments (8)

colearendt avatar colearendt commented on July 26, 2024 1

Interesting! And apologies for the trouble! Does library('rJava'); .jinit() work for you? Crashes at startup are always important to check whether it is xlsx or the Java runtime itself that is causing the problem. I haven't added R 4.2 to CI yet (it is still quite new), but plan to do that!

from xlsx.

AndriyZhubryd avatar AndriyZhubryd commented on July 26, 2024 1

For me installing rJava from source removed this issue on 4.2.0 (.jinit() started working and xlsx loading without crash):
install.packages("rJava", repos="https://rforge.net", type='source')

from xlsx.

MichalLauer avatar MichalLauer commented on July 26, 2024

Hi, having the same issue and it looks like the package is not compatible with R 4.2. When I run the same script on R version 4.1.3, everything works as expected.

from xlsx.

rucoma avatar rucoma commented on July 26, 2024

Hi, in my case fails only using RStudio.

from xlsx.

MichalLauer avatar MichalLauer commented on July 26, 2024

No worries:)
After running library(rJava) and then .jinit(), R Session is aborted and terminated.

from xlsx.

dlaw0077 avatar dlaw0077 commented on July 26, 2024

Hello, library('rJava'); .jinit() does not work for me

from xlsx.

colearendt avatar colearendt commented on July 26, 2024

Yes, if .jinit() fails, that suggests that the problem is with rJava or your java installation, not necessarily with xlsx. It's also possible that your Java installation conflicts somehow with RStudio running / environment variables that RStudio sets. (I would check the differences in the output of Sys.getenv() between a working / not working environment in the latter case)

Anyhow, xlsx unfortunately requires a functional rJava installation to work. If .jinit() is not working, you are better off asking for help in the rJava community and debugging your Java installation (there are several good debugging steps here). If you want to dispense with the Java dependency, then there are packages like openxlsx that do not have the Java dependency

from xlsx.

Related Issues (20)

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.