Skip to content

Commit 3de5bce

Browse files
authored
Merge pull request #43 from Appsilon/minor-description-fix
chore: Correct Title in DESCRIPTION.
2 parents f1c5229 + 7b6c118 commit 3de5bce

4 files changed

Lines changed: 4 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CI
1+
name: End-to-end tests
22
on: push
33
permissions:
44
contents: read
@@ -33,12 +33,6 @@ jobs:
3333
run: yarn install
3434
working-directory: e2e_tests
3535

36-
- name: R CMD check
37-
if: always()
38-
uses: r-lib/actions/check-r-package@v2
39-
with:
40-
error-on: '"note"'
41-
4236
- name: Run Cypress
4337
if: always()
4438
uses: cypress-io/github-action@v5

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Type: Package
22
Package: reactable.extras
3-
Title: Extra Features for 'Reactable' Package
3+
Title: Extra Features for 'reactable' Package
44
Version: 0.2.0
55
Authors@R:
66
c(

tests/testthat/_snaps/reactable-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@
5151
<span id="test-page_controls-page_text" class="shiny-text-output"></span>
5252
</div>
5353
</div>
54-
<div class="reactable html-widget html-widget-output shiny-report-size html-fill-item-overflow-hidden html-fill-item" data-reactable-output="test-reactable" id="test-reactable" style="width:auto;height:auto;"></div>
54+
<div class="reactable html-widget html-widget-output shiny-report-size html-fill-item" data-reactable-output="test-reactable" id="test-reactable" style="width:auto;height:auto;"></div>
5555

tests/testthat/test-reactable-server.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ test_that("return_reactable_page should return a reactive page value", {
189189
})
190190

191191
test_that("reactable_extras_ui should return a widget of reactableOutput", {
192+
skip_on_os(c("windows", "mac"))
192193
expect_error(reactable_extras_ui(1))
193194
expect_error(reactable_extras_ui(c("test1", "test2")))
194195
expect_snapshot(reactable_extras_ui("test"))

0 commit comments

Comments
 (0)