• cleaned up version
  • allow space in addition to tab in loading txt XRD files
  • add function to export XRD to GenX input format
  • geometrical factor in Scherrer equation can be changed, see xrd.get.Scherrer().
  • convert RAS text header to unicode
  • add the xrdFindPeaks vignette to explain how the peaks are found
  • update the xrd.find.Peak() function using a new way to estimate the peak position with xrd.peakEstimate(), which will find the largest peak (not necessarily near the value provided as the estimated peak)
  • fix examples
  • update RAS file reader
  • reading of ASC, TXT, RAS, and RASX files should yield the same columns, when using xrd.import(), unify columns
  • adding reader for RASX files, which are compresse
  • clean up help
  • use xrd.importData to read XRD data files
  • Added a NEWS.md file to track changes to the package.