Skip to content

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanatanner authored Aug 11, 2017
1 parent 1b1d7a8 commit caed948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/miniCRAN-dependency-graph.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit caed948

Please sign in to comment.