Skip to content

Commit

Permalink
try the default bitmap type
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Oct 23, 2024
1 parent f4dd1cb commit 876ae28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vignettes/xfun.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ output:

```{r setup, include=FALSE}
library(xfun)
options(litedown.bitmapType = .Options$bitmapType)
```

After writing about 20 R packages, I found I had accumulated several utility functions that I used across different packages, so I decided to extract them into a separate package. Previously I had been using the evil triple-colon `:::` to access these internal utility functions. Now with **xfun**, these functions have been exported, and more importantly, documented. It should be better to use them under the sun instead of in the dark.
Expand Down

0 comments on commit 876ae28

Please sign in to comment.