Package: matconv
Type: Package
Title: A Code Converter from the Matlab/Octave Language to R
Version: 0.4.2
Authors@R: c(person("Siddarta", "Jairam", email = "sidjsb@gmail.com", role = c("aut", "cre")),
  person("David", "Hiebeler", email = "hiebeler@math.umaine.edu", role = "ctb"))
Maintainer: Siddarta Jairam <sidjsb@gmail.com>
Description: Transferring over a code base from Matlab to R is often a repetitive
    and inefficient use of time. This package provides a translator for Matlab /
    Octave code into R code. It does some syntax changes, but most of the heavy
    lifting is in the function changes since the languages are so similar.
    Options for different data structures and the functions that can be changed
    are given. The Matlab code should be mostly in adherence to the standard
    style guide but some effort has been made to accommodate different number of
    spaces and other small syntax issues. This will not make the code more R
    friendly and may not even run afterwards. However, the rudimentary syntax,
    base function and data structure conversion is done quickly so that the
    maintainer can focus on changes to the design structure.
License: GPL (>= 2)
Imports: methods
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-05-12 23:15:59 UTC; Yemeth
Author: Siddarta Jairam [aut, cre],
  David Hiebeler [ctb]
Repository: CRAN
Date/Publication: 2021-05-13 04:20:07 UTC
Built: R 4.2.0; ; 2022-04-25 21:10:29 UTC; unix
