Git Product home page Git Product logo

Comments (7)

krlmlr avatar krlmlr commented on June 21, 2024

Thanks. Is it difficult for you to upgrade to R 4.3?

from duckdb-r.

JamesLMacAulay avatar JamesLMacAulay commented on June 21, 2024

Unfortunately it is at this time, but it may happen in the future.

The issue I was trying to deal with, that I posted about on stackoverflow (https://stackoverflow.com/questions/78187731/support-microseconds-when-storing-posixct-column-in-duckdb-file) I was able to work around by writing wrapper functions that converts the posix columns into numeric before writing and then back to posix after reading.

I didn't bother posting that as an issue since it's such an old version (0.7-1) and I see that there are several new data types that have been introduced by the time it got to 0.10.

Luckily the workaround is getting the job done for now!

from duckdb-r.

krlmlr avatar krlmlr commented on June 21, 2024

Thanks. What workaround do you refer to?

from duckdb-r.

krlmlr avatar krlmlr commented on June 21, 2024

It seems more difficult than anticipated to build for R < 4.2 on Windows.

from duckdb-r.

JamesLMacAulay avatar JamesLMacAulay commented on June 21, 2024

Thanks. What workaround do you refer to?

Writing POSIXct columns to a duckdb file were having their subseconds stripped. The workaround I am using is to convert those columns to numeric before writing them to the duckdb file, and then converting them back to POSIXct after reading in the data.

from duckdb-r.

krlmlr avatar krlmlr commented on June 21, 2024

Can you please try from the current v0.10.1 tag?

498dc55

from duckdb-r.

krlmlr avatar krlmlr commented on June 21, 2024

@JamesLMacAulay: are you still experiencing problems building duckdb from source?

from duckdb-r.

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.