tastypie 0.1.2
tastypie 0.1.1
- Updated tastypie-package documentation as requested by R-project
community (manually added aliases)
tastypie 0.1.0
- Added the pie_addimagesfunction: you can now easily
add images to the slices of the pie charts created
usingpie_bake!
- Added the bubble_blowfunction: you can now also easily
create cool circular packing charts with{tastypie}!
- Added 10 more templates for the pie_bake_profunction
related to the circular barplot chart and to the
spider (or radar)
chart:'cirbar1', 'cirbar2', 'cirbar3', 'cirbar4', 'cirbar5', 'spider1', 'spider2', 'spider3', 'spider4', spider5'(added topie_template_list_pro, the list of the available
templates for this function).
- Added to the package site the article related to the
tasty_tshirts, the super cool t-shirts with the
{tastypie}logo (and removed the vignette about the users
favorite templates from the R package documentation).
tastypie 0.0.3
- Now {tastypie}istibble-friendly: the
user can also provide atibbleinstead of adataframefor the available functions. (#1)
- Improved the documentations of pie_bakeandpie_bake_pro(added useful information about the labels and
thetibbleinput).
- Solved the CRAN issue related to the importing of the
magrittrpackage that is not actually used.
tastypie 0.0.2 - NOW
AVAILABLE ON CRAN!
- Added the description of the function results in the documentations
of pie_bake,pie_bake_pro,pie_templatesandpie_discover.
- Solved some issues regarding the examples of the
pie_datacheckfunction.
tastypie 0.0.1
- Added a NEWS.mdfile to track changes to the
package.
- Fixed package documentation (after spell_check).
- Added a package site.
- Fixed badges in README.