dwww Home | Show directory contents | Find package

test_that("appdir works as expected", {
  expect_snapshot({
    app <- app_dir("ggplot2", "hadley", os = "mac")
    app$cache()
    app$log()
    app$data()
    app$config()
    app$site_data()
    app$site_config()
  })
})

Generated by dwww version 1.15 on Fri May 24 06:55:31 CEST 2024.