GithubHelp home page GithubHelp logo

Comments (6)

hadley avatar hadley commented on August 17, 2024

Also crashes for me

from lobstr.

hadley avatar hadley commented on August 17, 2024

Simpler reprex:

df <- data.frame(g = 1:2, y = runif(10), x = runif(10))
mod <- lm(y ~ x, data = df)

lobstr::obj_size(mod$residuals)

from lobstr.

hadley avatar hadley commented on August 17, 2024

Even simpler:

lobstr::obj_size(names(mod$residuals))

I think this is something to do with:

> .Internal(inspect(names(resid)))
@7f98e5ebef60 16 STRSXP g1c0 [MARK,NAM(3)]   <expanded string conversion>
  @7f98db7dab98 16 STRSXP g1c5 [MARK] (len=10, tl=0)
    @7f98d8846fe8 09 CHARSXP g1c1 [MARK,gp=0x61] [ASCII] [cached] "1"
    @7f98d91b37a8 09 CHARSXP g1c1 [MARK,gp=0x60] [ASCII] [cached] "2"
    @7f98dba4a570 09 CHARSXP g1c1 [MARK,gp=0x61] [ASCII] [cached] "3"
    @7f98dce61030 09 CHARSXP g1c1 [MARK,gp=0x61] [ASCII] [cached] "4"
    @7f98dbcb5f08 09 CHARSXP g1c1 [MARK,gp=0x61] [ASCII] [cached] "5"
    ...

from lobstr.

hadley avatar hadley commented on August 17, 2024

Implementation at https://github.com/wch/r-source/blob/1570b0e3b56e7d51ca8e18fcd7b8b7fab7aff109/src/main/altclasses.c#L586

from lobstr.

hadley avatar hadley commented on August 17, 2024

Root cause is probably because it doesn't contain a valid pairlist: https://github.com/wch/r-source/blob/1570b0e3b56e7d51ca8e18fcd7b8b7fab7aff109/src/main/altclasses.c#L598

from lobstr.

hadley avatar hadley commented on August 17, 2024

Fixed in c34bd45

from lobstr.

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.