Displaying 1 result from an estimated 1 matches for "readmisc".
2011 Jun 07
1
Packages for R-CRAN (organizing aspects)
...the reading function should then better be named
    read<filefomat> or <fileformat>read ?
  - There are a lot of different fileformats that I want to read in.
    Would it be better to make for each format one different package,
    or rather put them all together as a package "Readmisc"?
    For example the following formats I have in mind:
      - jpeg (libjpeg62)                     => already working, I want to
                                                clean up the code and documentation
                                                soon and then provide on R...