-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 1.07 KB
/
Copy pathDESCRIPTION
File metadata and controls
27 lines (27 loc) · 1.07 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: RcppOTIO
Type: Package
Title: R Bindings for 'OpenTimelineIO'
Version: 0.1.0
Date: 2026-06-12
Authors@R: c(
person("Troy", "Hernandez", role = c("aut", "cre"),
email = "troy@cornball.ai",
comment = c(ORCID = "0009-0005-4248-604X")),
person("cornball.ai", role = "cph"))
Description: An 'Rcpp' wrapper over the 'OpenTimelineIO' C++ library
(OTIO) <https://github.com/AcademySoftwareFoundation/OpenTimelineIO>.
Provides R bindings for the OTIO time types
(RationalTime, TimeRange, TimeTransform) and the serializable
schema objects (Timeline, Stack, Track, Clip, Gap, Transition,
Marker, Effect, and media references), including tree
construction and JSON serialisation round-trips.
License: Apache License (== 2.0)
Imports: Rcpp (>= 1.0.0)
LinkingTo: Rcpp
Suggests: tinytest, simplermarkdown
VignetteBuilder: simplermarkdown
SystemRequirements: OpenTimelineIO C++ library (>= 0.18),
Imath headers; C++17, pandoc
URL: https://github.com/cornball-ai/RcppOTIO
BugReports: https://github.com/cornball-ai/RcppOTIO/issues
Encoding: UTF-8