I recently built a website using blogdown package in r. I added two posts and served site, everything was working fine.
After adding third post when I tried to run blogdown:::serve_site(), started getting error:
Building sites … ERROR 2019/02/14 18:32:39 in .Render: Failed to execute template "_default/summary.html": "/Users/abc/fff/themes/hugo-tranquilpeak-theme/layouts/_default/summary.html:5:23": execute of template failed: template: _default/summary.html:40:9: executing "_default/summary.html" at : error calling partial: "/Users/abc/fff/themes/hugo-tranquilpeak-theme/layouts/partials/post/meta.html:5:23": execute of template failed: template: partials/post/meta.html:8:7: executing "partials/post/meta.html" at : error calling partial: "/Users/abc/fff/themes/hugo-tranquilpeak-theme/layouts/partials/post/category.html:5:23": execute of template failed: template: partials/post/category.html:5:23: executing "partials/post/category.html" at <.>: range can't iterate over Data Visualization ERROR 2019/02/14 18:32:39 render of "taxonomyTerm" failed: "/Users/abc/fff/themes/hugo-tranquilpeak-theme/layouts/taxonomy/category.terms.html:6:25": execute of template failed: template: taxonomy/category.terms.html:6:25: executing "taxonomy/category.terms.html" at : error calling apply: can't apply over Data Visualization Total in 81 ms
Error: Error building site: failed to render pages: render of "page" failed: "/Users/abc/fff/themes/hugo-tranquilpeak-theme/layouts/_default/single.html:31:19": execute of template failed: template: _default/single.html:1:3: executing "_default/single.html" at : error calling partial: "/Users/abc/fff/themes/hugo-tranquilpeak-theme/layouts/partials/head.html:31:19": execute of template failed: template: partials/head.html:28:7: executing "partials/head.html" at : error calling partial: "/Users/abc/fff/themes/hugo-tranquilpeak-theme/layouts/partials/meta.html:31:19": execute of template failed: template: partials/meta.html:31:19: executing "partials/meta.html" at <.>: range can't iterate over Data Visualization
To stop the server, run servr::daemon_stop("4471654616") or restart your R session Serving the directory /Users/abc/fff at http://127.0.0.1:4321
Does anyone have experience with this?