From caed9484853ca2d84b324458bb10de2a26969c0e Mon Sep 17 00:00:00 2001 From: ryanatanner Date: Fri, 11 Aug 2017 09:32:33 -0600 Subject: [PATCH] Fixing typos --- vignettes/miniCRAN-dependency-graph.rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/miniCRAN-dependency-graph.rmd b/vignettes/miniCRAN-dependency-graph.rmd index 71e30b9..b83a317 100644 --- a/vignettes/miniCRAN-dependency-graph.rmd +++ b/vignettes/miniCRAN-dependency-graph.rmd @@ -31,7 +31,7 @@ The package `chron` neatly illustrates the different roles of Imports, Suggests ## A worked example using the package chron -The function `pkgDep()` exposes not only these dependencies, but also also all recursive dependencies. In other words, it answers the question which packages need to be installed to satsify all dependencies of dependencies. +The function `pkgDep()` exposes not only these dependencies, but also all recursive dependencies. In other words, it answers the question which packages need to be installed to satisfy all dependencies of dependencies. This means that the algorithm is as follows: