Skip to content

Commit

Permalink
document .ipynb support in dependencies (closes #1995)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey committed Sep 24, 2024
1 parent 081a74e commit 5961a60
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions R/dependencies.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@
#' [pacman](https://cran.r-project.org/package=pacman) (`pacman::p_load(...)`)
#' .
#'
#' For \R package projects, dependencies expressed in the `DESCRIPTION` file
#' will also be discovered.
#' For \R package projects, `renv` will also detect dependencies expressed
#' in the `DESCRIPTION` file. For projects using Python, \R dependencies within
#' the \R code chunks of your project's `.ipynb` files will also be used.
#'
#' Note that the rmarkdown package is required in order to crawl dependencies
#' Note that the [rmarkdown] package is required in order to crawl dependencies
#' in R Markdown files.
#'
#' # Missing dependencies
Expand Down
7 changes: 4 additions & 3 deletions man/dependencies.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5961a60

Please sign in to comment.