We need these packages to make package generation work...

library("devtools")
library("roxygen2")
library("testthat")
library("knitr")

Package created and function edited.

I have added some documentation but it's very light. To create documentation, run this:

devtools::document()

Description edited to add imports

Need to add more details here.

Check Build

Can do this via the Build tab of RStudio or use the console

devtools::check()

Added some data

Two files: test_jsonl_file.csv test_jsonl_file.jsonl

To check the data test the function (doesn't work at the moment :-(

parse_function("data/test_jsonl_file.jsonl")

Need to add some tests

Need some specifications and some data...

devtools::test()


brennanpincardiff/tweetParsR documentation built on May 17, 2019, 8:20 a.m.