usethis (version 1.5.1)

proj_sitrep: Report working directory and usethis/RStudio project

Description

proj_sitrep() reports

  • current working directory

  • the active usethis project

  • the active RStudio Project

Call this function if things seem weird and you're not sure what's wrong or how to fix it. Usually, all three of these should coincide (or be unset) and proj_sitrep() provides suggested commands for getting back to this happy state.

Usage

proj_sitrep()

Arguments

Value

A named list, with S3 class sitrep (for printing purposes), reporting current working directory, active usethis project, and active RStudio Project

See Also

Other project functions: proj_utils

Examples

Run this code
# NOT RUN {
proj_sitrep()
# }

Run the code above in your browser using DataLab