• TwitterFacebookGoogle PlusLinkedInRSS FeedEmail

Ancillary Files Statarea

4/15/2018 

There seems to be a problem with installation of software packages that have auxiliary files. I am not sure if what I describe below, and, is new behavior, or just something that's becoming more apparent (to me?) over time. Auxiliary files obtained via a net get command (rather than as part of a net install command) are copied into Stata's 'net other' directory specified by net set other rather than into Stata's PLUS directory. This makes sense when the auxiliary files are sample data, but not so much when they're necessary for the functioning of the package, as they are for markstat (from SCC) and zanthro (from SJ) to name two I've seen problems with in the last few weeks. The default for the 'net other' directory is the user's current directory, and any setting to another directory is not retained from session to session of Stata. Here's an example using markstat installation.

What Are Ancillary Probate Proceedings Concerning a. Of probate and ancillary probate are. Representative or a concerned party files a request for.

Ancillary Files Statarea

(Note that this example is functionally equivalent to using search markstat, clicking to open the description in the Viewer window, and clicking on the two 'click here' links in the Viewer window.). Net query from ado /Users/lisowskiw/Library/Application Support/Stata/ado/plus/ other (current directory). Net describe markstat, from(------------------------------------------------------------------------------------------------ package markstat from ------------------------------------------------------------------------------------------------ TITLE 'MARKSTAT': module to support literate data analysis using Stata and Markdown. Sleepy Ab Mother Goose Rare here. INSTALLATION FILES (type net install markstat) markstat.ado markstat.sthlp ANCILLARY FILES (type net get markstat) markstat.css markstat.docx markstats5.zip ------------------------------------------------------------------------------------------------. Net query from ado /Users/lisowskiw/Library/Application Support/Stata/ado/plus/ other (current directory).

Net install markstat checking markstat consistency and verifying not already installed. Installing into /Users/lisowskiw/Library/Application Support/Stata/ado/plus/.

Installation complete.. Net get markstat checking markstat consistency and verifying not already installed.

Copying into current directory. Copying markstat.css copying markstat. Download Fb Leads Extractor Keygen Music. docx copying markstats5.zip ancillary files successfully copied... Pwd /Users/lisowskiw/Research/Statalist. Dir markstat* -rw-r--r-- 1 lisowskiw staff 1645 Dec 12 20:10 markstat.css -rw-r--r-- 1 lisowskiw staff 14871 Dec 12 20:10 markstat.docx -rw-r--r-- 1 lisowskiw staff 27758 Dec 12 20:10 markstats5.zip.So you see that the auxiliary files have been installed into my current working directory, rather than into the PLUS directory, where a findfile command would locate them (a technique used by zanthro). I'm not a developer, so I can't take this any farther - I'm past the limits of my knowledge here, and am only writing this because I've seen users stumble over this twice in recent weeks.

Ancillary Files

Thanks for bringing this up, William. By default Stata determines where files go based on the suffix:.ado and.sthlp are considered 'installation files' and go in the system directory, and practically everything else is considered an 'ancillary file', made available through a separate get, and put in the current working directory. It is possible, however, to force other files to be installed rather than treated as ancillary by designating them as F rather than f in the package file, see help usersite for more information. This is in fact the strategy I used with markstat.

In 1.0 we designated markstat.css as F, and in 2.0 we extended the designation to markstat.docx and markstats5.zip, which has JavaScript and CSS files for HTML slide shows, so these files are found by findfile no matter where the command is run from. These files had the correct designation last November 14, but as you note they are now listed as ancillary at SSC. Not sure what might have happened, but will follow up with Kit Baum and report when I know more. Thank you for your resolution to this problem.

I have brought these threads to the attention of the zanthro support person to see if in their case it was intentional, since in the dm0004 release the ancillary files were (and are) included in the installation, while in the update dm0004_1 they are not - as confirmed by looking at the.pkg file. I appreciate your that the problem with markstat was due to an issue at SSC. Keygen Zeta Producer 11 Alive more. While zanthro is distributed through SJ, and the most recent release is from 2013, I am wondering if a similar issue exists/existed there at some point. This seemed too systematic - two instances of the same issue on two different packages coming to light within a few weeks of each other. By the way, thanks too for the reference to help usersite - I knew I'd seen a discussion of package construction, but was not able to pull up the magic search term (hint: search package is useless, as is search pkg ) from memory when I was writing last night.