You are now logged out of RCloud. Log back in.
16 |├── VERSION ├── tests ├── Reports │ └── .dummy ├── SampleFiles │ ├── EmptyText.txt │ └── sample.csv └── RCloud-Manual Test_Cases.xlsx ├── htdocs ├── disabled.js ├── robots.txt ├── js │ ├── notebook │ │ ├── _cell_begin.js │ │ ├── _asset_begin.js │ │ ├── _buffer_begin.js │ │ └── _notebook_begin.js │ ├── rcloud_bundle.js.gz │ ├── rcloud_bundle.min.js.gz │ ├── ui │ │ ├── _begin.js │ │ ├── left_panel.js │ │ ├── right_panel.js │ │ ├── middle_column.js │ │ ├── notebook_protection_app.js │ │ ├── notebook_merger │ │ │ └── merger_controller.js │ │ ├── notebooks_frame.js │ │ └── stop_button.js │ ├── event.js │ ├── tree │ │ ├── date_filter.js │ │ └── notebook_tree_search_service.js │ ├── bootstrap_utils.js │ └── notebook.js ├── lib │ ├── js │ │ ├── development-bundle │ │ │ ├── version.txt │ │ │ ├── demos │ │ │ │ ├── tabs │ │ │ │ │ ├── ajax │ │ │ │ │ │ └── content4-broken.php │ │ │ │ │ └── index.html │ │ │ │ ├── images │ │ │ │ │ ├── calendar.gif │ │ │ │ │ ├── pbar-ani.gif │ │ │ │ │ ├── demo-config-on.gif │ │ │ │ │ ├── icon-docs-info.gif │ │ │ │ │ ├── demo-spindown-open.gif │ │ │ │ │ ├── demo-config-on-tile.gif │ │ │ │ │ └── demo-spindown-closed.gif │ │ │ │ ├── position │ │ │ │ │ ├── images │ │ │ │ │ │ ├── earth.jpg │ │ │ │ │ │ ├── flight.jpg │ │ │ │ │ │ └── rocket.jpg │ │ │ │ │ └── index.html │ │ │ │ ├── datepicker │ │ │ │ │ ├── images │ │ │ │ │ │ └── calendar.gif │ │ │ │ │ ├── inline.html │ │ │ │ │ ├── multiple-calendars.html │ │ │ │ │ └── other-months.html │ │ │ │ ├── progressbar │ │ │ │ │ ├── images │ │ │ │ │ │ └── pbar-ani.gif │ │ │ │ │ ├── index.html │ │ │ │ │ └── default.html │ │ │ │ ├── droppable │ │ │ │ │ ├── images │ │ │ │ │ │ ├── high_tatras.jpg │ │ │ │ │ │ ├── high_tatras2.jpg │ │ │ │ │ │ ├── high_tatras3.jpg │ │ │ │ │ │ ├── high_tatras4.jpg │ │ │ │ │ │ ├── high_tatras_min.jpg │ │ │ │ │ │ ├── high_tatras2_min.jpg │ │ │ │ │ │ ├── high_tatras3_min.jpg │ │ │ │ │ │ └── high_tatras4_min.jpg │ │ │ │ │ └── index.html │ │ │ │ ├── autocomplete │ │ │ │ │ ├── images │ │ │ │ │ │ ├── jquery_32x32.png │ │ │ │ │ │ ├── jqueryui_32x32.png │ │ │ │ │ │ ├── sizzlejs_32x32.png │ │ │ │ │ │ ├── transparent_1x1.png │ │ │ │ │ │ └── ui-anim_basic_16x16.gif │ │ │ │ │ └── index.html │ │ │ │ ├── hide │ │ │ │ │ └── index.html │ │ │ │ ├── show │ │ │ │ │ └── index.html │ │ │ │ ├── addClass │ │ │ │ │ └── index.html │ │ │ │ ├── animate │ │ │ │ │ └── index.html │ │ │ │ ├── toggle │ │ │ │ │ └── index.html │ │ │ │ ├── removeClass │ │ │ │ │ └── index.html │ │ │ │ ├── switchClass │ │ │ │ │ └── index.html │ │ │ │ ├── toggleClass │ │ │ │ │ └── index.html │ │ │ │ ├── effect │ │ │ │ │ └── index.html │ │ │ │ ├── selectable │ │ │ │ │ └── index.html │ │ │ │ ├── button │ │ │ │ │ └── index.html │ │ │ │ ├── dialog │ │ │ │ │ └── index.html │ │ │ │ ├── accordion │ │ │ │ │ └── index.html │ │ │ │ ├── sortable │ │ │ │ │ └── index.html │ │ │ │ ├── draggable │ │ │ │ │ └── index.html │ │ │ │ ├── resizable │ │ │ │ │ └── index.html │ │ │ │ └── slider │ │ │ │ │ ├── default.html │ │ │ │ │ └── index.html │ │ │ ├── themes │ │ │ │ ├── base │ │ │ │ │ ├── images │ │ │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ │ │ └── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ │ │ ├── jquery.ui.all.css │ │ │ │ │ ├── jquery.ui.selectable.css │ │ │ │ │ ├── jquery.ui.progressbar.css │ │ │ │ │ └── jquery.ui.base.css │ │ │ │ └── smoothness │ │ │ │ │ ├── images │ │ │ │ │ ├── ui-icons_222222_256x240.png │ │ │ │ │ ├── ui-icons_2e83ff_256x240.png │ │ │ │ │ ├── ui-icons_454545_256x240.png │ │ │ │ │ ├── ui-icons_888888_256x240.png │ │ │ │ │ ├── ui-icons_cd0a0a_256x240.png │ │ │ │ │ ├── ui-bg_flat_0_aaaaaa_40x100.png │ │ │ │ │ ├── ui-bg_flat_75_ffffff_40x100.png │ │ │ │ │ ├── ui-bg_glass_55_fbf9ee_1x400.png │ │ │ │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_dadada_1x400.png │ │ │ │ │ ├── ui-bg_glass_75_e6e6e6_1x400.png │ │ │ │ │ ├── ui-bg_glass_95_fef1ec_1x400.png │ │ │ │ │ └── ui-bg_highlight-soft_75_cccccc_1x100.png │ │ │ │ │ ├── jquery.ui.all.css │ │ │ │ │ ├── jquery.ui.selectable.css │ │ │ │ │ ├── jquery.ui.progressbar.css │ │ │ │ │ └── jquery.ui.base.css │ │ │ ├── ui │ │ │ │ ├── minified │ │ │ │ │ ├── jquery.effects.fade.min.js │ │ │ │ │ ├── jquery.effects.transfer.min.js │ │ │ │ │ ├── jquery.effects.blind.min.js │ │ │ │ │ ├── jquery.effects.highlight.min.js │ │ │ │ │ ├── jquery.effects.pulsate.min.js │ │ │ │ │ ├── jquery.effects.slide.min.js │ │ │ │ │ └── jquery.effects.clip.min.js │ │ │ │ ├── jquery.effects.fade.js │ │ │ │ └── i18n │ │ │ │ │ ├── jquery.ui.datepicker-ja.js │ │ │ │ │ ├── jquery.ui.datepicker-zh-TW.js │ │ │ │ │ ├── jquery.ui.datepicker-ko.js │ │ │ │ │ ├── jquery.ui.datepicker-zh-HK.js │ │ │ │ │ ├── jquery.ui.datepicker-zh-CN.js │ │ │ │ │ ├── jquery.ui.datepicker-bs.js │ │ │ │ │ ├── jquery.ui.datepicker-sr.js │ │ │ │ │ ├── jquery.ui.datepicker-sr-SR.js │ │ │ │ │ ├── jquery.ui.datepicker-he.js │ │ │ │ │ ├── jquery.ui.datepicker-mk.js │ │ │ │ │ ├── jquery.ui.datepicker-hr.js │ │ │ │ │ ├── jquery.ui.datepicker-tr.js │ │ │ │ │ ├── jquery.ui.datepicker-ca.js │ │ │ │ │ ├── jquery.ui.datepicker-sq.js │ │ │ │ │ ├── jquery.ui.datepicker-tj.js │ │ │ │ │ ├── jquery.ui.datepicker-az.js │ │ │ │ │ ├── jquery.ui.datepicker-de.js │ │ │ │ │ ├── jquery.ui.datepicker-en-GB.js │ │ │ │ │ ├── jquery.ui.datepicker-id.js │ │ │ │ │ ├── jquery.ui.datepicker-eo.js │ │ │ │ │ ├── jquery.ui.datepicker-ms.js │ │ │ │ │ ├── jquery.ui.datepicker-cs.js │ │ │ │ │ ├── jquery.ui.datepicker-fa.js │ │ │ │ │ ├── jquery.ui.datepicker-sk.js │ │ │ │ │ ├── jquery.ui.datepicker-eu.js │ │ │ │ │ ├── jquery.ui.datepicker-fr-CH.js │ │ │ │ │ ├── jquery.ui.datepicker-hi.js │ │ │ │ │ ├── jquery.ui.datepicker-km.js │ │ │ │ │ ├── jquery.ui.datepicker-pt.js │ │ │ │ │ ├── jquery.ui.datepicker-rm.js │ │ │ │ │ ├── jquery.ui.datepicker-ru.js │ │ │ │ │ ├── jquery.ui.datepicker-th.js │ │ │ │ │ ├── jquery.ui.datepicker-af.js │ │ │ │ │ ├── jquery.ui.datepicker-en-AU.js │ │ │ │ │ ├── jquery.ui.datepicker-cy-GB.js │ │ │ │ │ ├── jquery.ui.datepicker-en-NZ.js │ │ │ │ │ ├── jquery.ui.datepicker-fo.js │ │ │ │ │ ├── jquery.ui.datepicker-kk.js │ │ │ │ │ ├── jquery.ui.datepicker-pl.js │ │ │ │ │ ├── jquery.ui.datepicker-nl.js │ │ │ │ │ ├── jquery.ui.datepicker-es.js │ │ │ │ │ ├── jquery.ui.datepicker-gl.js │ │ │ │ │ ├── jquery.ui.datepicker-lb.js │ │ │ │ │ ├── jquery.ui.datepicker-nl-BE.js │ │ │ │ │ ├── jquery.ui.datepicker-no.js │ │ │ │ │ ├── jquery.ui.datepicker-da.js │ │ │ │ │ ├── jquery.ui.datepicker-hu.js │ │ │ │ │ ├── jquery.ui.datepicker-hy.js │ │ │ │ │ ├── jquery.ui.datepicker-lv.js │ │ │ │ │ ├── jquery.ui.datepicker-sv.js │ │ │ │ │ ├── jquery.ui.datepicker-el.js │ │ │ │ │ ├── jquery.ui.datepicker-it.js │ │ │ │ │ ├── jquery.ui.datepicker-et.js │ │ │ │ │ ├── jquery.ui.datepicker-lt.js │ │ │ │ │ ├── jquery.ui.datepicker-ml.js │ │ │ │ │ ├── jquery.ui.datepicker-ta.js │ │ │ │ │ ├── jquery.ui.datepicker-uk.js │ │ │ │ │ ├── jquery.ui.datepicker-pt-BR.js │ │ │ │ │ ├── jquery.ui.datepicker-ar-DZ.js │ │ │ │ │ ├── jquery.ui.datepicker-ro.js │ │ │ │ │ ├── jquery.ui.datepicker-sl.js │ │ │ │ │ ├── jquery.ui.datepicker-bg.js │ │ │ │ │ └── jquery.ui.datepicker-fi.js │ │ │ └── AUTHORS.txt │ │ ├── ace │ │ │ ├── #_begin.js# │ │ │ ├── _end.js │ │ │ ├── _begin.js │ │ │ └── jupyter_completions.js │ │ ├── require-discover.js │ │ ├── require-mini.js │ │ ├── require-view.js │ │ ├── mousetrap-global-bind.min.js │ │ ├── jquery.whiny.js │ │ └── require-edit.js │ ├── ace_bundle.js.gz │ └── ace_bundle.min.js.gz ├── favicon.png ├── css │ ├── icons.png │ └── images │ │ ├── ui-icons_222222_256x240.png │ │ ├── ui-icons_228ef1_256x240.png │ │ ├── ui-icons_ef8c08_256x240.png │ │ ├── ui-icons_ffd27a_256x240.png │ │ ├── ui-icons_ffffff_256x240.png │ │ ├── ui-bg_flat_10_000000_40x100.png │ │ ├── ui-bg_glass_100_f6f6f6_1x400.png │ │ ├── ui-bg_glass_100_fdf5ce_1x400.png │ │ ├── ui-bg_glass_65_ffffff_1x400.png │ │ ├── ui-bg_gloss-wave_35_f6a828_500x100.png │ │ ├── ui-bg_highlight-soft_75_ffe45c_1x100.png │ │ ├── ui-bg_diagonals-thick_18_b81900_40x40.png │ │ ├── ui-bg_diagonals-thick_20_666666_40x40.png │ │ └── ui-bg_highlight-soft_100_eeeeee_1x100.png ├── img │ ├── missing.png │ ├── bkg_blue1.jpg │ ├── processing.gif │ ├── spinner16.gif │ ├── ajax-loader.gif │ ├── logo_rcloud.png │ ├── vbordergray.png │ ├── left_bordergray.png │ ├── footerborderleft.png │ ├── right_bordergray.png │ └── vbordergray_dark.png ├── font │ ├── FontAwesome.otf │ ├── fontawesome-webfont.eot │ ├── fontawesome-webfont.ttf │ ├── fontawesome-webfont.svgz │ └── fontawesome-webfont.woff ├── RCloud_Color_Vector_mid.png ├── cookies_required.html ├── main.html ├── sass │ ├── utils │ │ └── utils.scss │ ├── rcloud.scss │ └── vendor │ │ └── nonselect.scss ├── shiny.html ├── mini.html ├── view.R ├── discover.js └── goodbye.R ├── rcloud.packages ├── rcloud.viewer │ ├── NAMESPACE │ ├── DESCRIPTION │ └── R │ │ └── zzz.R ├── rcloud.web │ ├── NAMESPACE │ ├── R │ │ ├── fastrweb.R │ │ ├── deferred.R │ │ ├── inline.R │ │ ├── rc.R │ │ └── zzz.R │ ├── NEWS │ ├── DESCRIPTION │ └── man │ │ └── rcw.collect.Rd ├── rcloud.sh │ ├── NAMESPACE │ └── DESCRIPTION ├── rcloud.r │ ├── NAMESPACE │ └── DESCRIPTION ├── rcloud.jupyter │ ├── NAMESPACE │ └── DESCRIPTION ├── rcloud.lux │ ├── NAMESPACE │ ├── DESCRIPTION │ └── R │ │ ├── zzz.R │ │ └── lux.plot.R ├── rcloud.python │ ├── NAMESPACE │ └── DESCRIPTION ├── rcloud.rmarkdown │ ├── NAMESPACE │ └── DESCRIPTION ├── README.md ├── rcloud.enviewer │ ├── DESCRIPTION │ └── R │ │ └── zzz.R └── rcloud.notebook.info │ ├── DESCRIPTION │ └── R │ └── zzz.R ├── docker ├── buildContainer.sh ├── ulogd │ └── ulogd ├── init.sh ├── README.md ├── index.html ├── rcloud.conf └── dockerbye.R ├── conf ├── solr │ ├── code-delim-types.txt │ ├── lang │ │ ├── hyphenations_ga.txt │ │ ├── contractions_ga.txt │ │ ├── contractions_ca.txt │ │ ├── stemdict_nl.txt │ │ ├── contractions_fr.txt │ │ ├── contractions_it.txt │ │ ├── stopwords_hy.txt │ │ └── stopwords_el.txt │ ├── word-delim-types.txt │ └── stopwords.txt ├── setup ├── rcloud.profile ├── scripts.conf ├── rcloud.conf.samp ├── rserve-proxified.conf └── run_rcloud.R ├── rcloud.client ├── NAMESPACE ├── DESCRIPTION └── R │ ├── cookies.R │ └── connect.R ├── rcloud.support ├── R │ ├── uri.R │ ├── password.R │ ├── show.iframe.R │ ├── download.R │ ├── module.pkg.R │ ├── languages.R │ ├── plots.R │ ├── source.R │ ├── zzz.R │ └── crypt.R ├── inst │ └── javascript │ │ ├── locator.js │ │ ├── message.dialog.js │ │ ├── download.js │ │ ├── rcloud.output.context.js │ │ └── show_iframe.js ├── man │ ├── rcloud.session.log.Rd │ ├── rcloud.upload.path.Rd │ └── rcloud.home.Rd ├── DESCRIPTION └── NAMESPACE ├── services ├── rcloud-qap ├── rcloud-script ├── rcloud-start ├── rcloud-solr ├── rcloud-script-start ├── rcloud-proxy └── rcloud-sks ├── scripts ├── rebuildjs.sh ├── selconf ├── fetch-mathjax.sh ├── migrate2ff.sh ├── migrate2redis.sh ├── shutdown.sh └── build_package.sh ├── packages ├── gitgist │ ├── NAMESPACE │ └── DESCRIPTION ├── githubgist │ ├── NAMESPACE │ └── DESCRIPTION └── gist │ ├── DESCRIPTION │ ├── NAMESPACE │ └── R │ ├── static.R │ ├── auth.R │ ├── gists.R │ └── comments.R ├── .dir-locals.el ├── .gitignore ├── .eslintrc.js ├── todo.org ├── package.json └── LICENSE /VERSION: -------------------------------------------------------------------------------- 1 | 2.1-devel 2 | -------------------------------------------------------------------------------- /tests/Reports/.dummy: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /htdocs/disabled.js: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /tests/SampleFiles/EmptyText.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /htdocs/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent: * 2 | Disallow: / 3 | -------------------------------------------------------------------------------- /htdocs/js/notebook/_cell_begin.js: -------------------------------------------------------------------------------- 1 | Notebook.Cell = {}; 2 | -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/version.txt: -------------------------------------------------------------------------------- 1 | 1.8.18 2 | -------------------------------------------------------------------------------- /rcloud.packages/rcloud.viewer/NAMESPACE: -------------------------------------------------------------------------------- 1 | export(View) 2 | -------------------------------------------------------------------------------- /htdocs/js/notebook/_asset_begin.js: -------------------------------------------------------------------------------- 1 | Notebook.Asset = {}; 2 | -------------------------------------------------------------------------------- /htdocs/js/notebook/_buffer_begin.js: -------------------------------------------------------------------------------- 1 | Notebook.Buffer = {}; 2 | -------------------------------------------------------------------------------- /rcloud.packages/rcloud.web/NAMESPACE: -------------------------------------------------------------------------------- 1 | exportPattern("^rc.*") 2 | -------------------------------------------------------------------------------- /rcloud.packages/rcloud.sh/NAMESPACE: -------------------------------------------------------------------------------- 1 | useDynLib(rcloud.sh, shexec) 2 | -------------------------------------------------------------------------------- /docker/buildContainer.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | docker build -t rcl0ud/rcloud . -------------------------------------------------------------------------------- /rcloud.packages/rcloud.r/NAMESPACE: -------------------------------------------------------------------------------- 1 | export(rcloud.language.support) 2 | -------------------------------------------------------------------------------- /conf/solr/code-delim-types.txt: -------------------------------------------------------------------------------- 1 | . => SUBWORD_DELIM 2 | _ => SUBWORD_DELIM 3 | -------------------------------------------------------------------------------- /rcloud.packages/rcloud.jupyter/NAMESPACE: -------------------------------------------------------------------------------- 1 | export(rcloud.language.support) 2 | -------------------------------------------------------------------------------- /rcloud.packages/rcloud.lux/NAMESPACE: -------------------------------------------------------------------------------- 1 | export(wgeoplot) 2 | export(wtour) 3 | -------------------------------------------------------------------------------- /rcloud.packages/rcloud.python/NAMESPACE: -------------------------------------------------------------------------------- 1 | export(rcloud.language.support) 2 | -------------------------------------------------------------------------------- /rcloud.packages/rcloud.rmarkdown/NAMESPACE: -------------------------------------------------------------------------------- 1 | export(rcloud.language.support) 2 | -------------------------------------------------------------------------------- /rcloud.client/NAMESPACE: -------------------------------------------------------------------------------- 1 | export(connect.to.rcloud) 2 | export(resolve.notebook.id) 3 | -------------------------------------------------------------------------------- /rcloud.support/R/uri.R: -------------------------------------------------------------------------------- 1 | URIencode <- function(x) .Call(uri_encode, as.character(x)) 2 | -------------------------------------------------------------------------------- /docker/ulogd/ulogd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/docker/ulogd/ulogd -------------------------------------------------------------------------------- /htdocs/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/favicon.png -------------------------------------------------------------------------------- /htdocs/css/icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/css/icons.png -------------------------------------------------------------------------------- /services/rcloud-qap: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec su - rcloud /data/rcloud/services/rcloud-start 4 | -------------------------------------------------------------------------------- /htdocs/img/missing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/img/missing.png -------------------------------------------------------------------------------- /services/rcloud-script: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | exec su - rcscr /data/rcloud/services/rcloud-script-start 4 | -------------------------------------------------------------------------------- /htdocs/img/bkg_blue1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/img/bkg_blue1.jpg -------------------------------------------------------------------------------- /htdocs/img/processing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/img/processing.gif -------------------------------------------------------------------------------- /htdocs/img/spinner16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/img/spinner16.gif -------------------------------------------------------------------------------- /htdocs/font/FontAwesome.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/font/FontAwesome.otf -------------------------------------------------------------------------------- /htdocs/img/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/img/ajax-loader.gif -------------------------------------------------------------------------------- /htdocs/img/logo_rcloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/img/logo_rcloud.png -------------------------------------------------------------------------------- /htdocs/img/vbordergray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/img/vbordergray.png -------------------------------------------------------------------------------- /htdocs/lib/ace_bundle.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/ace_bundle.js.gz -------------------------------------------------------------------------------- /htdocs/img/left_bordergray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/img/left_bordergray.png -------------------------------------------------------------------------------- /htdocs/js/rcloud_bundle.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/js/rcloud_bundle.js.gz -------------------------------------------------------------------------------- /htdocs/img/footerborderleft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/img/footerborderleft.png -------------------------------------------------------------------------------- /htdocs/img/right_bordergray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/img/right_bordergray.png -------------------------------------------------------------------------------- /htdocs/img/vbordergray_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/img/vbordergray_dark.png -------------------------------------------------------------------------------- /htdocs/js/rcloud_bundle.min.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/js/rcloud_bundle.min.js.gz -------------------------------------------------------------------------------- /htdocs/lib/ace_bundle.min.js.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/ace_bundle.min.js.gz -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/tabs/ajax/content4-broken.php: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /htdocs/RCloud_Color_Vector_mid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/RCloud_Color_Vector_mid.png -------------------------------------------------------------------------------- /htdocs/font/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/font/fontawesome-webfont.eot -------------------------------------------------------------------------------- /htdocs/font/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/font/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /tests/RCloud-Manual Test_Cases.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/tests/RCloud-Manual Test_Cases.xlsx -------------------------------------------------------------------------------- /htdocs/font/fontawesome-webfont.svgz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/font/fontawesome-webfont.svgz -------------------------------------------------------------------------------- /htdocs/font/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/font/fontawesome-webfont.woff -------------------------------------------------------------------------------- /tests/SampleFiles/sample.csv: -------------------------------------------------------------------------------- 1 | quarter,Clicks (million) 2 | Q 1-15,3.4 3 | Q 2-15,2.1 4 | Q3-15,2.4 5 | Q4-15,2.2 6 | Q1-16,2 7 | -------------------------------------------------------------------------------- /htdocs/cookies_required.html: -------------------------------------------------------------------------------- 1 | 2 |
3 | Cookies must be enabled for RCloud to work, sorry. 4 | 5 | -------------------------------------------------------------------------------- /rcloud.packages/rcloud.web/R/fastrweb.R: -------------------------------------------------------------------------------- 1 | rcw.collect <- function() { 2 | x <- FastRWeb::done()[2L] 3 | FastRWeb::oclear() 4 | x 5 | } 6 | -------------------------------------------------------------------------------- /scripts/rebuildjs.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # force rebuild of all javascript 3 | 4 | grunt 5 | echo This script is deprecated - run grunt instead! 6 | -------------------------------------------------------------------------------- /htdocs/css/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/css/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /htdocs/css/images/ui-icons_228ef1_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/css/images/ui-icons_228ef1_256x240.png -------------------------------------------------------------------------------- /htdocs/css/images/ui-icons_ef8c08_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/css/images/ui-icons_ef8c08_256x240.png -------------------------------------------------------------------------------- /htdocs/css/images/ui-icons_ffd27a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/css/images/ui-icons_ffd27a_256x240.png -------------------------------------------------------------------------------- /htdocs/css/images/ui-icons_ffffff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/css/images/ui-icons_ffffff_256x240.png -------------------------------------------------------------------------------- /packages/gitgist/NAMESPACE: -------------------------------------------------------------------------------- 1 | import(guitar) 2 | import(gist) 3 | export(create.gist.context, config.options) 4 | exportPattern("*.gitgistcontext$") 5 | -------------------------------------------------------------------------------- /htdocs/css/images/ui-bg_flat_10_000000_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/css/images/ui-bg_flat_10_000000_40x100.png -------------------------------------------------------------------------------- /htdocs/css/images/ui-bg_glass_100_f6f6f6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/css/images/ui-bg_glass_100_f6f6f6_1x400.png -------------------------------------------------------------------------------- /htdocs/css/images/ui-bg_glass_100_fdf5ce_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/css/images/ui-bg_glass_100_fdf5ce_1x400.png -------------------------------------------------------------------------------- /htdocs/css/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/css/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /packages/githubgist/NAMESPACE: -------------------------------------------------------------------------------- 1 | import(github) 2 | importFrom(httr, GET, content) 3 | exportPattern(".*githubcontext$") 4 | export(create.github.context) 5 | -------------------------------------------------------------------------------- /htdocs/main.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /docker/init.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | sudo su - rcloud -c "ROOT=/data/rcloud /data/rcloud/conf/start" 3 | sudo su - rcloud -c "/data/rcloud/docker/ulogd/ulogd /data/rcloud/run/ulog" -------------------------------------------------------------------------------- /htdocs/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png -------------------------------------------------------------------------------- /htdocs/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/images/calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/images/calendar.gif -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/images/pbar-ani.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/images/pbar-ani.gif -------------------------------------------------------------------------------- /rcloud.support/inst/javascript/locator.js: -------------------------------------------------------------------------------- 1 | ({ 2 | locate: function(device, page, k) { 3 | RCloud.UI.image_manager.locate(device, page, k); 4 | } 5 | }) 6 | -------------------------------------------------------------------------------- /conf/solr/lang/hyphenations_ga.txt: -------------------------------------------------------------------------------- 1 | # Set of Irish hyphenations for StopFilter 2 | # TODO: load this as a resource from the analyzer and sync it in build.xml 3 | h 4 | n 5 | t 6 | -------------------------------------------------------------------------------- /htdocs/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png -------------------------------------------------------------------------------- /htdocs/css/images/ui-bg_diagonals-thick_20_666666_40x40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/css/images/ui-bg_diagonals-thick_20_666666_40x40.png -------------------------------------------------------------------------------- /htdocs/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png -------------------------------------------------------------------------------- /rcloud.support/inst/javascript/message.dialog.js: -------------------------------------------------------------------------------- 1 | ({ 2 | message_dialog: function(title, msg, k) { 3 | RCloud.UI.message_dialog(title, msg, k); 4 | } 5 | }) 6 | -------------------------------------------------------------------------------- /conf/solr/lang/contractions_ga.txt: -------------------------------------------------------------------------------- 1 | # Set of Irish contractions for ElisionFilter 2 | # TODO: load this as a resource from the analyzer and sync it in build.xml 3 | d 4 | m 5 | b 6 | -------------------------------------------------------------------------------- /rcloud.packages/rcloud.web/R/deferred.R: -------------------------------------------------------------------------------- 1 | ## FIXME: we should check the UUID 2 | rcw.resolve <- function(x) (Rserve::resolve.ocap(structure(gsub(".*\\|", "", x), class="OCref")))() 3 | -------------------------------------------------------------------------------- /conf/setup: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # NOTE: this should not be necessary as rcloud.configure() is taking care of it 3 | 4 | mkdir -p data/userfiles 5 | mkdir -p data/history 6 | mkdir -p tmp 7 | -------------------------------------------------------------------------------- /htdocs/js/ui/_begin.js: -------------------------------------------------------------------------------- 1 | RCloud.UI = Object.assign({}, RCloud.UI); 2 | RCloud.UI.tree = Object.assign({}, RCloud.UI.tree); 3 | RCloud.UI.addons = Object.assign({}, RCloud.UI.addons); 4 | -------------------------------------------------------------------------------- /htdocs/js/ui/left_panel.js: -------------------------------------------------------------------------------- 1 | RCloud.UI.left_panel = 2 | RCloud.UI.collapsible_column("#left-column", 3 | "#accordion-left", "#left-pane-collapser"); 4 | -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/images/demo-config-on.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/images/demo-config-on.gif -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/images/icon-docs-info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/images/icon-docs-info.gif -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/position/images/earth.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/position/images/earth.jpg -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/position/images/flight.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/position/images/flight.jpg -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/position/images/rocket.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/position/images/rocket.jpg -------------------------------------------------------------------------------- /htdocs/js/ui/right_panel.js: -------------------------------------------------------------------------------- 1 | RCloud.UI.right_panel = 2 | RCloud.UI.collapsible_column("#right-column", 3 | "#accordion-right", "#right-pane-collapser"); 4 | -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/images/demo-spindown-open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/images/demo-spindown-open.gif -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/datepicker/images/calendar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/datepicker/images/calendar.gif -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/images/demo-config-on-tile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/images/demo-config-on-tile.gif -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/images/demo-spindown-closed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/images/demo-spindown-closed.gif -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/progressbar/images/pbar-ani.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/progressbar/images/pbar-ani.gif -------------------------------------------------------------------------------- /services/rcloud-start: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | if [ -z "$ROOT" ]; then 4 | echo Defaulting ROOT to /data/rcloud 5 | ROOT=/data/rcloud 6 | fi 7 | 8 | cd "$ROOT" 9 | exec conf/start 10 | -------------------------------------------------------------------------------- /conf/solr/lang/contractions_ca.txt: -------------------------------------------------------------------------------- 1 | # Set of Catalan contractions for ElisionFilter 2 | # TODO: load this as a resource from the analyzer and sync it in build.xml 3 | d 4 | l 5 | m 6 | n 7 | s 8 | t 9 | -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/droppable/images/high_tatras.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/droppable/images/high_tatras.jpg -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/droppable/images/high_tatras2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/droppable/images/high_tatras2.jpg -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/droppable/images/high_tatras3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/droppable/images/high_tatras3.jpg -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/droppable/images/high_tatras4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/droppable/images/high_tatras4.jpg -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/autocomplete/images/jquery_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/autocomplete/images/jquery_32x32.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/droppable/images/high_tatras_min.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/droppable/images/high_tatras_min.jpg -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/autocomplete/images/jqueryui_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/autocomplete/images/jqueryui_32x32.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/autocomplete/images/sizzlejs_32x32.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/autocomplete/images/transparent_1x1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/autocomplete/images/transparent_1x1.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/droppable/images/high_tatras2_min.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/droppable/images/high_tatras2_min.jpg -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/droppable/images/high_tatras3_min.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/droppable/images/high_tatras3_min.jpg -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/droppable/images/high_tatras4_min.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/droppable/images/high_tatras4_min.jpg -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/base/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/base/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/base/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/base/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/base/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/base/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/base/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/base/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /conf/rcloud.profile: -------------------------------------------------------------------------------- 1 | ## RCloud-wide options 2 | ## those are loaded after the user session is initilized 3 | 4 | ## limit accidental bolwup by too large output to something reasonable 5 | options(max.print=9999) 6 | 7 | -------------------------------------------------------------------------------- /conf/solr/lang/stemdict_nl.txt: -------------------------------------------------------------------------------- 1 | # Set of overrides for the dutch stemmer 2 | # TODO: load this as a resource from the analyzer and sync it in build.xml 3 | fiets fiets 4 | bromfiets bromfiets 5 | ei eier 6 | kind kinder 7 | -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/demos/autocomplete/images/ui-anim_basic_16x16.gif -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/base/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/base/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/base/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/smoothness/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/smoothness/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/smoothness/images/ui-icons_2e83ff_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/smoothness/images/ui-icons_2e83ff_256x240.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/smoothness/images/ui-icons_454545_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/smoothness/images/ui-icons_454545_256x240.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/smoothness/images/ui-icons_888888_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/smoothness/images/ui-icons_888888_256x240.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/smoothness/images/ui-icons_cd0a0a_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/smoothness/images/ui-icons_cd0a0a_256x240.png -------------------------------------------------------------------------------- /htdocs/js/notebook/_notebook_begin.js: -------------------------------------------------------------------------------- 1 | Notebook = {}; 2 | 3 | ////////////////////////////////////////////////////////////////////////////// 4 | // 5 | // roughly a MVC-kinda-thing per cell, plus a MVC for all the cells 6 | // 7 | -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png -------------------------------------------------------------------------------- /htdocs/sass/utils/utils.scss: -------------------------------------------------------------------------------- 1 | @mixin no-select { 2 | -webkit-touch-callout: none; 3 | -webkit-user-select: none; 4 | -khtml-user-select: none; 5 | -moz-user-select: none; 6 | -ms-user-select: none; 7 | user-select: none; 8 | } -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MangoTheCat/rcloud/develop/htdocs/lib/js/development-bundle/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png -------------------------------------------------------------------------------- /services/rcloud-solr: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | : ${JAVA=/usr/bin/java} 4 | if [ -z "$ROOT" ]; then 5 | echo Defaulting ROOT to /data/rcloud 6 | ROOT=/data/rcloud 7 | fi 8 | cd $ROOT/services/solr 9 | exec $JAVA -jar start.jar >> solr.out 10 | -------------------------------------------------------------------------------- /.dir-locals.el: -------------------------------------------------------------------------------- 1 | ;; override certain defaults for the entire project to reduce 2 | ;; the reliance on per-user settings and make some people more happy 3 | ((nil . ((indent-tabs-mode . nil))) 4 | (c-mode . ((c-file-style . "BSD") (c-basic-offset . 4)))) 5 | -------------------------------------------------------------------------------- /htdocs/lib/js/ace/#_begin.js#: -------------------------------------------------------------------------------- 1 | (function() { 2 | // hide the true requirejs from ace so it doesn't trip over itself 3 | var requirejs = undefined; 4 | var require = undefined; 5 | var old_requirejs = window.requirejs; 6 | var old_require = window.require; 7 | 8 | -------------------------------------------------------------------------------- /htdocs/lib/js/ace/_end.js: -------------------------------------------------------------------------------- 1 | // restore true requirejs since ace clobbers global variables. 2 | var global = (function() { 3 | return this; 4 | })(); 5 | global.requirejs = old_requirejs; 6 | global.require = old_require; 7 | global.define = old_define; 8 | })(); 9 | -------------------------------------------------------------------------------- /htdocs/lib/js/require-discover.js: -------------------------------------------------------------------------------- 1 | requirejs.config(requirejs_config_obj); 2 | 3 | var deps = common_deps; 4 | 5 | deps.push( 6 | "../../discover", "rcloud_bundle", "shell_tab", "CustomElements.min", "time-element" 7 | ); 8 | 9 | start_require(deps); 10 | -------------------------------------------------------------------------------- /htdocs/lib/js/require-mini.js: -------------------------------------------------------------------------------- 1 | requirejs.config(requirejs_config_obj); 2 | 3 | var deps = common_deps; 4 | 5 | deps.push( 6 | // rcloud's mini.js and bundle 7 | "../../mini", "rcloud_bundle" 8 | ); 9 | console.log("MINI"); 10 | start_require(deps); 11 | -------------------------------------------------------------------------------- /rcloud.support/inst/javascript/download.js: -------------------------------------------------------------------------------- 1 | (function(filename, content, mimetype, k) { 2 | require(["FileSaver"], function(_) { 3 | var file = new Blob([content], {type: mimetype}); 4 | saveAs(file, filename); 5 | k(); 6 | }); 7 | }) 8 | -------------------------------------------------------------------------------- /conf/solr/lang/contractions_fr.txt: -------------------------------------------------------------------------------- 1 | # Set of French contractions for ElisionFilter 2 | # TODO: load this as a resource from the analyzer and sync it in build.xml 3 | l 4 | m 5 | t 6 | qu 7 | n 8 | s 9 | j 10 | d 11 | c 12 | jusqu 13 | quoiqu 14 | lorsqu 15 | puisqu 16 | -------------------------------------------------------------------------------- /rcloud.packages/rcloud.web/NEWS: -------------------------------------------------------------------------------- 1 | == NEWS for rcloud.web == 2 | 3 | 1.0-1 (under development) 4 | o rcw.set/prepend/append call as.character() implicitly and 5 | collapse vectors by joining them with newlines 6 | 7 | 1.0-0 8 | o initial release with basic tools 9 | -------------------------------------------------------------------------------- /htdocs/shiny.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 8 | 9 | -------------------------------------------------------------------------------- /services/rcloud-script-start: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | ROOT=/data/rcloud 4 | export ROOT 5 | RS=`echo 'cat(system.file("libs","Rserve",package="Rserve"))' | /usr/bin/R --vanilla --slave` 6 | R_LIBS=$ROOT/Rlib /usr/bin/R CMD "$RS" --RS-conf "$ROOT/conf/scripts.conf" --no-save > /dev/null 7 | -------------------------------------------------------------------------------- /htdocs/lib/js/ace/_begin.js: -------------------------------------------------------------------------------- 1 | (function() { 2 | // hide the true requirejs from ace so it doesn't trip over itself 3 | var requirejs = undefined; 4 | var require = undefined; 5 | var old_requirejs = window.requirejs; 6 | var old_require = window.require; 7 | var old_define = window.define; 8 | -------------------------------------------------------------------------------- /scripts/selconf: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | cd conf 3 | if [ $# -gt 0 ]; then 4 | cp rcloud.conf.$1 rcloud.conf && echo $1 > selected.conf.txt 5 | fi 6 | if [ -a selected.conf.txt ] 7 | then cat selected.conf.txt 8 | else echo "No configuration selected with this tool." 9 | fi 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /packages/gist/DESCRIPTION: -------------------------------------------------------------------------------- 1 | Package: gist 2 | Title: Common API for gist storage platforms 3 | Version: 1.0-0 4 | Author: Simon Urbanek", paste(as.character(e), collapse='\n'), ""), "text/html") 12 | }) 13 | } 14 | -------------------------------------------------------------------------------- /htdocs/js/ui/notebook_merger/merger_controller.js: -------------------------------------------------------------------------------- 1 | RCloudNotebookMerger.controller = (function(model, view) { 2 | 3 | const merger_controller = class { 4 | constructor(model, view) { 5 | this._model = model; 6 | this._view = view; 7 | } 8 | 9 | show_dialog() { 10 | this._view.open(); 11 | } 12 | 13 | submit_dialog() { 14 | this._view.submit(); 15 | } 16 | 17 | is_dialog_open() { 18 | return this._view.is_open(); 19 | } 20 | }; 21 | 22 | return new merger_controller(model, view); 23 | 24 | }); 25 | -------------------------------------------------------------------------------- /packages/gist/R/gists.R: -------------------------------------------------------------------------------- 1 | get.gist <- function (id, version = NULL, ctx = current.gist.context()) 2 | UseMethod("get.gist", ctx) 3 | 4 | fork.gist <- function (id, ctx = current.gist.context()) 5 | UseMethod("fork.gist", ctx) 6 | 7 | get.gist.forks <- function (id, ctx = current.gist.context()) 8 | UseMethod("get.gist.forks", ctx) 9 | 10 | modify.gist <- function (id, content, ctx = current.gist.context()) 11 | UseMethod("modify.gist", ctx) 12 | 13 | create.gist <- function (content, ctx = current.gist.context()) 14 | UseMethod("create.gist", ctx) 15 | -------------------------------------------------------------------------------- /rcloud.packages/rcloud.lux/R/lux.plot.R: -------------------------------------------------------------------------------- 1 | # FIXME these need to be moved elsewhere and renamed 2 | 3 | wgeoplot <- function(lats, lons, col=1L) 4 | { 5 | if (is.null(dim(col))) col <- col2rgb(col) / 255 6 | #col <- rep(col, length.out = 3 * length(lats)) 7 | col <- as.double(col) 8 | deferred.rcloud.result(function() lux.caps$handle_osm_plot(list("lux_osm_plot", lats, lons, col, c(960, 600)))) 9 | } 10 | 11 | wtour <- function(...) 12 | { 13 | opts <- list(...) 14 | deferred.rcloud.result(function() lux.caps$handle_tour_plot(list("lux_tour_plot", opts))) 15 | } 16 | -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/progressbar/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
You are now logged out of RCloud. Log back in.
16 |Default determinate progress bar.
32 |"), "text/html")) 13 | 14 | anonymous <- FALSE 15 | init.cap <- caps$rcloud$session_init 16 | if (is.null(init.cap)) { 17 | init.cap <- caps$rcloud$anonymous_session_init 18 | anonymous <- TRUE 19 | } 20 | if (is.null(init.cap)) stop("Server refused to provide RCloud session initialization capabilites - access denied") 21 | 22 | RSclient::RS.eval.qap(c, as.call(list(init.cap, cookies$user, cookies$token))) 23 | list(caps=caps, rserve=c, anonymous=anonymous) 24 | } 25 | -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/ui/i18n/jquery.ui.datepicker-hr.js: -------------------------------------------------------------------------------- 1 | /* Croatian i18n for the jQuery UI date picker plugin. */ 2 | /* Written by Vjekoslav Nesek. */ 3 | jQuery(function($){ 4 | $.datepicker.regional['hr'] = { 5 | closeText: 'Zatvori', 6 | prevText: '<', 7 | nextText: '>', 8 | currentText: 'Danas', 9 | monthNames: ['Siječanj','Veljača','Ožujak','Travanj','Svibanj','Lipanj', 10 | 'Srpanj','Kolovoz','Rujan','Listopad','Studeni','Prosinac'], 11 | monthNamesShort: ['Sij','Velj','Ožu','Tra','Svi','Lip', 12 | 'Srp','Kol','Ruj','Lis','Stu','Pro'], 13 | dayNames: ['Nedjelja','Ponedjeljak','Utorak','Srijeda','Četvrtak','Petak','Subota'], 14 | dayNamesShort: ['Ned','Pon','Uto','Sri','Čet','Pet','Sub'], 15 | dayNamesMin: ['Ne','Po','Ut','Sr','Če','Pe','Su'], 16 | weekHeader: 'Tje', 17 | dateFormat: 'dd.mm.yy.', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['hr']); 23 | }); -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/ui/minified/jquery.effects.highlight.min.js: -------------------------------------------------------------------------------- 1 | /* 2 | * jQuery UI Effects Highlight 1.8.18 3 | * 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) 5 | * Dual licensed under the MIT or GPL Version 2 licenses. 6 | * http://jquery.org/license 7 | * 8 | * http://docs.jquery.com/UI/Effects/Highlight 9 | * 10 | * Depends: 11 | * jquery.effects.core.js 12 | */(function(a,b){a.effects.highlight=function(b){return this.queue(function(){var c=a(this),d=["backgroundImage","backgroundColor","opacity"],e=a.effects.setMode(c,b.options.mode||"show"),f={backgroundColor:c.css("backgroundColor")};e=="hide"&&(f.opacity=0),a.effects.save(c,d),c.show().css({backgroundImage:"none",backgroundColor:b.options.color||"#ffff99"}).animate(f,{queue:!1,duration:b.duration,easing:b.options.easing,complete:function(){e=="hide"&&c.hide(),a.effects.restore(c,d),e=="show"&&!a.support.opacity&&this.style.removeAttribute("filter"),b.callback&&b.callback.apply(this,arguments),c.dequeue()}})})}})(jQuery) -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/ui/i18n/jquery.ui.datepicker-tr.js: -------------------------------------------------------------------------------- 1 | /* Turkish initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Izzet Emre Erkan (kara@karalamalar.net). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['tr'] = { 5 | closeText: 'kapat', 6 | prevText: '<geri', 7 | nextText: 'ileri>', 8 | currentText: 'bugün', 9 | monthNames: ['Ocak','Şubat','Mart','Nisan','Mayıs','Haziran', 10 | 'Temmuz','Ağustos','Eylül','Ekim','Kasım','Aralık'], 11 | monthNamesShort: ['Oca','Şub','Mar','Nis','May','Haz', 12 | 'Tem','Ağu','Eyl','Eki','Kas','Ara'], 13 | dayNames: ['Pazar','Pazartesi','Salı','Çarşamba','Perşembe','Cuma','Cumartesi'], 14 | dayNamesShort: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'], 15 | dayNamesMin: ['Pz','Pt','Sa','Ça','Pe','Cu','Ct'], 16 | weekHeader: 'Hf', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['tr']); 23 | }); -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/ui/i18n/jquery.ui.datepicker-ca.js: -------------------------------------------------------------------------------- 1 | /* Inicialització en català per a l'extenció 'calendar' per jQuery. */ 2 | /* Writers: (joan.leon@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['ca'] = { 5 | closeText: 'Tancar', 6 | prevText: '<Ant', 7 | nextText: 'Seg>', 8 | currentText: 'Avui', 9 | monthNames: ['Gener','Febrer','Març','Abril','Maig','Juny', 10 | 'Juliol','Agost','Setembre','Octubre','Novembre','Desembre'], 11 | monthNamesShort: ['Gen','Feb','Mar','Abr','Mai','Jun', 12 | 'Jul','Ago','Set','Oct','Nov','Des'], 13 | dayNames: ['Diumenge','Dilluns','Dimarts','Dimecres','Dijous','Divendres','Dissabte'], 14 | dayNamesShort: ['Dug','Dln','Dmt','Dmc','Djs','Dvn','Dsb'], 15 | dayNamesMin: ['Dg','Dl','Dt','Dc','Dj','Dv','Ds'], 16 | weekHeader: 'Sm', 17 | dateFormat: 'dd/mm/yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['ca']); 23 | }); -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/ui/i18n/jquery.ui.datepicker-sq.js: -------------------------------------------------------------------------------- 1 | /* Albanian initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Flakron Bytyqi (flakron@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['sq'] = { 5 | closeText: 'mbylle', 6 | prevText: '<mbrapa', 7 | nextText: 'Përpara>', 8 | currentText: 'sot', 9 | monthNames: ['Janar','Shkurt','Mars','Prill','Maj','Qershor', 10 | 'Korrik','Gusht','Shtator','Tetor','Nëntor','Dhjetor'], 11 | monthNamesShort: ['Jan','Shk','Mar','Pri','Maj','Qer', 12 | 'Kor','Gus','Sht','Tet','Nën','Dhj'], 13 | dayNames: ['E Diel','E Hënë','E Martë','E Mërkurë','E Enjte','E Premte','E Shtune'], 14 | dayNamesShort: ['Di','Hë','Ma','Më','En','Pr','Sh'], 15 | dayNamesMin: ['Di','Hë','Ma','Më','En','Pr','Sh'], 16 | weekHeader: 'Ja', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['sq']); 23 | }); 24 | -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/ui/i18n/jquery.ui.datepicker-tj.js: -------------------------------------------------------------------------------- 1 | /* Tajiki (UTF-8) initialisation for the jQuery UI date picker plugin. */ 2 | /* Written by Abdurahmon Saidov (saidovab@gmail.com). */ 3 | jQuery(function($){ 4 | $.datepicker.regional['tj'] = { 5 | closeText: 'Идома', 6 | prevText: '<Қафо', 7 | nextText: 'Пеш>', 8 | currentText: 'Имрӯз', 9 | monthNames: ['Январ','Феврал','Март','Апрел','Май','Июн', 10 | 'Июл','Август','Сентябр','Октябр','Ноябр','Декабр'], 11 | monthNamesShort: ['Янв','Фев','Мар','Апр','Май','Июн', 12 | 'Июл','Авг','Сен','Окт','Ноя','Дек'], 13 | dayNames: ['якшанбе','душанбе','сешанбе','чоршанбе','панҷшанбе','ҷумъа','шанбе'], 14 | dayNamesShort: ['якш','душ','сеш','чор','пан','ҷум','шан'], 15 | dayNamesMin: ['Як','Дш','Сш','Чш','Пш','Ҷм','Шн'], 16 | weekHeader: 'Хф', 17 | dateFormat: 'dd.mm.yy', 18 | firstDay: 1, 19 | isRTL: false, 20 | showMonthAfterYear: false, 21 | yearSuffix: ''}; 22 | $.datepicker.setDefaults($.datepicker.regional['tj']); 23 | }); -------------------------------------------------------------------------------- /htdocs/lib/js/development-bundle/demos/datepicker/inline.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |Display the datepicker embedded in the page instead of in an overlay. Simply call .datepicker() on a div instead of an input.
30 |You are now logged out of RCloud. Log back in.
17 | ', if (isTRUE(getConf("github.auth") == "exec.token") || !nzchar(rcloud.config('github.base.url'))) "" else paste0( 18 | 'However, you may still be logged into GitHub, 19 | use GitHub Logout to log out of there as well.'),' 20 |