-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
52 lines (52 loc) · 1.25 KB
/
DESCRIPTION
File metadata and controls
52 lines (52 loc) · 1.25 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: jsutils
Title: Jalgos util functions
Version: 1.0.11
Authors@R: c(person("Sébastien", "Lamy de la Chapelle", email = "sebastien@jalgos.com", role = c("aut", "cre")), person("Julien", "Murésianu", email = "julien@jalgos.com", role = c("aut")), person("Michael", "Pursey", email = "michael@jalgos.com", role = c("ctb")))
Description: A bundle of functions to perform tasks commonly faced in the Jalgos
projects
Depends:
R (>= 3.5.0)
Imports:
jlogger (>= 1.0.6),
Rcpp,
Matrix,
MASS,
data.table,
track
License: Jalgos License
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Collate:
'RcppExports.R'
'applies.R'
'array_fun.R'
'complexity.R'
'filter.non.finite.R'
'load.save.objects.R'
'matrix.vectorization.R'
'pkgname.R'
'random.matrices.R'
'type.conversion.R'
'util.R'
'util.S4.R'
'util.beautfication.R'
'util.control.flow.R'
'util.data.R'
'util.data.table.R'
'util.eval.R'
'util.hash.R'
'util.history.R'
'util.packages.R'
'util.random.R'
'util.sendmail.R'
'util.shortcut.operators.R'
'util.tests.R'
'util_geocoding.R'
'util_markdown.R'
'util_matrix.R'
'util_regex.R'
'util_sweave.R'
LinkingTo: Rcpp
Suggests:
testthat