File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
Package: highlightHTML
2
2
Type: Package
3
3
Title: Highlight HTML Text and Tables
4
- Version: 0.2.2
4
+ Version: 0.2.3
5
5
Authors@R: person("Brandon", "LeBeau",
6
6
7
7
role = c("aut", "cre"),
Original file line number Diff line number Diff line change 1
1
## Test Environments
2
- * local windows install, R 3.4.3
3
- * ubuntu 14.04 (travis CI) R 3.3 .3
4
- * ubuntu 14.04 (travis CI) R 3.4 .2
2
+ * local windows install, R 3.6.1
3
+ * ubuntu 14.04 (travis CI) R 3.5 .3
4
+ * ubuntu 14.04 (travis CI) R 3.6 .2
5
5
* ubuntu 14.04 (travis CI) R devel
6
- * OS X 10.11.6 (travis CI ) R 3.4 .3
6
+ * OSX 10.15 (GitHub Actions ) R 3.6 .3
7
7
8
8
## R CMD check results
9
9
No errors, warnings, or notes.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ author: "Brandon LeBeau"
4
4
date : " `r Sys.Date()`"
5
5
output : rmarkdown::html_vignette
6
6
vignette : >
7
- %\VignetteIndexEntry{Vignette Title }
7
+ %\VignetteIndexEntry{The Basics of highlightHTML }
8
8
%\VignetteEngine{knitr::rmarkdown}
9
9
%\VignetteEncoding{UTF-8}
10
10
---
You can’t perform that action at this time.
0 commit comments