Package: datasailr
Type: Package
Title: Fast Row by Row Data Processing Tool, Using 'Sailr' Script
Version: 0.8.5
Date: 2020-07-03
Maintainer: Toshihiro Umehara <toshi@niceume.com>
Authors@R: 
    c(person(given = "Toshihiro",
             family = "Umehara",
             role = c("aut", "cre"),
             email = "toshi@niceume.com"),
      person(given = "Troy",
             family = "Hanson",
             role = c("cph", "ctb"),
             comment = "uthash"),
      person(given = "Howard",
             family = "Hinnant",
             role = c("cph", "ctb"),
             comment = "date.h"),
      person(given = "Adrian",
             family = "Colomitchi",
             role = c("cph", "ctb"),
             comment = "date.h"),
      person(given = "Florian",
             family = "Dang",
             role = c("cph", "ctb"),
             comment = "date.h"),
      person(given = "Paul",
             family = "Thompson",
             role = c("cph", "ctb"),
             comment = "date.h"),
      person(given = "Tomasz",
             family = "Kamiński",
             role = c("cph", "ctb"),
             comment = "date.h"),
      person(given = "Nemanja",
             family = "Trifunovic",
             role = c("cph", "ctb"),
             comment = "utfcpp"),
      person(given = "Kim",
             family = "Grasman",
             role = c("cph", "ctb"),
             comment = "getopt_port"),
      person(given = "Jon",
             family = "Clayden",
             role = c("cph", "ctb"),
             comment = "ore package"),
      person(given = "K.Kosako",
             role = c("cph", "ctb"),
             comment = "onigmo author"),
      person(given = "K.Takata",
             role = c("cph", "ctb"),
             comment = "onigmo author"),
      person(given = "Byte",
             role = c("cph", "ctb"),
             comment = "onigmo contributor"),
      person(given = "KUBO",
             family = "Takehiro",
             role = c("cph", "ctb"),
             comment = "onigmo contributor"),
      person(given = "Free Software Foundation, Inc",
             role = "cph"),
      person(given = "X Consortium",
             role = "cph"))
Description: A fast row by row data processing tool. You can write data processing code in 'Sailr' scripting language which is specially intended for data manipulation. The package uses 'libsailr' (C/C++ library) for its 'Sailr' code parsing and its execution.
Encoding: UTF-8
License: GPL (>= 3)
Biarch: true
Imports: Rcpp (>= 0.12.18)
Suggests: RUnit
LinkingTo: Rcpp
SystemRequirements: GNU make, C++11
URL: https://datasailr.io
BugReports: https://www.github.com/niceume/datasailr
NeedsCompilation: yes
Packaged: 2020-07-03 06:47:24 UTC; toshihiro
Author: Toshihiro Umehara [aut, cre],
  Troy Hanson [cph, ctb] (uthash),
  Howard Hinnant [cph, ctb] (date.h),
  Adrian Colomitchi [cph, ctb] (date.h),
  Florian Dang [cph, ctb] (date.h),
  Paul Thompson [cph, ctb] (date.h),
  Tomasz Kamiński [cph, ctb] (date.h),
  Nemanja Trifunovic [cph, ctb] (utfcpp),
  Kim Grasman [cph, ctb] (getopt_port),
  Jon Clayden [cph, ctb] (ore package),
  K.Kosako [cph, ctb] (onigmo author),
  K.Takata [cph, ctb] (onigmo author),
  Byte [cph, ctb] (onigmo contributor),
  KUBO Takehiro [cph, ctb] (onigmo contributor),
  Free Software Foundation, Inc [cph],
  X Consortium [cph]
Depends: R (>= 3.5.0)
Repository: CRAN
Date/Publication: 2020-07-06 12:00:12 UTC
Built: R 4.1.0; x86_64-w64-mingw32; 2020-08-03 05:37:22 UTC; windows
Archs: i386, x64
