Skip to content

Commit

Permalink
Automated documentation update (#242)
Browse files Browse the repository at this point in the history
Automated documentation update

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 11, 2024
1 parent 058402c commit b5b3836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/r-dependent-packages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This Feature sets scripts to install dependent R packages from the DESCRIPTION f

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| when | When to install the dependent R packages? Each option corresponds to the lifecycle scripts. | string | postCreate |
| when | When to install the dependent R packages? Each option corresponds to the lifecycle scripts. 'skip' means to skip the installation. | string | postCreate |
| pakVersion | Version of pak to install. By default, the stable version is installed if needed. | string | auto |
| manifestRoot | The root path of the DESCRIPTION file recording the dependent R packages. Passed to the `root` argument of the `pak::local_install_deps()` function. | string | . |
| additionalRepositories | String passed to the `pak::repo_add()` function. | string | - |
Expand Down

0 comments on commit b5b3836

Please sign in to comment.