Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions R/docs.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ NULL
#' instead of a standard package, so installing `user/pkgB` satisfies both
#' requirements.
#'
#' Note that that `cran::pkgB` and `user/pkgB` requirements result a
#' Note that the `cran::pkgB` and `user/pkgB` requirements result in a
#' conflict that pak cannot resolve. This is because the first one _must_
#' be a CRAN package, and the second one _must_ be a GitHub package, and
#' two different packages with the same cannot be installed into an R
#' two different packages with the same name cannot be installed into an R
#' package library.
#'
#' @name The dependency solver
Expand Down
Loading