-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
20 lines (20 loc) · 773 Bytes
/
DESCRIPTION
File metadata and controls
20 lines (20 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: dformula
Type: Package
Version: 1.0
Date: 2023-12-01
Title: Data Manipulation using Formula
Description: A tool for manipulating data using the generic formula. A single formula allows to easily add, replace and remove variables before running the analysis.
Authors@R: c(person("Alessio", "Serafini", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-8579-5695"),
email = "srf.alessio@gmail.com"))
Depends: R (>= 3.5.0)
Imports: utils, stats, formula.tools(>= 1.7.1)
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
License: GPL (>= 2)
Repository: CRAN
URL: https://serafinialessio.github.io/dformula/
BugReports: https://github.com/serafinialessio/dformula/issues
NeedsCompilation: no
Encoding: UTF-8
LazyData: true