Page MenuHomeSolus

D9012.id21933.diff
No OneTemporary

D9012.id21933.diff

diff --git a/abi_symbols b/abi_symbols
new file mode 100644
diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -10,21 +10,17 @@
libQt5WebEngineWidgets.so.5
libQt5Widgets.so.5
libR.so
-libboost_date_time.so.1.66.0
-libboost_filesystem.so.1.66.0
-libboost_iostreams.so.1.66.0
-libboost_program_options.so.1.66.0
-libboost_regex.so.1.66.0
-libboost_signals.so.1.66.0
-libboost_system.so.1.66.0
-libboost_thread.so.1.66.0
+libboost_date_time.so.1.72.0
+libboost_filesystem.so.1.72.0
+libboost_iostreams.so.1.72.0
+libboost_program_options.so.1.72.0
+libboost_regex.so.1.72.0
+libboost_thread.so.1.72.0
libc.so.6
-libcrypto.so.1.0.0
+libcrypto.so.1.1
libdl.so.2
libgcc_s.so.1
-libm.so.6
libpthread.so.0
-libssl.so.1.0.0
libstdc++.so.6
libutil.so.1
libuuid.so.1
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,16 +1,15 @@
name : rstudio
-version : 1.2.5033
-release : 16
+version : 1.3.959
+release : 17
source :
- - https://github.com/rstudio/rstudio/archive/v1.2.5033.tar.gz : ff5115bda56ee0fdee0ae2eb014ce5379774aeb3714a257a52da5b91a95e4408
- - https://s3.amazonaws.com/rstudio-buildtools/gin-2.1.2.zip : b98e704164f54be596779696a3fcd11be5785c9907a99ec535ff6e9525ad5f9a
- - https://s3.amazonaws.com/rstudio-buildtools/gwt-2.8.1.zip : 0b7af89fdadb4ec51cdb400ace94637d6fe9ffa401b168e2c3d372392a00a0a7
+ - https://github.com/rstudio/rstudio/archive/v1.3.959.tar.gz : 5c89fe18e3d5ead0e7921c88e5fb42ed816823238e84135f5e9e3a364d35fcc1
license : AGPL-3.0
component : programming.ide
summary : Integrated development environment (IDE) for R
description: |
RStudio is an integrated development environment (IDE) for the R programming language.
builddeps :
+ - pkgconfig(gl)
- pkgconfig(libR)
- pkgconfig(Qt5Positioning)
- pkgconfig(Qt5Quick)
@@ -26,23 +25,15 @@
rundeps :
- r
setup : |
- GWT_VER=2.8.1
- GIN_VER=2.1.2
- mkdir -p src/gwt/lib/gwt
- unzip -qd . $sources/gwt-${GWT_VER}.zip
- mv gwt-${GWT_VER} src/gwt/lib/gwt/${GWT_VER}
-
- mkdir -p src/gwt/lib/gin/${GIN_VER}
- unzip -qd src/gwt/lib/gin/${GIN_VER} $sources/gin-${GIN_VER}.zip
-
#Defeat build 'checks'
cd dependencies/common
- install -d dictionaries libclang/{3.5,builtin-headers} mathjax-26 pandoc rmarkdown rsconnect
+ install -d dictionaries libclang/{3.5,builtin-headers} mathjax-27 pandoc rmarkdown rsconnect
cd ../..
%cmake -DRSTUDIO_TARGET=Desktop \
-DQT_QMAKE_EXECUTABLE=/usr/bin/qmake \
- -DCMAKE_INSTALL_PREFIX=/usr/share/rstudio
+ -DCMAKE_INSTALL_PREFIX=/usr/share/rstudio \
+ -DRSTUDIO_BOOST_SIGNALS_VERSION=2
build : |
%make
install : |
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>rstudio</Name>
<Packager>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>AGPL-3.0</License>
<PartOf>programming.ide</PartOf>
@@ -52,6 +52,7 @@
<Path fileType="data">/usr/share/rstudio/R/modules/NotebookErrors.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/NotebookHtmlWidgets.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/NotebookPlots.R</Path>
+ <Path fileType="data">/usr/share/rstudio/R/modules/RStudioAPI.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionAskPass.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionAskSecret.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionAuthoring.R</Path>
@@ -60,7 +61,6 @@
<Path fileType="data">/usr/share/rstudio/R/modules/SessionClang.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionCodeTools.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionCompileAttributes.R</Path>
- <Path fileType="data">/usr/share/rstudio/R/modules/SessionCompletionHooks.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionConnections.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionConnectionsInstaller.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionConsole.R</Path>
@@ -68,6 +68,7 @@
<Path fileType="data">/usr/share/rstudio/R/modules/SessionDataImportV2.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionDataPreview.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionDataViewer.R</Path>
+ <Path fileType="data">/usr/share/rstudio/R/modules/SessionDependencies.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionDiagnostics.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionEnvironment.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionErrors.R</Path>
@@ -92,6 +93,7 @@
<Path fileType="data">/usr/share/rstudio/R/modules/SessionRMarkdown.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionRSConnect.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionRUtil.R</Path>
+ <Path fileType="data">/usr/share/rstudio/R/modules/SessionRenv.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionReticulate.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionRmdNotebook.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionShinyViewer.R</Path>
@@ -101,6 +103,7 @@
<Path fileType="data">/usr/share/rstudio/R/modules/SessionStan.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionTests.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionThemes.R</Path>
+ <Path fileType="data">/usr/share/rstudio/R/modules/SessionTutorial.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionUpdates.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionUserCommands.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SourceWithProgress.R</Path>
@@ -176,6 +179,7 @@
<Path fileType="data">/usr/share/rstudio/resources/connections/objects/schema.png</Path>
<Path fileType="data">/usr/share/rstudio/resources/connections/objects/table.png</Path>
<Path fileType="data">/usr/share/rstudio/resources/connections/objects/view.png</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/dependencies/r-packages.json</Path>
<Path fileType="data">/usr/share/rstudio/resources/dictionaries</Path>
<Path fileType="data">/usr/share/rstudio/resources/grid/data-viewer.png</Path>
<Path fileType="data">/usr/share/rstudio/resources/grid/datatables/css/dataTables.scroller.css</Path>
@@ -214,10 +218,14 @@
<Path fileType="data">/usr/share/rstudio/resources/help_resources/r-2x.png</Path>
<Path fileType="data">/usr/share/rstudio/resources/help_resources/rstudio-2x.png</Path>
<Path fileType="data">/usr/share/rstudio/resources/help_resources/tip-2x.png</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/html/connect.html</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/html/error.html</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/html/moc_connect.cpp_parameters</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/html/moc_error.cpp_parameters</Path>
<Path fileType="data">/usr/share/rstudio/resources/markdown.css</Path>
<Path fileType="data">/usr/share/rstudio/resources/markdown.html</Path>
<Path fileType="data">/usr/share/rstudio/resources/markdown_help.html</Path>
- <Path fileType="data">/usr/share/rstudio/resources/mathjax-26</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/mathjax-27</Path>
<Path fileType="data">/usr/share/rstudio/resources/mathjax.html</Path>
<Path fileType="data">/usr/share/rstudio/resources/pagedtable/pagedtable.css</Path>
<Path fileType="data">/usr/share/rstudio/resources/pagedtable/pagedtable.js</Path>
@@ -355,6 +363,8 @@
<Path fileType="data">/usr/share/rstudio/resources/propagate_scroll.js</Path>
<Path fileType="data">/usr/share/rstudio/resources/r_highlight.html</Path>
<Path fileType="data">/usr/share/rstudio/resources/roxygen_help.html</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/schema/user-prefs-schema.json</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/schema/user-state-schema.json</Path>
<Path fileType="data">/usr/share/rstudio/resources/stylesheets/rstudio-gnome-dark.qss</Path>
<Path fileType="data">/usr/share/rstudio/resources/stylesheets/rstudio-gnome-light.qss</Path>
<Path fileType="data">/usr/share/rstudio/resources/stylesheets/rstudio-windows-dark.qss</Path>
@@ -362,25 +372,25 @@
<Path fileType="data">/usr/share/rstudio/resources/templates/.gitignore</Path>
<Path fileType="data">/usr/share/rstudio/resources/templates/ace_theme_template.css</Path>
<Path fileType="data">/usr/share/rstudio/resources/templates/d3.js</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/templates/default.Rd</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/templates/default.Rhtml</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/templates/document.Rmd</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/templates/notebook.Rmd</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/templates/notebook_osx.Rmd</Path>
<Path fileType="data">/usr/share/rstudio/resources/templates/plumber/plumber.R</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/templates/presentation.Rmd</Path>
<Path fileType="data">/usr/share/rstudio/resources/templates/query.sql</Path>
<Path fileType="data">/usr/share/rstudio/resources/templates/r_documentation.Rd</Path>
- <Path fileType="data">/usr/share/rstudio/resources/templates/r_documentation_empty.Rd</Path>
- <Path fileType="data">/usr/share/rstudio/resources/templates/r_html.Rhtml</Path>
- <Path fileType="data">/usr/share/rstudio/resources/templates/r_markdown.Rmd</Path>
- <Path fileType="data">/usr/share/rstudio/resources/templates/r_markdown_notebook.Rmd</Path>
- <Path fileType="data">/usr/share/rstudio/resources/templates/r_markdown_notebook_osx.Rmd</Path>
- <Path fileType="data">/usr/share/rstudio/resources/templates/r_markdown_presentation_shiny.Rmd</Path>
- <Path fileType="data">/usr/share/rstudio/resources/templates/r_markdown_shiny.Rmd</Path>
- <Path fileType="data">/usr/share/rstudio/resources/templates/r_markdown_v2.Rmd</Path>
- <Path fileType="data">/usr/share/rstudio/resources/templates/r_markdown_v2_presentation.Rmd</Path>
<Path fileType="data">/usr/share/rstudio/resources/templates/r_presentation.Rpres</Path>
<Path fileType="data">/usr/share/rstudio/resources/templates/rcpp.cpp</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/templates/shiny.Rmd</Path>
<Path fileType="data">/usr/share/rstudio/resources/templates/shiny/app.R</Path>
<Path fileType="data">/usr/share/rstudio/resources/templates/shiny/server.R</Path>
<Path fileType="data">/usr/share/rstudio/resources/templates/shiny/ui.R</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/templates/shiny_presentation.Rmd</Path>
<Path fileType="data">/usr/share/rstudio/resources/templates/stan.stan</Path>
<Path fileType="data">/usr/share/rstudio/resources/templates/sweave.Rnw</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/templates/v1.Rmd</Path>
<Path fileType="data">/usr/share/rstudio/resources/themes/ambiance.rstheme</Path>
<Path fileType="data">/usr/share/rstudio/resources/themes/chaos.rstheme</Path>
<Path fileType="data">/usr/share/rstudio/resources/themes/chrome.rstheme</Path>
@@ -413,19 +423,31 @@
<Path fileType="data">/usr/share/rstudio/resources/themes/twilight.rstheme</Path>
<Path fileType="data">/usr/share/rstudio/resources/themes/vibrant_ink.rstheme</Path>
<Path fileType="data">/usr/share/rstudio/resources/themes/xcode.rstheme</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/tutorial_resources/index.html</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/tutorial_resources/loading.html</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/tutorial_resources/rstudio-logo.png</Path>
<Path fileType="data">/usr/share/rstudio/rstudio.png</Path>
- <Path fileType="data">/usr/share/rstudio/www-symbolmaps/0E5A65E24C08EAB88C3AB15EE41F06F5.symbolMap</Path>
- <Path fileType="data">/usr/share/rstudio/www-symbolmaps/41D7765BB3AF3BADA7CC7C4CB0071246.symbolMap</Path>
- <Path fileType="data">/usr/share/rstudio/www-symbolmaps/B4FC7B6FDF990B59051D094504C1115D.symbolMap</Path>
- <Path fileType="data">/usr/share/rstudio/www-symbolmaps/C42C702CA488769F06DE9137B68AFEBD.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www-symbolmaps/3111AA339655548EB212DD0D8C805DF7.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www-symbolmaps/476CDC9A1F379E60515FF6F3617F869F.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www-symbolmaps/99E7118FCF66314CC231432B190B54F2.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www-symbolmaps/A822D25E72D5BA513C57F5C174616C3B.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www-symbolmaps/ACA3DD512D93427FD5E9E052E2394281.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www-symbolmaps/DCE037AAD14C58E6A65AFBE99F4DC034.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www-symbolmaps/F03D2995EEC70DE4CD476335DEC0460C.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www-symbolmaps/FAF7CB4A02BA4E22242D14215D314954.symbolMap</Path>
<Path fileType="data">/usr/share/rstudio/www/.gitignore</Path>
<Path fileType="data">/usr/share/rstudio/www/404.htm</Path>
<Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/rpcPolicyManifest/manifest.txt</Path>
- <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/0E5A65E24C08EAB88C3AB15EE41F06F5.symbolMap</Path>
- <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/41D7765BB3AF3BADA7CC7C4CB0071246.symbolMap</Path>
- <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/B4FC7B6FDF990B59051D094504C1115D.symbolMap</Path>
- <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/C42C702CA488769F06DE9137B68AFEBD.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/3111AA339655548EB212DD0D8C805DF7.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/476CDC9A1F379E60515FF6F3617F869F.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/99E7118FCF66314CC231432B190B54F2.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/A822D25E72D5BA513C57F5C174616C3B.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/ACA3DD512D93427FD5E9E052E2394281.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/DCE037AAD14C58E6A65AFBE99F4DC034.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/F03D2995EEC70DE4CD476335DEC0460C.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/FAF7CB4A02BA4E22242D14215D314954.symbolMap</Path>
<Path fileType="data">/usr/share/rstudio/www/css/data.css</Path>
+ <Path fileType="data">/usr/share/rstudio/www/css/focus-visible.css</Path>
<Path fileType="data">/usr/share/rstudio/www/css/icons.css</Path>
<Path fileType="data">/usr/share/rstudio/www/css/page.css</Path>
<Path fileType="data">/usr/share/rstudio/www/docs/keyboard.htm</Path>
@@ -444,6 +466,11 @@
<Path fileType="data">/usr/share/rstudio/www/index.htm</Path>
<Path fileType="data">/usr/share/rstudio/www/js/diff.js</Path>
<Path fileType="data">/usr/share/rstudio/www/js/encrypt.min.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/js/focus-visible.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/js/focus-visible.min.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/js/focus-visible.min.js.map</Path>
+ <Path fileType="data">/usr/share/rstudio/www/js/inert-polyfill.min.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/js/text.min.js</Path>
<Path fileType="data">/usr/share/rstudio/www/js/workers/worker-css.js</Path>
<Path fileType="data">/usr/share/rstudio/www/js/workers/worker-html.js</Path>
<Path fileType="data">/usr/share/rstudio/www/js/workers/worker-javascript.js</Path>
@@ -451,148 +478,280 @@
<Path fileType="data">/usr/share/rstudio/www/progress.htm</Path>
<Path fileType="data">/usr/share/rstudio/www/projectnotfound.htm</Path>
<Path fileType="data">/usr/share/rstudio/www/rstudio.css</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/0B83210F87311321EDBFE0F039B0EA20.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/0E471A7ED100AFCB82EF81C71F4D11F4.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/0E5A65E24C08EAB88C3AB15EE41F06F5.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/1A990FB4A9DA220A788C6ADB35B58BEB.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/3B078A536FB28A282A150679BB677613.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/41D7765BB3AF3BADA7CC7C4CB0071246.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/7F78BE442F3A621AA71804150F547ADB.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/81E36B2EF63F59D153E11C892945386F.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/8941BE0BA4C8BA79DA858FE908DF3AA2.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/96E2166E8CB10B92485546FF6789922C.cache.png</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/9B3C8E3388087096D0F1B7EFDBE92B57.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/A2EB630241A0BFE0FC6785A80D600916.cache.png</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/B23DF67D16D3B3DA4CA9012A7CD1EF5B.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/B4FC7B6FDF990B59051D094504C1115D.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/C42C702CA488769F06DE9137B68AFEBD.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/C8087183744DB1ECD4D64C0557738C24.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/CA5F6D1A81901FD77C617B160C7F315E.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/CF976C431CA9997E6B487BA8D6686C4C.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/E9AADB641A2D348F0DCE8C0DD707A2EA.cache.css</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/EE695D2332E442F1DEDE0B9A5AE0F7BF.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/04FF0D4383C018F807E74B8F81222CCD.cache.png</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/08D39E99E37116919A319FD90BD38C0E.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/3111AA339655548EB212DD0D8C805DF7.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/3867DBE367413C512AA770CB337FEB86.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/3A832DE5313E0710510250E024CE01E0.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/3C918A3F295653EFAD61B2A1CD1783A8.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/44A535C08AF4AF2CEADECC0E538AD04B.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/476CDC9A1F379E60515FF6F3617F869F.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/53B6CED0E814CA13CDC4074FA8812545.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/560A564F93D42622FB7688DA6BEB7BFD.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/5B69FC9A48786232C983FE13456B9BB9.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/99E7118FCF66314CC231432B190B54F2.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/A3A30D8171443AC4084977798C913C47.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/A822D25E72D5BA513C57F5C174616C3B.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/ACA3DD512D93427FD5E9E052E2394281.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/B8E4FCD4D1B1C36F00C832405013A60B.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/C4F4A22383F9593533D714C3C1C637D0.cache.png</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/D1DF04970C14BB86C5A411196E422096.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/DCE037AAD14C58E6A65AFBE99F4DC034.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/DE96905D7A09821ADE71A7340482747D.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/ED34C7284F6CF0E08BB61C4820E7F279.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/F03D2995EEC70DE4CD476335DEC0460C.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/FAF7CB4A02BA4E22242D14215D314954.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/FCB0687044D4131EFC82FC35CC7D591F.cache.css</Path>
<Path fileType="data">/usr/share/rstudio/www/rstudio/clear.cache.gif</Path>
<Path fileType="data">/usr/share/rstudio/www/rstudio/compilation-mappings.txt</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/1.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/10.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/11.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/12.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/13.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/14.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/15.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/16.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/17.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/18.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/19.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/2.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/20.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/21.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/22.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/23.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/24.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/25.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/26.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/27.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/28.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/29.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/3.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/30.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/4.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/5.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/6.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/7.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/8.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0E5A65E24C08EAB88C3AB15EE41F06F5/9.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/1.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/10.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/11.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/12.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/13.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/14.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/15.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/16.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/17.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/18.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/19.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/2.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/20.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/21.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/22.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/23.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/24.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/25.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/26.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/27.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/28.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/29.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/3.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/30.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/4.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/5.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/6.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/7.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/8.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/41D7765BB3AF3BADA7CC7C4CB0071246/9.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/1.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/10.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/11.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/12.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/13.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/14.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/15.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/16.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/17.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/18.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/19.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/2.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/20.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/21.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/22.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/23.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/24.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/25.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/26.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/27.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/28.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/29.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/3.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/30.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/4.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/5.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/6.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/7.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/8.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/B4FC7B6FDF990B59051D094504C1115D/9.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/1.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/10.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/11.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/12.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/13.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/14.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/15.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/16.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/17.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/18.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/19.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/2.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/20.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/21.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/22.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/23.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/24.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/25.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/26.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/27.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/28.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/29.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/3.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/30.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/4.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/5.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/6.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/7.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/8.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/C42C702CA488769F06DE9137B68AFEBD/9.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/1.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/10.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/11.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/12.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/13.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/14.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/15.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/16.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/17.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/18.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/19.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/2.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/20.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/21.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/22.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/23.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/24.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/25.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/26.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/27.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/28.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/29.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/3.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/30.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/31.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/4.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/5.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/6.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/7.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/8.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/3111AA339655548EB212DD0D8C805DF7/9.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/1.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/10.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/11.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/12.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/13.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/14.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/15.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/16.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/17.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/18.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/19.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/2.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/20.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/21.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/22.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/23.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/24.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/25.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/26.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/27.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/28.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/29.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/3.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/30.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/31.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/4.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/5.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/6.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/7.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/8.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/476CDC9A1F379E60515FF6F3617F869F/9.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/1.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/10.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/11.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/12.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/13.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/14.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/15.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/16.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/17.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/18.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/19.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/2.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/20.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/21.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/22.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/23.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/24.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/25.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/26.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/27.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/28.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/29.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/3.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/30.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/31.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/4.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/5.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/6.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/7.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/8.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/99E7118FCF66314CC231432B190B54F2/9.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/1.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/10.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/11.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/12.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/13.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/14.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/15.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/16.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/17.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/18.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/19.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/2.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/20.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/21.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/22.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/23.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/24.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/25.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/26.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/27.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/28.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/29.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/3.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/30.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/31.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/4.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/5.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/6.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/7.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/8.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/A822D25E72D5BA513C57F5C174616C3B/9.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/1.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/10.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/11.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/12.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/13.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/14.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/15.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/16.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/17.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/18.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/19.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/2.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/20.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/21.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/22.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/23.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/24.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/25.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/26.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/27.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/28.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/29.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/3.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/30.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/31.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/4.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/5.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/6.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/7.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/8.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/ACA3DD512D93427FD5E9E052E2394281/9.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/1.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/10.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/11.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/12.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/13.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/14.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/15.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/16.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/17.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/18.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/19.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/2.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/20.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/21.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/22.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/23.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/24.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/25.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/26.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/27.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/28.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/29.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/3.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/30.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/31.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/4.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/5.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/6.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/7.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/8.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DCE037AAD14C58E6A65AFBE99F4DC034/9.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/1.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/10.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/11.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/12.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/13.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/14.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/15.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/16.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/17.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/18.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/19.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/2.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/20.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/21.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/22.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/23.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/24.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/25.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/26.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/27.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/28.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/29.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/3.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/30.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/31.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/4.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/5.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/6.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/7.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/8.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F03D2995EEC70DE4CD476335DEC0460C/9.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/1.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/10.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/11.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/12.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/13.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/14.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/15.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/16.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/17.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/18.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/19.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/2.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/20.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/21.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/22.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/23.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/24.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/25.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/26.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/27.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/28.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/29.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/3.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/30.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/31.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/4.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/5.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/6.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/7.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/8.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/FAF7CB4A02BA4E22242D14215D314954/9.cache.js</Path>
<Path fileType="data">/usr/share/rstudio/www/rstudio/rstudio.devmode.js</Path>
<Path fileType="data">/usr/share/rstudio/www/rstudio/rstudio.nocache.js</Path>
<Path fileType="data">/usr/share/rstudio/www/templates/encrypted-sign-in.htm</Path>
@@ -601,12 +760,12 @@
</Files>
</Package>
<History>
- <Update release="16">
- <Date>2020-06-07</Date>
- <Version>1.2.5033</Version>
+ <Update release="17">
+ <Date>2020-06-21</Date>
+ <Version>1.3.959</Version>
<Comment>Packaging update</Comment>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 3:15 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5810117
Default Alt Text
D9012.id21933.diff (70 KB)

Event Timeline