Re: [R] An opinion question, please

2025-04-10 Thread Erin Hodgess
Thanks, Bert! It’s for disaggregation of time series using different underlying distributions. Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com On Mon, Apr 7, 2025 at 11:40 AM Bert Gunter wrote: > My *opinion*: > > 1. As it stands, this "opinion survey" seems pretty useless; > 2. It *might

[R] An opinion question, please

2025-04-10 Thread Erin Hodgess
Hello everyone! I have an opinion question please. If I’m writing a new package, would you recommend using S3 or S4 structure, please? I know I will get lots of opinions, but that’s fine. Thanks, Erin Erin Hodgess, PhD mailto: erinm.hodg...@gmail.com [[alternative HTML version delete

Re: [R] An opinion question, please

2025-04-10 Thread Jeff Newmiller via R-help
My opinion is that you should use S3 unless you absolutely need some syntactic sugar only offered by some other object system. Note that in a majority of cases you want to transform one standard data structure to another... tibble to tibble is the fashion for dplyr... and functions can often do

Re: [R] Error in running get_acs()

2025-04-10 Thread Duncan Murdoch
The tidycensus package is a contributed package, it's not part of R. You should probably report this to its maintainers at https://github.com/walkerke/tidycensus/issues Duncan Murdoch On 2025-04-09 12:15 p.m., Deana Kittaneh via R-help wrote: Hi R team!     Since last Friday 04/04, my team