Skip to content

Commit

Permalink
Clarify location of src dir
Browse files Browse the repository at this point in the history
  • Loading branch information
annakrystalli committed Oct 10, 2024
1 parent 429e251 commit 1af57d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/articles/deploying-custom-functions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ default:

#### Deploying custom functions

The above example involved an optional `hubValidation` function. To deploy a custom function that is not part of the `hubValidations` package, you should store the script containing the function in `src/validations/R/` and include the path to the script in the `source` argument in the configuration file.
The above example involved an optional `hubValidation` function. To deploy a custom function that is not part of the `hubValidations` or any other package, you should store the script containing the function in the `src/validations/R/` directory (relative to the root of your hub) and include the path to the script in the `source` argument in the configuration file.

```
default:
Expand Down

0 comments on commit 1af57d5

Please sign in to comment.