Hadley Wickham | An introduction to R7 | RStudio (2022)

Поділитися
Вставка
  • Опубліковано 12 лис 2024

КОМЕНТАРІ • 10

  • @Dreaming-11
    @Dreaming-11 2 роки тому +1

    Great addition to R system, congratulations for the effort

  • @AntoineFabri
    @AntoineFabri 9 місяців тому +1

    str_reverse doesn't exist in stringr, but we have strings::stri_reverse, for those wondering :)

  • @CaryReams
    @CaryReams Рік тому +1

    I smell a syntactic sugar pre-compiler brewing, ala typescript and babel. As its input, a classical OO class definition; as output, a package of new_generic(), method(), and new_class() statements.

  • @meryplays8952
    @meryplays8952 Рік тому +2

    When are we seeing it in base R? I think it is better than both S3 and S4.

  • @meryplays8952
    @meryplays8952 Рік тому +7

    Now it is called S7.

    • @postylem
      @postylem 9 місяців тому

      came here to say this.

    • @mubangansofu7469
      @mubangansofu7469 3 місяці тому +2

      correct S3+S4 = S7 .... reminds me of my chemistry classes back in high school years ago! great addition to R

  • @赵兵-j7x
    @赵兵-j7x 2 роки тому

    Could I use R7 for package development? tried ,failed;

  • @DaarShnik
    @DaarShnik Рік тому

    Couldn't a method check if thr generic is not available then create one... Rather then defining an empty line for generic which doesn't make much sense...❤

  • @alexandrodisla6285
    @alexandrodisla6285 2 роки тому

    good