Skip to content

Commit

Permalink
cran compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijffels committed Jun 15, 2021
1 parent 0860f9c commit 3f3e21e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/annotorious.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ widget_html.annotorious <- function(id, style, class, ...){
#' @name annotorious-shiny
#' @export
#' @examples
#' if(interactive()){
#' if(interactive() && require(shiny)){
#' library(shiny)
#' library(recogito)
#' url <- paste("https://upload.wikimedia.org/",
Expand Down
2 changes: 1 addition & 1 deletion R/recogito.R
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ widget_html.recogitotagsonly <- function(id, style, class, ...){
#' @name recogito-shiny
#' @export
#' @examples
#' if(interactive()){
#' if(interactive() && require(shiny)){
#'
#' library(shiny)
#' library(recogito)
Expand Down
2 changes: 1 addition & 1 deletion man/annotorious-shiny.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/recogito-shiny.Rd

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

0 comments on commit 3f3e21e

Please sign in to comment.