trettenbrein / OpenPoseR

Analyze motion-tracking data derived from video files using OpenPose.
GNU General Public License v3.0
9 stars 3 forks source link

Missing dependencies for plot_frontal_() #7

Closed trettenbrein closed 4 years ago

trettenbrein commented 4 years ago

In the current version (1.0), plot_frontal() also depends on ggpubr as it uses background_image(), as well as hexbin due to the use of stat_binhex(). These need to be added as dependencies for the package in order to make plot_frontal() work out of the box.