Nothing
Code
(expect_error(find_missing(TRUE), "Can't find package file."))
Output
<error/rlang_error>
Error:
! Can't find package file.
inst
(#104)Code
(expect_error(shim_system.file("inst/WORDLIST", package = "pkgload", mustWork = TRUE))
)
Output
<error/rlang_error>
Error in `shim_system.file()`:
! Paths can't start with `inst`
i Files in `inst` are installed at top-level.
Code
(expect_error(shim_system.file("inst", "WORDLIST", package = "pkgload",
mustWork = TRUE)))
Output
<error/rlang_error>
Error in `shim_system.file()`:
! Paths can't start with `inst`
i Files in `inst` are installed at top-level.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.