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
The issue happens with other packages, but I haven't tracked which, I simply decided to finally submit an issue. It might be that somehow the search query is filtering out "boot" as a common word or something?
The text was updated successfully, but these errors were encountered:
I've been having the same issue for the past several months now. Direct search for almost anything, including basics like 'strsplit' yields no results (no packages and no functions), unless I start from the main page where I need to select one of the suggestions. If I select 'View results for "strsplit"', I get nothing. Feels like a bug, and for a newbie trying to learn R, it's not a pleasant experience.
Even if I then select "strsplit (base)", I get no results. I'm using Google Chrome if it makes any difference.
I understand someone has to pay the bills, but why on RDocumentation.org if you click "Introduction to R" you are sent to the Datacamp lessons instead of the "Introduction to R" book I was expecting (https://cran.r-project.org/doc/manuals/r-release/R-intro.pdf)?
Ok, found my answers. According to #138 this is a known issue and RDocumentation.org only works INSIDE Datacamp's lessons. This issue has been brought up earlier as #147
If I go to https://www.rdocumentation.org/ and search for the package
boot
and wait for a bit, I get a suggestion in the dropdown:The package is, in fact, indexed. However, actually performing the search gives me an empty page:
The package
boot
does exist, it just isn't found in the search: https://www.rdocumentation.org/packages/boot/versions/1.3-30. If you search, for instance, forboot.ci
, this hits that function from the package.The issue happens with other packages, but I haven't tracked which, I simply decided to finally submit an issue. It might be that somehow the search query is filtering out "boot" as a common word or something?
The text was updated successfully, but these errors were encountered: