-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 1.15 KB
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 1.15 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
Package: AutoDeskR
Type: Package
Title: An Interface to the 'AutoDesk' 'API' Platform
Description: An interface to the 'AutoDesk' 'API' Platform including the Authentication
'API' for obtaining authentication to the 'AutoDesk' Forge Platform, Data Management
'API' for managing data across the platform's cloud services, Design Automation 'API'
for performing automated tasks on design files in the cloud, Model
Derivative 'API' for translating design files into different formats, sending
them to the viewer app, and extracting design data, and Viewer for rendering
2D and 3D models.
Version: 0.1.5
URL: https://aps.autodesk.com, https://paulgovan.gitbook.io/autodeskr, http://paulgovan.github.io/AutoDeskR/, https://github.com/paulgovan/AutoDeskR
BugReports: https://github.com/paulgovan/AutoDeskR/issues
Authors@R: person("Paul", "Govan", email = "paul.govan2@gmail.com",
role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-1821-8492"))
Depends:
R (>= 2.10.0)
License: Apache License | file LICENSE
Imports:
httr,
jsonlite,
shiny
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: knitr,
rmarkdown
VignetteBuilder: knitr