-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 1.1 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
Package: makehtml
Type: Package
Title: Provides Generic Code for Producing Tabbed HTML for Presenting Plotted Results
Version: 0.1.3
Date: 2024-09-02
Authors@R: person(given="Malcolm",
family="Haddon",
email = "[email protected]",
role = c("aut", "cre"),
comment=c(ORCID="0000-0001-6971-7585"))
Maintainer: Malcolm Haddon <[email protected]>
Description: Contains code to include Cascading Style Sheet codes into a series of HTML files
each of which constitutes a tab into a Home HTML file. Initially this is designed for use
with the Abalone projects I am working on but it will also work for any project that
could generate graphics and tables. The graphics files need to be .png files.
Much of the original code was extracted from r4ss written by Ian Taylor, a few fixes to the
HTML tags and tweaks to the CSS generator, and generalized to apply to results from
any project.
Depends: R (>= 3.5.0)
License: GPL (>= 3)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8