-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 914 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: bibleRe
Title: Access the Web Interface of the Public Library in Koeniz
Version: 1.4.0.9003
Author: Stefan Lanz
Maintainer: Stefan Lanz <slanz1137@gmail.com>
Description: The public library of Koeniz, Switzerland, offers a
web interface that allows users to check their borrowed documents,
renew the rental period, etc. This package offers an interface
to use some of that functionality. It is particularly useful to manage
multiple accounts simultaneously.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
utils,
rvest (>= 1.0.0),
jsonlite,
lubridate,
rlang,
tidyr,
xml2,
dplyr,
magrittr,
stringr,
readr,
digest
Suggests:
WriteXLS (>= 6.3.0),
writexl,
shiny,
bslib,
shinyWidgets (>= 0.6.1),
shinyjs,
DT (>= 0.14.3),
emayili (>= 0.7.0),
knitr