Page MenuHomeSolus

D11511.id27862.diff
No OneTemporary

D11511.id27862.diff

diff --git a/abi_used_libs b/abi_used_libs
--- a/abi_used_libs
+++ b/abi_used_libs
@@ -30,4 +30,5 @@
libstdc++.so.6
libutil.so.1
libuuid.so.1
+libyaml-cpp.so.0.6
libz.so.1
diff --git a/abi_used_symbols b/abi_used_symbols
--- a/abi_used_symbols
+++ b/abi_used_symbols
@@ -12,6 +12,8 @@
UNKNOWN:_ZNK5boost16re_detail_10720031cpp_regex_traits_implementationIcE9transformB5cxx11EPKcS4_
UNKNOWN:_ZNK5boost16re_detail_10720031cpp_regex_traits_implementationIwE17transform_primaryB5cxx11EPKwS4_
UNKNOWN:_ZNK5boost16re_detail_10720031cpp_regex_traits_implementationIwE9transformB5cxx11EPKwS4_
+UNKNOWN:_ZTIN4YAML11InvalidNodeE
+UNKNOWN:_ZTIN4YAML13BadConversionE
UNKNOWN:_ZTIN4soci10soci_errorE
UNKNOWN:_ZTIN4soci7details17standard_use_typeE
UNKNOWN:_ZTIN4soci7details18standard_into_typeE
@@ -20,6 +22,10 @@
UNKNOWN:_ZTIN5boost15program_options22error_with_option_nameE
UNKNOWN:_ZTIN5boost15program_options29value_semantic_codecvt_helperIcEE
UNKNOWN:_ZTIN5boost6detail16thread_data_baseE
+UNKNOWN:_ZTVN4YAML11InvalidNodeE
+UNKNOWN:_ZTVN4YAML13BadConversionE
+UNKNOWN:_ZTVN4YAML23RepresentationExceptionE
+UNKNOWN:_ZTVN4YAML9ExceptionE
UNKNOWN:_ZTVN4soci7details17standard_use_typeE
UNKNOWN:_ZTVN5boost15program_options13variables_mapE
UNKNOWN:_ZTVN5boost15program_options22error_with_option_nameE
@@ -817,7 +823,6 @@
libR.so:REAL
libR.so:REprintf
libR.so:R_BaseEnv
-libR.so:R_BaseNamespace
libR.so:R_BindingIsActive
libR.so:R_CHAR
libR.so:R_CheckDeviceAvailable
@@ -843,16 +848,19 @@
libR.so:R_MakeWeakRefC
libR.so:R_MissingArg
libR.so:R_NaInt
+libR.so:R_NaReal
libR.so:R_NaString
libR.so:R_NameSymbol
libR.so:R_NamesSymbol
libR.so:R_NamespaceEnvSpec
libR.so:R_NamespaceRegistry
+libR.so:R_NegInf
libR.so:R_NilValue
libR.so:R_Outputfile
libR.so:R_PackageEnvName
libR.so:R_ParseVector
libR.so:R_PolledEvents
+libR.so:R_PosInf
libR.so:R_PreserveObject
libR.so:R_RegisterCFinalizer
libR.so:R_ReleaseObject
@@ -1465,6 +1473,7 @@
libstdc++.so.6:_ZNSo9_M_insertImEERSoT_
libstdc++.so.6:_ZNSo9_M_insertIxEERSoT_
libstdc++.so.6:_ZNSo9_M_insertIyEERSoT_
+libstdc++.so.6:_ZNSoC2Ev
libstdc++.so.6:_ZNSolsEPSt15basic_streambufIcSt11char_traitsIcEE
libstdc++.so.6:_ZNSolsEi
libstdc++.so.6:_ZNSt11logic_errorC1EPKc
@@ -1523,6 +1532,7 @@
libstdc++.so.6:_ZNSt15basic_streambufIcSt11char_traitsIcEE9pbackfailEi
libstdc++.so.6:_ZNSt15basic_streambufIcSt11char_traitsIcEE9showmanycEv
libstdc++.so.6:_ZNSt15basic_streambufIcSt11char_traitsIcEE9underflowEv
+libstdc++.so.6:_ZNSt15basic_streambufIcSt11char_traitsIcEEC2Ev
libstdc++.so.6:_ZNSt16invalid_argumentC1EPKc
libstdc++.so.6:_ZNSt16invalid_argumentC1ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
libstdc++.so.6:_ZNSt16invalid_argumentD1Ev
@@ -1532,6 +1542,7 @@
libstdc++.so.6:_ZNSt3_V215system_categoryEv
libstdc++.so.6:_ZNSt3_V216generic_categoryEv
libstdc++.so.6:_ZNSt5ctypeIcE2idE
+libstdc++.so.6:_ZNSt6chrono3_V212steady_clock3nowEv
libstdc++.so.6:_ZNSt6chrono3_V212system_clock3nowEv
libstdc++.so.6:_ZNSt6locale5_Impl16_M_install_facetEPKNS_2idEPKNS_5facetE
libstdc++.so.6:_ZNSt6locale5_ImplC1ERKS0_m
@@ -1731,6 +1742,11 @@
libutil.so.1:forkpty
libuuid.so.1:uuid_generate_random
libuuid.so.1:uuid_unparse_lower
+libyaml-cpp.so.0.6:_ZN4YAML11InvalidNodeD1Ev
+libyaml-cpp.so.0.6:_ZN4YAML13BadConversionD2Ev
+libyaml-cpp.so.0.6:_ZN4YAML4LoadERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
+libyaml-cpp.so.0.6:_ZN4YAML6detail9node_data3endEv
+libyaml-cpp.so.0.6:_ZN4YAML6detail9node_data5beginEv
libz.so.1:deflate
libz.so.1:deflateEnd
libz.so.1:deflateInit2_
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : rstudio
-version : 1.4.1103
-release : 19
+version : 1.4.1717
+release : 20
source :
- - https://github.com/rstudio/rstudio/archive/v1.4.1103.tar.gz : e448aaaf7ac7f4fd97197250762bfd28195c71abfd67db6f952463dea552be4c
+ - https://github.com/rstudio/rstudio/archive/v1.4.1717.tar.gz : 3af234180fd7cef451aef40faac2c7b52860f14a322244c1c7aede029814d261
license : AGPL-3.0
component : programming.ide
summary : Integrated development environment (IDE) for R
@@ -21,6 +21,7 @@
- pkgconfig(Qt5XmlPatterns)
- pkgconfig(libpq)
- pkgconfig(sqlite3)
+ - pkgconfig(yaml-cpp)
- apache-ant
- libboost-devel
- pandoc
@@ -34,6 +35,9 @@
# Defeat build 'checks'
pushd dependencies/common
install -d dictionaries libclang/{3.5,builtin-headers} mathjax-27 rmarkdown rsconnect node/10.19.0/bin
+ ln -s dictionaries $workdir/dependencies/dictionaries
+ ln -s mathjax-27 $workdir/dependencies/mathjax-27
+ ln -s pandoc $workdir/dependencies/pandoc
# Couldn't check PATH obviously.
ln -s /usr/bin/node $workdir/dependencies/common/node/10.19.0/bin/
@@ -56,6 +60,7 @@
-DCMAKE_INSTALL_PREFIX=/usr/share/rstudio \
-DRSTUDIO_USE_SYSTEM_BOOST=ON \
-DRSTUDIO_USE_SYSTEM_SOCI=ON \
+ -DRSTUDIO_USE_SYSTEM_YAML_CPP=ON \
-DRSTUDIO_BOOST_SIGNALS_VERSION=2
build : |
%ninja_build
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>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>kevin keogh</Name>
+ <Email>kevin@kevindkeogh.com</Email>
</Packager>
<License>AGPL-3.0</License>
<PartOf>programming.ide</PartOf>
@@ -48,6 +48,7 @@
<Path fileType="data">/usr/share/rstudio/R/Tools.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/ModuleTools.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/NotebookAlternateEngines.R</Path>
+ <Path fileType="data">/usr/share/rstudio/R/modules/NotebookConditions.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/NotebookData.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/NotebookErrors.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/NotebookHtmlWidgets.R</Path>
@@ -103,6 +104,7 @@
<Path fileType="data">/usr/share/rstudio/R/modules/SessionSpelling.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionSql.R</Path>
<Path fileType="data">/usr/share/rstudio/R/modules/SessionStan.R</Path>
+ <Path fileType="data">/usr/share/rstudio/R/modules/SessionSystemResources.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>
@@ -177,6 +179,8 @@
<Path fileType="data">/usr/share/rstudio/resources/connections/drivers/redshiftlarge.png</Path>
<Path fileType="data">/usr/share/rstudio/resources/connections/drivers/salesforce.png</Path>
<Path fileType="data">/usr/share/rstudio/resources/connections/drivers/salesforcelarge.png</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/connections/drivers/snowflake.png</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/connections/drivers/snowflakelarge.png</Path>
<Path fileType="data">/usr/share/rstudio/resources/connections/drivers/spark.png</Path>
<Path fileType="data">/usr/share/rstudio/resources/connections/drivers/sparklarge.png</Path>
<Path fileType="data">/usr/share/rstudio/resources/connections/drivers/sqlite.png</Path>
@@ -410,6 +414,12 @@
<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/terminal/bash/.bash_profile</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/terminal/hooks</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/terminal/zsh/.zlogin</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/terminal/zsh/.zprofile</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/terminal/zsh/.zshenv</Path>
+ <Path fileType="data">/usr/share/rstudio/resources/terminal/zsh/.zshrc</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>
@@ -451,25 +461,25 @@
<Path fileType="data">/usr/share/rstudio/resources/tutorial_resources/rstudio-logo.png</Path>
<Path fileType="data">/usr/share/rstudio/resources/xref.lua</Path>
<Path fileType="data">/usr/share/rstudio/rstudio.png</Path>
- <Path fileType="data">/usr/share/rstudio/www-symbolmaps/0A15AF834111582CAFD28B1DE8AE0F86.symbolMap</Path>
- <Path fileType="data">/usr/share/rstudio/www-symbolmaps/0D2F4ABBDC91A9EFD851407120968EAB.symbolMap</Path>
- <Path fileType="data">/usr/share/rstudio/www-symbolmaps/2812E731F28FB3BA6BF854A593E16A5B.symbolMap</Path>
- <Path fileType="data">/usr/share/rstudio/www-symbolmaps/5E4C617CB08266966F7E2B07AB5133E9.symbolMap</Path>
- <Path fileType="data">/usr/share/rstudio/www-symbolmaps/7B512953F4249146348AD37EE6FA57A1.symbolMap</Path>
- <Path fileType="data">/usr/share/rstudio/www-symbolmaps/7EFFAAF6F56A05A8214044A1392CBD1F.symbolMap</Path>
- <Path fileType="data">/usr/share/rstudio/www-symbolmaps/DB605B45246DAB2E3B804F336B2EE6AA.symbolMap</Path>
- <Path fileType="data">/usr/share/rstudio/www-symbolmaps/DFF1C40C97E959CF02FA06C16D2A64DA.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www-symbolmaps/035133B57C3539D22157DB46260A0E37.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www-symbolmaps/60BF1742A8F6027354B195AD97E381A7.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www-symbolmaps/6ACF90BFCD6608A69C975363EAF022B5.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www-symbolmaps/9FE0E85792C5AA7F6C9229DC4188A0B4.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www-symbolmaps/D293CCDCC827DEE3BB05EEE7C55B6AFD.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www-symbolmaps/D58C423779F59B9B7C4CB25BCF3564FC.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www-symbolmaps/DC622A74215DC474E60D1C0ADAEA77E3.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www-symbolmaps/F72BC7D13C53D3AC5D489491F5D3823F.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/0A15AF834111582CAFD28B1DE8AE0F86.symbolMap</Path>
- <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/0D2F4ABBDC91A9EFD851407120968EAB.symbolMap</Path>
- <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/2812E731F28FB3BA6BF854A593E16A5B.symbolMap</Path>
- <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/5E4C617CB08266966F7E2B07AB5133E9.symbolMap</Path>
- <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/7B512953F4249146348AD37EE6FA57A1.symbolMap</Path>
- <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/7EFFAAF6F56A05A8214044A1392CBD1F.symbolMap</Path>
- <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/DB605B45246DAB2E3B804F336B2EE6AA.symbolMap</Path>
- <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/DFF1C40C97E959CF02FA06C16D2A64DA.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/035133B57C3539D22157DB46260A0E37.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/60BF1742A8F6027354B195AD97E381A7.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/6ACF90BFCD6608A69C975363EAF022B5.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/9FE0E85792C5AA7F6C9229DC4188A0B4.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/D293CCDCC827DEE3BB05EEE7C55B6AFD.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/D58C423779F59B9B7C4CB25BCF3564FC.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/DC622A74215DC474E60D1C0ADAEA77E3.symbolMap</Path>
+ <Path fileType="data">/usr/share/rstudio/www/WEB-INF/deploy/rstudio/symbolMaps/F72BC7D13C53D3AC5D489491F5D3823F.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>
@@ -483,17 +493,13 @@
<Path fileType="data">/usr/share/rstudio/www/images/favicon.ico</Path>
<Path fileType="data">/usr/share/rstudio/www/images/offline.png</Path>
<Path fileType="data">/usr/share/rstudio/www/images/progress_large.gif</Path>
+ <Path fileType="data">/usr/share/rstudio/www/images/rstudio-dark.png</Path>
<Path fileType="data">/usr/share/rstudio/www/images/rstudio-logo.png</Path>
<Path fileType="data">/usr/share/rstudio/www/images/rstudio.png</Path>
<Path fileType="data">/usr/share/rstudio/www/images/signOut.png</Path>
<Path fileType="data">/usr/share/rstudio/www/images/warning.png</Path>
<Path fileType="data">/usr/share/rstudio/www/index.htm</Path>
<Path fileType="data">/usr/share/rstudio/www/js/.gitignore</Path>
- <Path fileType="data">/usr/share/rstudio/www/js/core-js/LICENSE</Path>
- <Path fileType="data">/usr/share/rstudio/www/js/core-js/index.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/js/core-js/minified.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/js/core-js/minified.js.map</Path>
- <Path fileType="data">/usr/share/rstudio/www/js/core-js/package.json</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>
@@ -503,6 +509,7 @@
<Path fileType="data">/usr/share/rstudio/www/js/panmirror/panmirror.js</Path>
<Path fileType="data">/usr/share/rstudio/www/js/panmirror/panmirror_quantum.js.map</Path>
<Path fileType="data">/usr/share/rstudio/www/js/panmirror/prosemirror-dev-tools.min.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/js/signin.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>
@@ -511,282 +518,289 @@
<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/035133B57C3539D22157DB46260A0E37.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/0A15AF834111582CAFD28B1DE8AE0F86.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/0D2F4ABBDC91A9EFD851407120968EAB.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/0EB630DA15DFEC65FEFAF62A99058722.cache.js</Path>
<Path fileType="data">/usr/share/rstudio/www/rstudio/1D1FF86B2B185D08BD1761C4692239BF.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/2812E731F28FB3BA6BF854A593E16A5B.cache.js</Path>
<Path fileType="data">/usr/share/rstudio/www/rstudio/339D7523F4193E7F5E986EB3E4A315E5.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/3413DEAAF5A1ED116ED4F2DFE80D2F3C.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/4032CB57FF3A58D9FCAE4CBA2130587E.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/4428B15A8D346B62C0D12797756FEF2F.cache.js</Path>
<Path fileType="data">/usr/share/rstudio/www/rstudio/44A535C08AF4AF2CEADECC0E538AD04B.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/4D4C9940E9159570E36F67B65E5ABD5D.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/5A17F4C6542C56905E3FF996A2A664D0.cache.js</Path>
<Path fileType="data">/usr/share/rstudio/www/rstudio/5B69FC9A48786232C983FE13456B9BB9.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/5E4C617CB08266966F7E2B07AB5133E9.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/7B512953F4249146348AD37EE6FA57A1.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/7EFFAAF6F56A05A8214044A1392CBD1F.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/60BF1742A8F6027354B195AD97E381A7.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/6ACF90BFCD6608A69C975363EAF022B5.cache.js</Path>
<Path fileType="data">/usr/share/rstudio/www/rstudio/8F7951420339BE404651DAC70BD1C264.cache.css</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/9400EED8EF7452339A24D506F2244B4A.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/9C73BF5640B8996173AB7EBDD2C8602E.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/9FE0E85792C5AA7F6C9229DC4188A0B4.cache.js</Path>
<Path fileType="data">/usr/share/rstudio/www/rstudio/A17593807FCAEB404A8229B8F38A0694.cache.css</Path>
<Path fileType="data">/usr/share/rstudio/www/rstudio/AC5AADB35BD3AFF301FEFC583AAFE0E0.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/BC8BD6DE5186336F16451B8B341D82E6.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/DB605B45246DAB2E3B804F336B2EE6AA.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/DFF1C40C97E959CF02FA06C16D2A64DA.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/ED34C7284F6CF0E08BB61C4820E7F279.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/FEE9FF2946A84AC5E9485866BBA1759E.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/D293CCDCC827DEE3BB05EEE7C55B6AFD.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/D58C423779F59B9B7C4CB25BCF3564FC.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/DC622A74215DC474E60D1C0ADAEA77E3.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/F72BC7D13C53D3AC5D489491F5D3823F.cache.js</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/0A15AF834111582CAFD28B1DE8AE0F86/1.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/10.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/11.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/12.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/13.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/14.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/15.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/16.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/17.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/18.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/19.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/2.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/20.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/21.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/22.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/23.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/24.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/25.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/26.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/27.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/28.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/29.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/3.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/4.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/5.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/6.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/7.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/8.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0A15AF834111582CAFD28B1DE8AE0F86/9.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/1.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/10.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/11.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/12.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/13.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/14.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/15.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/16.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/17.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/18.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/19.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/2.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/20.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/21.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/22.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/23.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/24.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/25.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/26.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/27.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/28.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/29.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/3.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/4.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/5.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/6.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/7.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/8.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/0D2F4ABBDC91A9EFD851407120968EAB/9.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/1.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/10.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/11.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/12.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/13.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/14.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/15.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/16.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/17.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/18.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/19.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/2.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/20.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/21.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/22.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/23.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/24.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/25.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/26.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/27.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/28.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/29.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/3.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/4.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/5.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/6.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/7.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/8.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/2812E731F28FB3BA6BF854A593E16A5B/9.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/1.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/10.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/11.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/12.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/13.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/14.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/15.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/16.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/17.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/18.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/19.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/2.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/20.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/21.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/22.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/23.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/24.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/25.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/26.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/27.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/28.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/29.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/3.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/4.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/5.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/6.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/7.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/8.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/5E4C617CB08266966F7E2B07AB5133E9/9.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/1.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/10.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/11.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/12.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/13.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/14.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/15.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/16.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/17.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/18.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/19.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/2.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/20.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/21.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/22.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/23.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/24.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/25.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/26.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/27.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/28.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/29.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/3.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/4.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/5.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/6.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/7.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/8.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7B512953F4249146348AD37EE6FA57A1/9.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/1.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/10.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/11.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/12.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/13.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/14.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/15.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/16.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/17.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/18.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/19.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/2.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/20.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/21.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/22.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/23.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/24.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/25.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/26.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/27.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/28.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/29.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/3.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/4.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/5.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/6.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/7.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/8.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/7EFFAAF6F56A05A8214044A1392CBD1F/9.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/1.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/10.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/11.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/12.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/13.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/14.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/15.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/16.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/17.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/18.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/19.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/2.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/20.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/21.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/22.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/23.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/24.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/25.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/26.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/27.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/28.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/29.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/3.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/4.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/5.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/6.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/7.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/8.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DB605B45246DAB2E3B804F336B2EE6AA/9.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/1.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/10.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/11.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/12.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/13.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/14.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/15.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/16.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/17.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/18.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/19.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/2.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/20.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/21.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/22.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/23.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/24.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/25.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/26.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/27.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/28.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/29.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/3.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/4.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/5.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/6.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/7.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/8.cache.js</Path>
- <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DFF1C40C97E959CF02FA06C16D2A64DA/9.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/1.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/10.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/11.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/12.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/13.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/14.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/15.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/16.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/17.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/18.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/19.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/2.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/20.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/21.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/22.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/23.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/24.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/25.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/26.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/27.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/28.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/29.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/3.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/30.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/4.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/5.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/6.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/7.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/8.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/035133B57C3539D22157DB46260A0E37/9.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/1.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/10.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/11.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/12.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/13.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/14.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/15.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/16.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/17.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/18.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/19.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/2.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/20.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/21.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/22.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/23.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/24.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/25.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/26.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/27.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/28.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/29.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/3.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/30.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/4.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/5.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/6.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/7.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/8.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/60BF1742A8F6027354B195AD97E381A7/9.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/1.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/10.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/11.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/12.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/13.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/14.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/15.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/16.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/17.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/18.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/19.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/2.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/20.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/21.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/22.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/23.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/24.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/25.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/26.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/27.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/28.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/29.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/3.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/30.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/4.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/5.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/6.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/7.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/8.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/6ACF90BFCD6608A69C975363EAF022B5/9.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/1.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/10.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/11.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/12.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/13.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/14.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/15.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/16.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/17.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/18.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/19.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/2.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/20.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/21.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/22.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/23.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/24.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/25.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/26.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/27.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/28.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/29.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/3.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/30.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/4.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/5.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/6.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/7.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/8.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/9FE0E85792C5AA7F6C9229DC4188A0B4/9.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/1.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/10.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/11.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/12.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/13.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/14.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/15.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/16.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/17.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/18.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/19.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/2.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/20.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/21.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/22.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/23.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/24.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/25.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/26.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/27.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/28.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/29.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/3.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/30.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/4.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/5.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/6.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/7.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/8.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D293CCDCC827DEE3BB05EEE7C55B6AFD/9.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/1.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/10.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/11.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/12.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/13.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/14.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/15.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/16.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/17.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/18.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/19.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/2.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/20.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/21.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/22.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/23.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/24.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/25.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/26.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/27.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/28.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/29.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/3.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/30.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/4.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/5.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/6.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/7.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/8.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/D58C423779F59B9B7C4CB25BCF3564FC/9.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/1.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/10.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/11.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/12.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/13.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/14.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/15.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/16.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/17.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/18.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/19.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/2.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/20.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/21.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/22.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/23.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/24.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/25.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/26.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/27.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/28.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/29.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/3.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/30.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/4.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/5.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/6.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/7.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/8.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/DC622A74215DC474E60D1C0ADAEA77E3/9.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/1.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/10.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/11.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/12.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/13.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/14.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/15.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/16.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/17.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/18.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/19.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/2.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/20.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/21.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/22.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/23.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/24.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/25.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/26.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/27.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/28.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/29.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/3.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/30.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/4.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/5.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/6.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/7.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/8.cache.js</Path>
+ <Path fileType="data">/usr/share/rstudio/www/rstudio/deferredjs/F72BC7D13C53D3AC5D489491F5D3823F/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/signin.css</Path>
<Path fileType="data">/usr/share/rstudio/www/templates/encrypted-sign-in.htm</Path>
<Path fileType="data">/usr/share/rstudio/www/unsupported_browser.htm</Path>
<Path fileType="data">/usr/share/rstudio/www/webkit.nocache.html</Path>
</Files>
</Package>
<History>
- <Update release="19">
- <Date>2021-06-15</Date>
- <Version>1.4.1103</Version>
+ <Update release="20">
+ <Date>2021-07-22</Date>
+ <Version>1.4.1717</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>kevin keogh</Name>
+ <Email>kevin@kevindkeogh.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Sat, Aug 12, 1:40 AM (3 h, 13 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5808176
Default Alt Text
D11511.id27862.diff (80 KB)

Event Timeline