Skip to content

Commit

Permalink
reduce dependencies on devtools, struggling to avoid packrat at packr…
Browse files Browse the repository at this point in the history
…at:::fileDependencies(inputFile)
  • Loading branch information
Ben Marwick committed Jul 25, 2017
1 parent 71d3590 commit e235c44
Show file tree
Hide file tree
Showing 28 changed files with 2,505 additions and 48 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
License: MIT + file LICENSE
Imports: devtools, git2r, whisker, rstudioapi, rmarkdown, knitr,
bookdown, curl
bookdown, curl, rprojroot, jsonlite, methods, httr
Encoding: UTF-8
LazyData: true
URL: https://github.com/benmarwick/rrtools
Expand Down
28 changes: 27 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,11 +1,37 @@
# Generated by roxygen2: do not edit by hand

export(as.package)
export(current_git_commit)
export(get_opts)
export(github_pat)
export(is.package)
export(knit_and_update_desc_imports)
export(opts)
export(package_file)
export(parse_deps)
export(set_opts)
export(use_analysis)
export(use_build_ignore)
export(use_compendium)
export(use_dockerfile)
export(use_git)
export(use_git_hook)
export(use_github)
export(use_github_links)
export(use_readme_rmd)
export(use_travis)
import(devtools)
import(rstudioapi)
import(packrat)
import(utils)
importFrom(curl,has_internet)
importFrom(devtools,create)
importFrom(git2r,branches)
importFrom(git2r,commits)
importFrom(git2r,remote_url)
importFrom(git2r,repository)
importFrom(git2r,when)
importFrom(rmarkdown,render)
importFrom(rprojroot,find_root)
importFrom(rprojroot,has_file)
importFrom(rstudioapi,isAvailable)
importFrom(utils,browseURL)
Loading

0 comments on commit e235c44

Please sign in to comment.