dev/dev.R

# dev.R


# Store temporary tests and code stemming from the development process.


# Title         : Development script for the dfp package.
# Authors       : Jean-Mathieu Potvin <jean-mathieu_potvin@cooperators.ca>.
# Maintainers   : Jean-Mathieu Potvin <jean-mathieu_potvin@cooperators.ca>.
# Depends       : R (>= 3.0 needed).
# License       : GNU GPLv3
# File encoding : UTF-8.


# Dev packages -----------------------------------------------------------------

library(usethis)
library(devtools)
library(testthat)

# Tests ------------------------------------------------------------------------

fpath <- path(rep("lol", 10), rep("haha", 10),  rep("test_gs_ha.txt", 10))
jeanmathieupotvin/dfp documentation built on Jan. 8, 2020, 2:32 a.m.