Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix search index #322

Merged
merged 3 commits into from
Feb 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ to
And open an issue for an Hugo person to change things back / change things back yourself when GitHub Pages is up again.
With this hacky change the site should be built but if the registry and citations are updated the site is not showing the latest data.

* If something like search or packages pages behave weirdly, look at error messages in the DevTools console(learn [how to open it using one of these resources](https://rmd-blogging-blr.netlify.app/webdev/devtools/) or via the browser menu, something like more tools > developer tools). Maybe one of the needed libraries can't be found because the related content delivery network (CDN) is down? Look at the status for that CDN (e.g. one of the JS files comes from `https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js` so you'd maybe check the Twitter account of jsdeliver). Maybe temporarily change for another CDN (e.g. `https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js` in the related partial), open an issue.
* If something like search or packages pages behave weirdly, look at error messages in the DevTools console(learn [how to open it using one of these resources](https://rmd-blogging-blr.netlify.app/webdev/devtools/) or via the browser menu, something like more tools > developer tools). Maybe one of the needed libraries can't be found because the related content delivery network (CDN) is down? Look at the status for that CDN (e.g. one of the JS files comes from `https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.min.js` so you'd maybe check the Twitter account of jsdeliver). Maybe temporarily change for another CDN (e.g. `https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js` in the related partial), open an issue. For search the problem might be the file https://ropensci.org/search/index.json, try reading it with jsonlite to see if there is a wrong sign somewhere in a content file. For an example see https://github.com/ropensci/roweb3/pull/322.

### Search

Expand Down
4 changes: 1 addition & 3 deletions content/blog/2022-02-01-pkgcheck-action/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ author:
- Jacob Wujciak-Jens
featured: false
description: |
All packages submitted for peer-review with rOpenSci are checked by our
pkgcheck package.
This post describes a new GitHub action which can be used to run pkgcheck.
All packages submitted for peer-review with rOpenSci are checked by our pkgcheck package. This post describes a new GitHub action which can be used to run pkgcheck.
tags:
- ropensci-review-bot
- pkgcheck
Expand Down