Coder Social home page Coder Social logo

32-bit version about shiny HOT 7 CLOSED

rocker-org avatar rocker-org commented on June 30, 2024
32-bit version

from shiny.

Comments (7)

cboettig avatar cboettig commented on June 30, 2024

@stvrd Have you considered using the odbc package instead? https://cran.r-project.org/web/packages/odbc/index.html

I believe Oracle DB works fine with 64 bit systems on Linux with the odbc drivers already included in the image...

from shiny.

stvrd avatar stvrd commented on June 30, 2024

I would prefer working with the odbc package, but I get the error message:
[Oracle][ODBC]Invalid SQL data type <-25> (see here).

The only workaround seems to be using RODBC package, which in turn only runs on 32-bit R. Is there any chance to make this work with rocker/shiny-verse ?

from shiny.

eddelbuettel avatar eddelbuettel commented on June 30, 2024

You can write SQL queries that case to a different type, that may avoid "type 25". Otherwise maybe report and error with that package?

from shiny.

stvrd avatar stvrd commented on June 30, 2024

This sounds promising, could you elaborate what you mean by 'case to a different type' ?

from shiny.

eddelbuettel avatar eddelbuettel commented on June 30, 2024

First google hit for 'sql select cast': https://www.1keydata.com/sql/sql-cast.html

from shiny.

stvrd avatar stvrd commented on June 30, 2024

Sorry using Ecosia not google. The 'type 25' issue is already reported, without solution so far (here). Casting to a different data type unfortunately does not work because the error occurs before any data is transferred, so I am not able to work with any column at all.

Back to the issue subject, is there any chance to use R 32-bit with rocker/shiny-verse ?

from shiny.

eddelbuettel avatar eddelbuettel commented on June 30, 2024

I am locking this issue. Your lack of familiarity with SQL and unhappyness with the package you are using are both orthogonal to our Rocker Project.

from shiny.

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.