Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First version of the fwrite function #580 #1613

Merged
merged 7 commits into from
Apr 7, 2016

Commits on Mar 27, 2016

  1. 1 Configuration menu
    Copy the full SHA
    d794b3b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2016

  1. minor changes in fwrite: renamed param dt to x, removed requirement o…

    …f unique column names, replaced %in% -> %chin%
    oseiskar committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    8696b9f View commit details
    Browse the repository at this point in the history
  2. Improved fwrite performance by handling number formatting and NAs in …

    …C. Also added na option to fwrite.
    oseiskar committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    73aeff8 View commit details
    Browse the repository at this point in the history
  3. changed fwrite test to allow different floating point notations from …

    …fprintf, e.g., 1e-10 (Linux) = 1e-010 (Windows)
    oseiskar committed Mar 28, 2016
    Configuration menu
    Copy the full SHA
    ff5ec81 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b79ec4 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2016

  1. Configuration menu
    Copy the full SHA
    e8c50d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2016

  1. Configuration menu
    Copy the full SHA
    6be2ed1 View commit details
    Browse the repository at this point in the history