-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
30 lines (30 loc) · 1.11 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
27
28
29
30
Package: constellationR
Type: Package
Title: Client R pour accéder le réseau Constellation
Version: 0.1.0
Authors@R: c(
person("Julien Jean ", "Malard-Adam", email = "[email protected]", role = c("cre","aut")))
Maintainer: Julien Jean Malard-Adam <[email protected]>
Description: Un client R qui vous permet d'accéder le réseau Constellation de données distribuées pour vos analyses en R. Cette librarie ne contient pas de vrai client Constellation en soi, mais plutôt démarre (ou bien se connecte à) un serveur Constellation local sur votre machine. Vous devrez donc installer Constellation sur votre machine avant d'utiliser constellationR.
License: AGPL (>= 3)
URL: https://github.com/reseau-constellation/client-r,
https://reseau-constellation.github.io/client-r/
BugReports: https://github.com/reseau-constellation/client-r/issues
Imports:
websocket (>= 1.4.1),
R6,
uuid,
retry,
stringi,
jsonlite,
processx,
dplyr,
tibble,
httr2,
Language: fr
Encoding: UTF-8
LazyData: true
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3
RoxygenNote: 7.3.2