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
Errorin file(con, "r") :impossibled'ouvrir la connexion De plus : Warning messages: 1: In file(con, "r") :'raw=FALSE' but '/home/maelle/Documents/ropensci/addintest/content/post/2021-01-28-lala' is not a regular file 2: In file(con, "r") : cannot open file '/home/maelle/Documents/ropensci/addintest/content/post/2021-01-28-lala': it is a directory Backtrace: 1. blogdown::new_post("lala", ext = ".Rmd", kind = "Rmd/") 2. blogdown::new_content(file, kind, FALSE) 3. blogdown:::hugo_convert_one(file2) 6. base::readLines(file, 1) 7. base::file(con, "r")
Checklist
When filing a bug report, please check the boxes below to confirm that you have provided us with the information we need. Have you:
My issue might be related to #436
We had a setup where using the New Post add-in worked, for creating a leaf bundle with a post called index.Rmd, and now it longer does.
Here's a repo reproducing the behavior https://github.com/maelle/addintest
I added an archetype https://github.com/maelle/addintest/blob/master/archetypes/Rmd/index.md
I ran
blogdown::new_post("lala", ext = ".Rmd", kind ="Rmd/")
Checklist
When filing a bug report, please check the boxes below to confirm that you have provided us with the information we need. Have you:
formatted your issue so it is easier for us to read?
used
blogdown::check_site()
function to verify your current project and followed all advices ?included a minimal, self-contained, and reproducible example?
pasted the output from
xfun::session_info('blogdown')
in your issue?upgraded all your packages to their latest versions (including your versions of R, the RStudio IDE, and relevant R packages)?
installed and tested your bug with the development version of the blogdown package using
remotes::install_github('rstudio/blogdown')
?The text was updated successfully, but these errors were encountered: