-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
23 lines (22 loc) · 751 Bytes
/
DESCRIPTION
File metadata and controls
23 lines (22 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Package: froth
Title: Emulate a 'Forth' Programming Environment
Version: 1.1.0
Authors@R:
person(given="Aidan", family="Lakshman", email="ahl27@pitt.edu",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9465-6785"))
Description: Emulates a 'Forth' programming environment with added features to
interface between R and 'Forth'. Implements most of the functionality described
in the original "Starting Forth" textbook <https://www.forth.com/starting-forth/>.
Depends: R (>= 4.3.0)
Imports: methods
Suggests:
markdown,
knitr
License: GPL-3
ByteCompile: true
Encoding: UTF-8
NeedsCompilation: yes
URL: https://www.ahl27.com/froth/
BugReports: https://github.com/ahl27/froth/issues/new/choose
VignetteBuilder: knitr