-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.25 KB
/
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
39
Package: shinyInvoice
Title: Shiny App - Generate a Pdf Invoice with 'Rmarkdown'
Version: 0.0.5
Date: 2024-03-31
Authors@R: c(person("Fernando", "Roa", email = "froao@unal.edu.co", role = c("aut", "cre") )
)
Description: Generate an invoice containing a header with invoice number and businesses details. The invoice table contains
any of: salary, one-liner costs, grouped costs. Under the table signature and bank account details appear.
Pages are numbered when more than one. Source .json and .Rmd files are editable in the app. A .csv file with raw data can be downloaded.
This package includes functions for getting exchange rates between currencies based on
'quantmod' (Ryan and Ulrich, 2023 <https://CRAN.R-project.org/package=quantmod>).
Depends: R (>= 3.5)
Imports:
tibble,
dplyr,
quantmod,
rlang,
stringr,
shiny,
lubridate
Suggests:
fs,
jsonlite,
pillar,
readr,
rhino,
rjson,
shinyAce,
tinytex,
rmarkdown,
curl
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
SystemRequirements: pandoc (>= 2.0)
URL: https://github.com/fernandoroa/invoice-public
BugReports: https://github.com/fernandoroa/invoice-public/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3