This repository has been archived by the owner on Dec 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
appifying with OpenCPU using github opencpu/markdownapp as a template
- Loading branch information
Will High
committed
Mar 8, 2014
1 parent
a3f9fe3
commit 04a5909
Showing
15 changed files
with
487 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Package: MedicMobileImpact | ||
Type: OpenCPU Application | ||
Title: Markdown Application for OpenCPU | ||
Version: 0.1 | ||
Date: 2014-03-08 | ||
Author: F. William High | ||
Maintainer: F. William High <[email protected]> | ||
Description: OpenCPU App for markdown package | ||
License: Apache2 | ||
Depends: | ||
knitr | ||
Suggests: | ||
opencpu (>= 1.0.1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export(rmdtext) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
## This app requires OpenCPU 1.0.1 or higher !!!! | ||
## | ||
|
||
#' @export | ||
rmdtext <- function(text){ | ||
writeLines(text, con="input.Rmd"); | ||
knit2html("input.Rmd", output="output.html"); | ||
invisible(); | ||
} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.