Files
shiny/tools/updateDataTables.R
Barret Schloerke b4caa9137d Distribute TypeScript code into separate files (#3317)
Co-authored-by: Barret Schloerke <schloerke@gmail.com>
Co-authored-by: Carson Sievert <cpsievert1@gmail.com>
2021-06-09 14:54:47 -04:00

13 lines
451 B
R
Executable File

#!/usr/bin/env Rscript
# This script downloads DataTabes from its GitHub repository,
# https://github.com/DataTables/DataTables
# This script can be sourced from RStudio, or run with Rscript.
stop(
"Update script is not implemented as no future versions of datatables.net will be utilized.\n",
"Also, The 1.10.5 files can not be found using npm.\n"
"If the datatables.net version changes, please update the version in ./srcts/package.json"
)