mirror of
https://github.com/rstudio/shiny.git
synced 2026-04-29 03:00:45 -04:00
Co-authored-by: Barret Schloerke <schloerke@gmail.com> Co-authored-by: Carson Sievert <cpsievert1@gmail.com>
13 lines
451 B
R
Executable File
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"
|
|
)
|