Skip to content

Commit 2452fd0

Browse files
authored
Merge pull request #141 from billdenney/cmake-doc
Fix typo in CMake example
2 parents 74a9eab + e26d17d commit 2452fd0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

R/install.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,7 @@ package_authors <- function(package, to_strsplit = TRUE, split=c(",|and"), to_ta
16301630
#' }
16311631
#' @examples
16321632
#' \dontrun{
1633-
#' install.CMake() # installs the latest version of ImageMagick
1633+
#' install.CMake() # installs the latest version of CMake
16341634
#' }
16351635
#'
16361636
install.CMake <- function(URL="https://cmake.org/download/",...) {

man/install.CMake.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)