I wonder if it would be worth exporting hugo_locate()? It's a handy function to use if you're writing a wrapper function that creates sites using a different Hugo theme. At the moment I'm accessing it via ::: in the slumdown package, but it would be nice to avoid the inevitable warning message on R CMD check:
I wonder if it would be worth exporting
hugo_locate()
? It's a handy function to use if you're writing a wrapper function that creates sites using a different Hugo theme. At the moment I'm accessing it via:::
in the slumdown package, but it would be nice to avoid the inevitable warning message on R CMD check:https://github.com/djnavarro/slumdown/blob/master/R/install_hugodown.R#L16
Alternative options I'm considering:
create_site_slum()
function to hugodown instead of having slumdown as a distinct packagehugo_locate()
and the many internal functions it calls inside slumdown