Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add delimeter detection * fix documentation * update the documentation vs actual code * cannot access data via `$`for some reason. but now it will only load files called out in the readme, resolving issue #20 * drop show_readme function - redundant to readme function * bump version * improve read speed, and add user ability to pass args to tt_read_data from tt_load * resolve build check errors, make readme exported... * try rolling back and specifying min version of rlang necessary * move up rlang and dplyr version * update min package versions for travis? * update minimum package versions * attempting to make pkgdown site for {tidytuesdayR} * bump version to dev number * add print method and add more tests * update documentation for print method * Add README.Rmd * Make pkgdown work (#32) * try to get pkgdown to use the readme * Add pkgdown to suggests * Update DESCRIPTION bump version number * remove README.Rmd * Gdpr data (#45) * Path replace fix (#43) * update URL path corrections * Improvement on file-finding abilities... * first updates to api * update github calls to add blob and authentication * working on updating file downloading via github api * updates to allow for setting ref repo in options * add documentation * updates to printing tt_available * updates to tests & docs to pass devtools::check * add auth to downloading sha within tt_download * Looking to remove travis/appveyor dep * update to reference full path and stringsAsFactors not being TRUE by default now. * Add token to github_pat function * add GITHUB_PAT as token * add travis and appveyor back in * hopefully this fixes appveyor * remove travis and move code coverage to github actions (#49) * update news, bump major version * add github api limiting feature * Cran release prep v1 (#52) * prepping for CRAN release * Add Cran Comments * Increment version number * Tidytemplates (#61) * Create tidytemplate * update documentation * update for missing imports and partial arg match * complete updates to tidytemplate * wrap tests in tt_ref_test_that and add api check * html encoding error (#62) * unpdate to allow for general encoding * Fix so only specific locale needed updating (CTYPE) * Increment version number * update news * add CRAN comments * spelling * cran release * update func to pass args to parsing funcs * Increment version number * Update github_api.R (#67) malformed check against github api, for some reason worked everywhere but rstudio cloud? #65 * Documentation correction (#70) * Update to make missing delim acceptable (#66) * Update to make missing delim acceptable * Update R-CMD-check.yaml * Update R-CMD-check.yaml undo updates 🙄 * Update tt_download.R Correct documentation * update docs * fix order of link and code
- Loading branch information