Skip to content
Merged
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
5 changes: 5 additions & 0 deletions browse/api.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ str(packages[[1]], max.level = 1)

URL: `https://<username>.r-universe.dev/api/packages/<package>`

Fields that start with an underscore `_`, like `_topics`, are not present in the `DESCRIPTION` file.
Note that some fields that do **not** start with an underscore (the fields `Repository`, `RemoteUrl`, `RemoteRef` and `RemoteSha`) get automatically inserted in the DESCRIPTION file by our build system.
These same fields would be added automatically if you install a package using for instance `install_github()`.
The main purpose is that for instance the renv package will know where to find the source for the package, if it needs to pin an exact version.

Example using `{httr2}`:

```{r}
Expand Down