Skip to content

Commit

Permalink
Merge pull request #23 from yihui/patch-1
Browse files Browse the repository at this point in the history
Fix #22: remove the call `knitr::opts_current$set()`
  • Loading branch information
agricolamz authored Oct 8, 2023
2 parents dde9294 + 102cbdf commit 8279c3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions R/make_gloss_list.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ make_gloss_list <- function(definition_source = lingglosses::glosses_df,
all_possible_variants = FALSE,
annotate_problematic = TRUE){

knitr::opts_current$set(results='asis')

# arg checks ---------------------------------------------------------------
if(typeof(remove_glosses) != "character"){
warning("The remove_glosses should be character.")
Expand Down

0 comments on commit 8279c3a

Please sign in to comment.