21909: Add a basic build system to R SDK
authorBrett Smith <brett.smith@curii.com>
Tue, 3 Sep 2024 19:29:20 +0000 (15:29 -0400)
committerBrett Smith <brett.smith@curii.com>
Wed, 11 Sep 2024 13:41:18 +0000 (09:41 -0400)
commit2c19c541bf4fe4479f60b028b8b9c1bb88f0f8c2
tree66b6826459a3ea1dae7112ab12222ca472448e4e
parentcc67cf7ab61e10b5f7d75e3aa4f7cc72c750b66e
21909: Add a basic build system to R SDK

The R SDK includes committed code and documentation that are generated
from other sources, mainly the discovery document and inline
documentation. Remove those and introduce a Makefile with recipes to
build them all. This will make it easier to keep the R SDK in sync with
Arvados API changes in the future.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
15 files changed:
build/run-tests.sh
doc/Rakefile
sdk/R/.gitignore [new file with mode: 0644]
sdk/R/Makefile [new file with mode: 0644]
sdk/R/R/Arvados.R [deleted file]
sdk/R/README.md
sdk/R/man/Arvados.Rd [deleted file]
sdk/R/man/ArvadosFile.Rd [deleted file]
sdk/R/man/ArvadosR.Rd [deleted file]
sdk/R/man/Collection.Rd [deleted file]
sdk/R/man/Subcollection.Rd [deleted file]
sdk/R/man/listAll.Rd [deleted file]
sdk/R/man/print.ArvadosFile.Rd [deleted file]
sdk/R/man/print.Collection.Rd [deleted file]
sdk/R/man/print.Subcollection.Rd [deleted file]