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
start writing blogpost (I usually do this via Rstudio menu options: Serve Site -> New Post
write blogpost in visual mode
select 'Upate Metadata' -- in Rstudio's Addin buttons
get
> blogdown:::update_meta_addin()
Error in rstudioapi::getSourceEditorContext()$selection[[1]] :
subscript out of bounds
In addition: Warning message:
The current document does not seem to contain YAML metadata
[ X] used blogdown::check_site() function to diagnose your site and corrected potential problems?
included a minimal, self-contained, and reproducible example?
(I am not sure, but I suspect you'll find this too if you regularly write blogposts via rmarkdown)
[ X] 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:
Steps to reproduce:
Session Info
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:
[X ] formatted your issue so it is easier for us to read?
[ X] used
blogdown::check_site()
function to diagnose your site and corrected potential problems?included a minimal, self-contained, and reproducible example?
(I am not sure, but I suspect you'll find this too if you regularly write blogposts via rmarkdown)
[ X] 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: