John Blischak

Results 52 issues of John Blischak

By filing an issue to this repo, I promise that - [x] I have fully read the issue guide at https://yihui.name/issue/. - [x] I have provided the necessary information about...

documentation
theme: custom format

https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ It's unclear to me what the best course of action is. Some thoughts: * We already use the OAuth flow to authenticate with the GitHub API with `wflow_use_github()` when...

A key feature of workflowr is that `wflow_html()` automatically inserts a call to `set.seed()` at the beginning of each Rmd file. This enables reproducible randomness (e.g. for permutations, simulations, etc.)....

Attempting to automatically create the GitHub repository with `wflow_use_github()`fails on RStudio Cloud. 1. Give the exact command or line of code you ran that caused the issue, e.g., `wflow_publish("myanalysis.Rmd")`. ```...

Similar to Git, if the user does not provide a commit message, we can prompt in the R console for a message. The recommendation is to use `readline` ([SO answer](http://stackoverflow.com/questions/5951528/using-while-loop-with-logical-operators-and-and-or/5952295#5952295))....

enhancement
Chicago R Collab
chircollab

I'd like to create a new function `wflow_license` to help users add licenses for their project. I think the user would need to specify a separate license for the code,...

enhancement
Chicago R Collab
chircollab

I've had multiple inquires (e.g. Issue https://github.com/jdblischak/workflowr/issues/59#issuecomment-325458200) for an option for creating PDF output from a workflowr site. At the moment, the best option is to directly use the [rmarkdown](http://rmarkdown.rstudio.com/)...

enhancement

Idea: When running `wflow_build()` or `wflow_publish()`, it would check YAML of R Markdown files to make sure the specified dependent files are also up-to-date.

enhancement

[binder](https://binderhub.readthedocs.io/en/latest/) is an amazing tool for reproducible research. It would be great if we could make it easier for workflowr users to integrate binder into their research projects. An idea...

enhancement

Currently `wflow_start()` outputs a standard set of files. There may be times when a user wants a more minimal set of files (e.g. just creating a quick website and doesn't...

enhancement