Skip to content

Commit

Permalink
CRAN checks
Browse files Browse the repository at this point in the history
  • Loading branch information
debruine committed May 15, 2023
1 parent 3bcd945 commit 350ad94
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 6 deletions.
28 changes: 23 additions & 5 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,28 @@
* This latest submission updates functions to use with quarto

## Test environments
* local R installation, R 4.1.1
* win-builder (devel)

* local R installation, x86_64-apple-darwin17.0, R 4.2.1 (1 NOTE: 1)
* win-builder (devel) x86_64-w64-mingw32 (1 NOTE: 1)
* Rhub
* Windows Server 2022, R-devel, 64 bit (3 NOTES: 1, 2, 3)
* Ubuntu Linux 20.04.1 LTS, R-release, GCC (2 NOTES: 1, 4)
* Fedora Linux, R-devel, clang, gfortran (3 NOTES: 1, 4, 5)

## R CMD check results

0 errors | 0 warnings | 1 note
0 errors | 0 warnings | 1-3 notes

1. New maintainer: Lisa DeBruine <[email protected]>
Old maintainer(s): Dale Barr <[email protected]>
2. checking for non-standard things in the check directory ... NOTE
Found the following files/directories:
''NULL''
3. checking for detritus in the temp directory ... NOTE
Found the following files/directories:
'lastMiKTeXException'
4. checking HTML version of manual ... NOTE
Skipping checking HTML validation: no command 'tidy' found
5. checking for future file timestamps ... NOTE
unable to verify current time

* This is an updated package of 'webex' that has now been re-named 'webexercises' to avoid conflict with Cisco's Webex software.
* This latest submission several new enhancements (see NEWS.md) and skips some tests on CRAN that were causing failure due to missing pandoc software.
2 changes: 1 addition & 1 deletion tests/testthat/test-create_quarto_doc.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test_that("untitled doc", {
expect_true(file.exists(css))
expect_true(file.exists(js))

skip_on_cran()
skip_on_cran() # not all CRAN installations have pandoc
if (requireNamespace("quarto", quietly = TRUE)) {
# render
quarto::quarto_render(path, quiet = TRUE)
Expand Down

0 comments on commit 350ad94

Please sign in to comment.