diff --git a/browse/api.qmd b/browse/api.qmd index 4b6269c..fa68e92 100644 --- a/browse/api.qmd +++ b/browse/api.qmd @@ -94,6 +94,11 @@ str(packages[[1]], max.level = 1) URL: `https://.r-universe.dev/api/packages/` +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}