Closed jebyrnes closed 1 year ago
Warning: Error in : 'alnum_id' is not an exported object from 'namespace:xfun'
It seems you are not using the correct version of xfun for your project, with the version of blogdown used.
xfun::alnum_id
was added in xfun v34 See https://github.com/yihui/xfun/releases/tag/v0.34
This function is used in blogdown since https://github.com/rstudio/blogdown/commit/560ca047a3c65450f6b62483beea6b12566d53d8 so version 1.14
Please update xfun.
We will update DESCRIPTION file so that xfun min requirement is updated. It seems we missed that.
Whenever I run
blogdown:::new_post_addin()
I get the following error:And the setup window goes away. Hrm.
Running R version 4.2.1
Should I just figure out how to migrate to Quarto at this point?