eda icon indicating copy to clipboard operation
eda copied to clipboard

Stata Program for Automated Exploratory Data Analysis program

Results 10 eda issues
Sort by recently updated
recently updated
newest added

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...

dependencies

Bumps [kramdown](https://github.com/gettalong/kramdown) from 1.13.2 to 2.3.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kramdown&package-manager=bundler&previous-version=1.13.2&new-version=2.3.0)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

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...

enhancement

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...

bug

When variable names include `_` characters they need to be escaped in the `\subsection{}` LaTeX elements as `\subsection{Something var\_name\_is\_this}`.

bug

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...

bug
enhancement

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...

bug
enhancement

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.

bug

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...

enhancement

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...