-
Notifications
You must be signed in to change notification settings - Fork 31
Z Meeting notes, 2021 04 16
Tim Treis edited this page Apr 16, 2021
·
5 revisions
Notes
- Reviewed and assigned testing and writing for several functions.
- Revision on df vs tibble:
- "If your package depends on dplyr then taking an additional dependency on tibble comes at no additional cost, as dplyr itself already depends on tibble. Additionally some of the most popular packages (e.g. ggplot2) will already be installed on the majority of users' machines."
- "we decided to allow functions to return tibble as well as dataframe (since tibble objects are also of class dataframe), but should make sure that all functions accept data.frames and tibbles"
- If we create a data structure from scratch within a function, go for df
- Should be on CRAN by end of Mai?
- additional sprint on the 07.05
- Presentation that was scheduled for June got "reassigned", so we don't present there
- There might be a separate event later that year