Skip to content

Commit

Permalink
add remark about perl and WriteXLS to about
Browse files Browse the repository at this point in the history
  • Loading branch information
stibu81 committed Feb 8, 2021
1 parent 192644a commit 5ebc086
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: bibleRe
Title: Access the Webinterface of the Public Library in Koeniz
Version: 0.3.1.9003
Version: 0.3.1.9004
Author: Stefan Lanz
Maintainer: Stefan Lanz <slanz1137@gmail.com>
Description: The public library of Koeniz, Switzerland, offers a
Expand Down
15 changes: 15 additions & 0 deletions R/shiny.R
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,21 @@ show_about <- function() {
shiny::HTML(
as_link("K\u00f6nizer Bibliotheken", "https://koenizerbibliotheken.ch")),
".", shiny::tags$br(), shiny::tags$br(),

if (bibleRe:::can_write_excel()) {
"Excel-Export ist auf diesem System möglich."
} else {
shiny::HTML(
"Excel-Export ist auf diesem System nicht möglich. Bitte installiere",
as_link("perl", "https://www.perl.org/"),
"und",
as_link("WriteXLS", "https://cran.r-project.org/web/packages/WriteXLS/"),
"."
)
},

shiny::tags$br(), shiny::tags$br(),

as.character(utils::packageVersion("bibleRe")), shiny::tags$br(),
shiny::HTML(
as_link("github.com/stibu81/bibleRe", "https://github.com/stibu81/bibleRe")),
Expand Down

0 comments on commit 5ebc086

Please # to comment.