eda
eda copied to clipboard
Stata Program for Automated Exploratory Data Analysis program
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.6.8.1 to 1.11.5. Release notes Sourced from nokogiri's releases. 1.11.5 / 2021-05-19 Fixed [Windows CRuby] Work around segfault at process exit on Windows when using libxml2 system...
Bumps [kramdown](https://github.com/gettalong/kramdown) from 1.13.2 to 2.3.0. Commits See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter...
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...
Hello again - When I am running eda, I get the following error: J(): 3900 unable to allocate real [29,536870912] tuples_get_indicators(): - function returned error tuples(): - function returned error...