Package: fastquant
Title: Backtest Investment Strategies with 3 Lines of Code
Version: 0.1.2
Authors@R: 
    c(person(given = "Jose",
             family = "Endrinal",
             role = c("aut", "cre"),
             email = "francis.endrinal@gmail.com"),
      person(given = "Lorenzo",
             family = "Ampil",
             role = c("aut", "cph"),
             email = "lorenzo.ampil@gmail.com"), 
      person(given = "Jerome",
             family = "de Leon",
             role = c("aut"),
             email = "jpdeleon.bsap@gmail.com"))
Maintainer: Jose Endrinal <francis.endrinal@gmail.com>
Description: Easily backtest investment strategies with as few as 3 lines of 
  'Python' or 'R' code. Its goal is to promote data driven investing in finance 
  accessible to everyone. This version only contains functionality for pulling 
  Philippine Stock Exchange and Yahoo Finance stock data. 
License: MIT + file LICENSE
Imports: dplyr, httr, magrittr, purrr, tidyr, lubridate, assertthat,
        quantmod, tibble, stringr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests: testthat, spelling
Language: en-US
NeedsCompilation: no
Packaged: 2020-07-09 12:49:26 UTC; jgendrinal
Author: Jose Endrinal [aut, cre],
  Lorenzo Ampil [aut, cph],
  Jerome de Leon [aut]
Repository: CRAN
Date/Publication: 2020-07-10 09:10:09 UTC
