rstudio / blogdown

Create Blogs and Websites with R Markdown
https://pkgs.rstudio.com/blogdown/
1.73k stars 333 forks source link

checking Hugo #539

Closed apreshill closed 3 years ago

apreshill commented 3 years ago

Hi @yihui related to PR #534 I'm seeing:

> blogdown::check_hugo()
― Checking Hugo
| Checking Hugo version...
○ Found 4 versions of Hugo. You are using Hugo 0.79.0.
| Checking .Rprofile for Hugo version used by blogdown...
Error in sprintf("blogdown is using Hugo %s to build site locally.") : 
  too few arguments
> xfun::session_info()
R version 3.6.1 (2019-07-05)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS Catalina 10.15.7, RStudio 1.4.1090

Locale: en_US.UTF-8 / en_US.UTF-8 / en_US.UTF-8 / C / en_US.UTF-8 / en_US.UTF-8

Package version:
  base64enc_0.1.3        BH_1.72.0.3            blogdown_0.21.61      
  bookdown_0.21          compiler_3.6.1         digest_0.6.27         
  evaluate_0.14          glue_1.4.2             graphics_3.6.1        
  grDevices_3.6.1        highr_0.8              htmltools_0.5.0       
  httpuv_1.5.4           jsonlite_1.7.2         knitr_1.30            
  later_1.1.0.1          magrittr_2.0.1         markdown_1.1          
  methods_3.6.1          mime_0.9               promises_1.1.1        
  R6_2.5.0               Rcpp_1.0.5             rlang_0.4.9           
  rmarkdown_2.6          rstudioapi_0.13.0-9000 servr_0.21            
  stats_3.6.1            stringi_1.5.3          stringr_1.4.0         
  tinytex_0.28           tools_3.6.1            utils_3.6.1           
  xfun_0.19              yaml_2.2.1   
cderv commented 3 years ago

Thanks ! It was a parenthesis at the wrong place.