-
Notifications
You must be signed in to change notification settings - Fork 3
Open
r-universe-org/docs
#102Description
Basic search tips:
- Logical OR: https://r-universe.dev/search?q=jeroen%20curl
- Logical AND: use double quotes: https://r-universe.dev/search?q=%22jeroen%22%20%22curl%22
- Logical NOT: prefix with - like so: https://r-universe.dev/search?q=jeroen%20-curl%20-json
Also need double quotes to search for a string with spaces or other characters
- https://r-universe.dev/search?q=%22stef%20van%20buuren%22
- https://r-universe.dev/search?q=%22forecasting-models%22
Finally special fields to match (possibly in addition to free text):
- Package
- Owner
- Author
- Contributor
- Topic
- Needs
- Exports
- Data
You can also set these using the search box panel.
API
You can use the API to do the same search.
How it works
Matching and raking.
Metadata
Metadata
Assignees
Labels
No labels