diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-07-20 23:30:42 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-07-20 23:30:42 +0200 |
commit | 9e38e562349da58edfad8e1745315735d6b60307 (patch) | |
tree | 3ace2b0c853a73b494fa6b3a0297ed0db34cf40f /test.R | |
parent | 84700ea7677160d96e13f74ddb74fdababec322a (diff) |
Vignettes rebuilt by staticdocs::build_site() for static documentation on r-forge
Diffstat (limited to 'test.R')
-rw-r--r-- | test.R | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -0,0 +1,10 @@ +devtools::document("~/git/staticdocs") +devtools::install("~/git/staticdocs") +library(staticdocs) + +debug(staticdocs:::to_html.list) +debug(staticdocs:::to_html.Rd_doc) +debug(staticdocs:::to_html.examples) +debug(staticdocs:::replay_html) +debug(staticdocs:::replay_html.recordedplot) +build_site("~/git/mkin", site_path = "~/svn/kinfit.r-forge/www/mkin_static") |