aboutsummaryrefslogtreecommitdiff
path: root/inst
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-11-03 16:56:07 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2015-11-03 16:57:03 +0100
commit21f6a34d935a5fba43692ecd8ead4a688ef31a3d (patch)
treee3949f157168d7063fce107d0aec4ef5ce42fd17 /inst
parentbbea6fbe815140e81fbae385d87575431554061f (diff)
Make the script work without attaching the markdown namespace
Diffstat (limited to 'inst')
-rw-r--r--inst/GUI/gmkin.R6
1 files changed, 3 insertions, 3 deletions
diff --git a/inst/GUI/gmkin.R b/inst/GUI/gmkin.R
index 55d5d95..3459179 100644
--- a/inst/GUI/gmkin.R
+++ b/inst/GUI/gmkin.R
@@ -1311,9 +1311,9 @@ manual.gh <- ghtml(label = "Manual", paste0("<div class = 'manual' style = 'marg
</div>"), width = 460, cont = right)
# Changes {{{2
-gmkin_news <- markdownToHTML(system.file("NEWS.md", package = "gmkin"),
- fragment.only = TRUE,
- )
+gmkin_news <- markdown::markdownToHTML(system.file("NEWS.md",
+ package = "gmkin"),
+ fragment.only = TRUE)
changes.gh <- ghtml(label = "Changes", paste0("<div class = 'news' style = 'margin: 20px'>
<style>

Contact - Imprint