dwww Home | Show directory contents | Find package

# appdir works as expected

    Code
      app <- app_dir("ggplot2", "hadley", os = "mac")
    Code
      app$cache()
    Output
      [1] "~/Library/Caches/ggplot2"
    Code
      app$log()
    Output
      [1] "~/Library/Logs/ggplot2"
    Code
      app$data()
    Output
      [1] "~/Library/Application Support/ggplot2"
    Code
      app$config()
    Output
      [1] "~/Library/Application Support/ggplot2"
    Code
      app$site_data()
    Output
      [1] "/Library/Application Support/ggplot2"
    Code
      app$site_config()
    Output
      [1] "/Library/Application Support/ggplot2"

Generated by dwww version 1.15 on Thu May 23 22:37:23 CEST 2024.