Package: mtconnectR
Type: Package
Title: Read Data from Delimited 'MTConnect' Data Files and Perform some
        Analysis
Version: 1.0.0
Date: 2016-06-15
Authors@R: c(
  person("Alex", "Joseph", email = "alex@systeminsights.com", role = c("aut")),
  person("Sainath", "Adapa", email = "sainath@systeminsights.com", role = c("aut")),
  person("Nitin", "Madasu", email = "nitin@systeminsights.com", role = c("aut")),
  person("Subramanyam", "Ravishankar", email = "subramanyam@systeminsights.com", role = c("aut","cre"))
  )
Maintainer: Subramanyam Ravishankar <subramanyam@systeminsights.com>
Description: Read data in the 'MTConnect'<http://www.mtconnect.org/> standard.
    You can use the package to read data from historical 'MTConnect logs' along
    with the 'devices.xml' describing
    the device. The data is organised into a 'MTConnectDevice' S4 data structure
    and some convenience methods are also provided for basic read/view operations.
    The package also includes some functions for analysis of 'MTConnect' data. This includes
    functions to simulate data (primarily position data, feed rate and velocities) 
    based on the G code and visualisation functions to compare the actual and simulated data.
Depends: R (>= 3.0.0)
Imports: methods, data.table (>= 1.9.6), XML (>= 3.98), stringr (>=
        1.0), plyr (>= 1.8.3), dplyr (>= 0.4.3), ggplot2, magrittr,
        tidyr, dtw, proxy
License: AGPL-3
LazyData: TRUE
Collate: common.R MTCDataItem.R merge.R MTCCycle.R MTCDevice.R
        deviceXML.R dataExtraction_mtc.R map_gcode_mtc.R parse_gcode.R
        simulate_gcode.R zzz.R mtconnectR.R
RoxygenNote: 5.0.1
Suggests: knitr, rmarkdown, testthat, roxygen2
BuildVignettes: yes
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-06-17 06:49:09 UTC; subramanyam
Author: Alex Joseph [aut],
  Sainath Adapa [aut],
  Nitin Madasu [aut],
  Subramanyam Ravishankar [aut, cre]
Repository: CRAN
Date/Publication: 2016-06-17 21:20:51
