Display the package dependencies of the specified tutorial in the cpnr package.
show_dependencies(tutorial, package = "cpnr")
| tutorial | Name of tutorial | 
|---|---|
| package | Name of package, currently only cpnr | 
show_dependencies will return a character string with all
package dependencies
show_description to see the tutorial description and
show_tutorials to see all available tutorials.
Other show functions: 
show_description(),
show_tutorials()
show_dependencies(tutorial = "divdyn")#> [1] "divDyn" "knitr" "learnr" "rmarkdown" "shiny"