-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·23 lines (23 loc) · 925 Bytes
/
DESCRIPTION
File metadata and controls
executable file
·23 lines (23 loc) · 925 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: Rlabkey
Version: 3.4.6
Date: 2026-02-17
Title: Data Exchange Between R and 'LabKey' Server
Authors@R: c(person(given = "Peter",
family = "Hussey",
role = "aut"),
person(given = "Cory",
family = "Nathe",
role = "cre",
email = "cnathe@labkey.com"))
Description: The 'LabKey' client library for R makes it easy for R users to
load live data from a 'LabKey' Server, <https://www.labkey.com/>,
into the R environment for analysis, provided users have permissions
to read the data. It also enables R users to insert, update, and
delete records stored on a 'LabKey' Server, provided they have appropriate
permissions to do so.
License: Apache License 2.0
Copyright: Copyright (c) 2010-2018 LabKey Corporation
LazyLoad: true
Depends: httr, jsonlite
LinkingTo: Rcpp
Imports: Rcpp (>= 0.11.0)