William Buchanan
William Buchanan
* Need to add entries described in a [Statalist post by Dave Airey](https://www.statalist.org/forums/forum/general-stata-discussion/general/1420064-538-and-ggplot-themes-failing-in-stata-15). * Need to add test of Stata version to `brewtheme` and `brewscheme`. * Need to add method...
Lines 76-126, 200-203, 208-211, 251-259, 288-291, 350-368, 435, 499-504, 570-574, 616-626, 742-749, 779-782, 926-938, 1201-1207, 1241-1246, 1271, 1361-1428, 1458-1496, 1690-1694, 1727-1730, 1747-1749, 1797, 1820-1823, 2332-2342, and 2435-2468 of the new...
```Stata brewcbsim "255 0 0" "0 0 0" ``` This returns a graph where the elements in the second column are displayed with the values "255 255 255". Pure black...
When calling the program multiple times on the same file and saving the output to the same directory the `dirfile` call internally in `eda` forces the end user to delete...
For instances where the file path includes any spaces, the file path supplied to `\input{}` needs to wrap the file path/name in quotation marks. Additionally, these file references should not...
When variable names include `_` characters they need to be escaped in the `\subsection{}` LaTeX elements as `\subsection{Something var\_name\_is\_this}`.
I, and a few users, have noticed that as the size of variables increases the internal calls to `tuples` will tend to throw an error for multivariate functions. Remember to...
When the `makeLaTeX.sh` file executes in an OSX environment, the program compiles the LaTeX source to the user's home directory instead of the directory where the source files exist. This...
On Windows machines the program creates a file named `makeLaTeX..bat` instead of `makeLaTeX.bat`. Need to fix the file name to compile the LaTeX script.
This issue came up when needing to run `eda` multiple times on a single file due to memory constraints. Mosaic plots are being named sequentially which causes subsequent runs to...