Navigation Menu

Skip to content

Commit

Permalink
add eload function to projectInit
Browse files Browse the repository at this point in the history
  • Loading branch information
olhakh committed Jan 11, 2018
1 parent e374e61 commit dac4d9b
Show file tree
Hide file tree
Showing 22 changed files with 42 additions and 12 deletions.
15 changes: 7 additions & 8 deletions DESCRIPTION
Expand Up @@ -7,17 +7,16 @@ Authors@R: c(person("Nathan", "Sheffield", email = "nathan@code.databio.org",
role = c("aut", "cre")))
Maintainer: Nathan Sheffield <nathan@code.databio.org>
Description: Makes it easy to initialize a customized workspace, relying on
shell environment variables to point easy function aliases so you can control
project-specific results directories, data inputs, shared temporary files, and
other resources
shell environment variables to point easy function aliases so you can control
project-specific results directories, data inputs, shared temporary files, and
other resources
Imports:
pryr,
yaml
Suggests:
knitr
Enhances:
Rcpp,
roxygen2
knitr
Enhances: Rcpp,
roxygen2
VignetteBuilder: knitr
License: GPL-3
RoxygenNote: 6.0.1
RoxygenNote: 5.0.1
1 change: 1 addition & 0 deletions NAMESPACE
Expand Up @@ -7,6 +7,7 @@ export(dirOut)
export(dirRaw)
export(dirRes)
export(dirWeb)
export(eload)
export(findConfigFile)
export(go)
export(penv)
Expand Down
1 change: 1 addition & 0 deletions man/createOutputSubdir.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/createRootSubdir.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/dirData.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/dirOut.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/dirRaw.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/dirRes.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/dirWeb.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/dirWrap.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions man/eload.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/findConfigFile.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/firstFile.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/go.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/penv.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/project.init.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/project.init2.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions man/projectInit.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/projectRefresh.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/refreshPackage.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/rp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/setOutputSubdir.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dac4d9b

Please sign in to comment.