Skip to content

Commit 5e89602

Browse files
committed
document documentOpen RStudio version (#262)
1 parent 75e7f6e commit 5e89602

5 files changed

+8
-3
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ URL: https://rstudio.github.io/rstudioapi/,
1616
https://github.com/rstudio/rstudioapi
1717
BugReports: https://github.com/rstudio/rstudioapi/issues
1818
Roxygen: list(markdown = TRUE)
19-
RoxygenNote: 7.1.2
19+
RoxygenNote: 7.2.1
2020
Suggests:
2121
testthat,
2222
knitr,

R/document-api.R

+2
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ documentNew <- function(
241241
#' @param moveCursor Boolean; move the cursor to the requested location after
242242
#' opening the document?
243243
#'
244+
#' @note The \code{documentOpen} function was introduced in RStudio 1.4.1106.
245+
#'
244246
#' @name rstudio-documents
245247
#' @export
246248
documentOpen <- function(

man/build-tools.Rd

+3-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/rstudio-documents.Rd

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rstudioapi.Rproj

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ AutoAppendNewline: Yes
1616

1717
BuildType: Package
1818
PackageUseDevtools: Yes
19-
PackageCleanBeforeInstall: Yes
2019
PackageInstallArgs: --no-multiarch --with-keep.source
2120
PackageCheckArgs: --as-cran
2221
PackageRoxygenize: rd,collate,namespace,vignette

0 commit comments

Comments
 (0)