Skip to content
Open
Show file tree
Hide file tree
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: 1 addition & 3 deletions R/clipboard.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
#'
#' Wrappers for working with the clipboard
#'
#' @details As these functions rely on [clipr::read_clip()] and
#' [utils::writeClipboard()] they are only available for Windows 10. For
#' @details As these functions rely on [clipr::read_clip()]. For
#' copying and pasting floats, there may be some rounding that can occur.
#'
#' @param x An object to write to the clipboard
Expand All @@ -18,7 +17,6 @@
#'
#' @name clipboard
#' @examples
#' # Will only run on windows
#' foo <- function(x) {
#' write_clipboard(x)
#' y <- read_clipboard()
Expand Down
6 changes: 3 additions & 3 deletions R/mark-package.R
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#' @include not-available.R

#' mark
#'
#' Miscellaneous, Analytic R Kernels
#'
#' @importFrom fuj %||% %|||% %out% collapse list0
#' @importFrom cnd cnd condition cnd_create_registry cnd_exports cnd_document
#' @importFrom cnd class_error duplicate_error input_error type_error value_error
#' @importFrom cnd deprecated_warning duplicate_warning input_warning
# nolint next: line_length_linter.
#' @importFrom cnd cnd condition cnd_create_registry cnd_exports cnd_document class_error duplicate_error input_error type_error value_error deprecated_warning duplicate_warning input_warning
#'
#' @docType package
#' @name mark
Expand Down
4 changes: 1 addition & 3 deletions man/clipboard.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/reexports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading