You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears that the latest cpp11 version 0.2.0 is causing downstream compilation issues for tidyr (and others). I'm building on Ubuntu 18.04.5 LTS using gcc 7.5.0 (gcc-7-7.5.0-3ubuntu1~18.04). Compilation is giving an error with: 'unmove' is not a function of 'cpp11'. Downgrading to cpp11 0.1.0 fixes the issue.