Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Add dummy R6 import
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Jan 30, 2017
1 parent 9ae6d65 commit 8e0dba2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Expand Up @@ -113,6 +113,7 @@ export(tag_words_line)
export(update_collate)
export(vignette_roclet)
import(stringr)
importFrom(R6,R6Class)
importFrom(Rcpp,sourceCpp)
importFrom(commonmark,markdown_xml)
importFrom(methods,is)
Expand Down
2 changes: 2 additions & 0 deletions R/roxygen.R
Expand Up @@ -9,4 +9,6 @@
#'
#' @useDynLib roxygen2
#' @importFrom Rcpp sourceCpp
#' @importFrom R6 R6Class
"_PACKAGE"

0 comments on commit 8e0dba2

Please sign in to comment.