help.search() not working

Hi,

With RStudio Version 1.2.1335, Build 1379 (f1ac3452), under Windows 10, in a fresh session, and using R 3.6.0 I find that help.search(), e.g., help.search("log") produces empty results even though the same command produces many hits when entered in the R GUI. As well, this command works fine in RStudio with R 3.5.3.

My session info:

R version 3.6.0 (2019-04-26)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 17763)

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.1252  LC_CTYPE=English_United States.1252   
[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C                          
[5] LC_TIME=English_United States.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
[1] compiler_3.6.0 tools_3.6.0

Thoughts?

John

Same problem here on Manjaro Linux. After upgrading to R 3.6.0 and RStudio 1.2.1335, e.g. help.search("log") does not return any results anymore. A stand-alone R console indeed does work, as does the "Search Engine & Keywords" under the RStudio Help tab. Session info:

R version 3.6.0 (2019-04-26)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Manjaro Linux

Matrix products: default
BLAS/LAPACK: /usr/lib/libopenblas_haswellp-r0.3.6.so

locale:
 [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C               LC_TIME=en_US.UTF-8        LC_COLLATE=en_US.UTF-8     LC_MONETARY=nl_NL.UTF-8   
 [6] LC_MESSAGES=en_US.UTF-8    LC_PAPER=nl_NL.UTF-8       LC_NAME=C                  LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=nl_NL.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
[1] compiler_3.6.0 tools_3.6.0
1 Like

Thanks for the bug report! I've filed this at https://github.com/rstudio/rstudio/issues/4819.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.