Skip to content

Commit ab2c0fe

Browse files
authored
Merge pull request #402 from laresbernardo/patch-1
docs: Update DESCRIPTION to require reactR >= 0.6.1
2 parents faccfc6 + cb93004 commit ab2c0fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: reactable
22
Type: Package
33
Title: Interactive Data Tables for R
4-
Version: 0.4.4.9000
4+
Version: 0.4.4.9001
55
Authors@R: c(
66
person("Greg", "Lin", email = "glin@glin.io", role = c("aut", "cre")),
77
person("Tanner", "Linsley", role = c("ctb", "cph"), comment = "React Table library"),
@@ -34,7 +34,7 @@ Imports:
3434
htmltools (>= 0.5.2),
3535
htmlwidgets (>= 1.5.3),
3636
jsonlite,
37-
reactR
37+
reactR (>= 0.6.1)
3838
Suggests:
3939
covr,
4040
crosstalk,

0 commit comments

Comments
 (0)