Skip to content

v0.9.7

Compare
Choose a tag to compare
@RLumSK RLumSK released this 06 Jan 10:08
· 2477 commits to master since this release

Changes in version 0.9.7 (2020-01-04)

Bugfixes and changes

analyse_Al2O3C_Measurements()

  • Supplementary argument main never worked; fixed.
  • New supplementary argument title which allows to pass further
    names of a sample to the plot output.

plot_AbanicoPlot()

  • The plot now can handle negative values, fixed in combination with
    #88 (reported by Sébastien Huot)

plot_RadialPlot()

  • Fix display problem when log.z = FALSE combined with negative
    values (#88, reported by Sébastien Huot)

read_BIN2R()

  • Due to a typo, some bytes were read in the wrong order (big-endian
    instead of little-endian). While the fix does not affect the
    behaviour of the function, the non-fixed function would have soon
    crashed on CRAN servers. A big thanks to Tomas Kalibera from the
    CRAN team for his support and for pointing out this issue.

internal_as.latex.table()

  • The function gained a new argument rm.zero which is preset to
    TRUE. If set, all columns containing zero values only are removed.
    The new argument enables a better fine tuning of the latex output.