-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 907 Bytes
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 907 Bytes
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
Package: pudu
Type: Package
Title: C++ Tools for Cleaning Strings
Description: Provides function declarations and inline function definitions that
facilitate cleaning strings in C++ code before passing them to R.
Version: 0.1.0
Authors@R: c(
person(
given = "Mauricio",
family = "Vargas Sepulveda",
role = c("aut", "cre"),
email = "m.sepulveda@mail.utoronto.ca",
comment = c(ORCID = "0000-0003-1017-7574")),
person("Munk School of Global Affairs and Public Policy",
role = "fnd")
)
Suggests:
cpp11,
desc,
knitr,
mockery,
rmarkdown,
testthat (>= 3.0.0),
withr
Depends: R(>= 3.5.0)
License: Apache License (>= 2)
BugReports: https://github.com/pachadotdev/pudu/issues
URL: https://pacha.dev/pudu/,
https://github.com/pachadotdev/pudu
LazyData: true
RoxygenNote: 7.3.2
Encoding: UTF-8
Config/testthat/edition: 3