Package: mtconnectR
Type: Package
Title: Read Data from Delimited 'MTConnect' Data Files and Perform some
        Analysis
Version: 1.2.1
Date: 2019-01-03
Encoding: UTF-8
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("Ananthapadmanabhan", "P", email = "ananthu@govimana.com", role = c("aut","cre")),
  person("Devaraj", "Phukan", email = "devaraj@govimana.com", role = c("aut")),
  person("Subramanyam", "Ravishankar", email = "subramanyam@systeminsights.com", role = c("aut"))
  )
Maintainer: Ananthapadmanabhan P <ananthu@govimana.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.5.0), ggplot2, magrittr,
        lubridate, 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: 6.1.1
Suggests: knitr, rmarkdown, testthat, roxygen2
BuildVignettes: yes
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-01-07 10:54:17 UTC; ananthu
Author: Alex Joseph [aut],
  Sainath Adapa [aut],
  Nitin Madasu [aut],
  Ananthapadmanabhan P [aut, cre],
  Devaraj Phukan [aut],
  Subramanyam Ravishankar [aut]
Repository: CRAN
Date/Publication: 2019-01-07 19:00:22 UTC
Built: R 3.6.3; ; 2020-08-05 07:11:40 UTC; windows
