-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wish list / roadmap #7
Comments
I have reviewed the to do list and other open issues. Some notes and questions:
Do you mean something like this? https://strengejacke.github.io/sjlabelled/articles/labelleddata.html
I would add a very simple README for the
Combine this with "Articles" page on website in issue #4 and "how-to documentation" point
That's issue #1, right?
Would you say the data is in a "long" format? I would actually argue that this is a wide format and one could standardize one single table as a long-format in which all data is included from all individual dataframes. That long format could then serve as a type of API.
How about we make it a goal to get this on CRAN and then alongside write an article for: https://joss.theoj.org/ |
Labelling: yes adding the label attributes. Possibly value attributes. I would avoid an additional dependency unless strictly required though. Also if we do add one, lets ideally stick to tidyverse/haven: https://haven.tidyverse.org/reference/labelled.html As a side note, having a separate package to quickly convert the whole dataset into a star-schema database that can be uploaded into a backend database (SQLite or mssql) would be best. That is a separate but related issue that I should add to the roadmap. This is critical for applications like Excel and Power BI that cannot easily work with the size of the long dataset without massive files. Ultimately, a lot of end-users are in this category. For R users it could also be a more efficient way of working with the data in dashboards like Shiny. I'm not a huge Shiny fan because of the way it is not usually built to scale. CRAN: Yes, this would be great. I think we are mostly there but there is some documentation of the datasets |
Thanks, @nickdickinson. I have reworked the wish list of this issue a bit and had tried to convert some of the to do's to actual issues, but GitHub wouldn't let me. It might be because I am not a collaborator on this project. Could you add add me? And then: How would you like me to contribute?
|
The first would be great. For such a small project we may not even need the dev branch but if we think more people will join up then I think let's set up a dev branch. Also would be good to setup a few tests to make sure we don't introduce break changes as we move along. I'll create an issue |
@nickdickinson: Can you add Colin as an contributor with push rights to this repo, please? |
This wish list was copied from the README and added here as a to do list:
The text was updated successfully, but these errors were encountered: