Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Project / File management, workflow

    I am trying to use the cdsave and related programs from package workflow from https://jslsoc.sitehost.iu.edu/stata but I get the error message:

    Code:
    package name:  workflow.pkg
            from:  https://jslsoc.sitehost.iu.edu/stata/
    
    checking workflow consistency and verifying not already installed...
    file https://jslsoc.sitehost.iu.edu/stata/workflow/cddrop1.ado not found
    could not copy https://jslsoc.sitehost.iu.edu/stata/workflow/cddrop1.ado
    (no action taken)
    How can I install these programs - or is there a more 'modern' alternative?

    Eddy


  • #2
    You may find that workingdir does what you want, but also find dirtree very useful.

    Code:
    search workingdir
    ssc d dirtree

    Comment

    Working...
    X