Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: rstudio-desktop | Distribution: SUSE Linux Enterprise 15 SP6 |
Version: 2024.04.0+735 | Vendor: openSUSE |
Release: bp156.1.1 | Build date: Tue May 28 10:45:57 2024 |
Group: Unspecified | Build host: i04-ch1a |
Size: 3719612 | Source RPM: rstudio-2024.04.0+735-bp156.1.1.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/rstudio | |
Summary: Integrated development environment for the R programming language |
RStudio is an integrated development environment (IDE) for the R programming language. Some of its features include: - Customizable workbench with all of the tools required to work with R in one place (console, source, plots, workspace, help, history, etc.). - Syntax highlighting editor with code completion. - Execute code directly from the source editor (line, selection, or file). - Full support for authoring Sweave and TeX documents.
AGPL-3.0-only AND Apache-2.0 AND MPL-1.1 AND LGPL-2.1-or-later AND GPL-2.0-only AND MIT AND W3C-20150513 AND BSD-3-Clause AND (BSL-1.0 OR MIT) AND GPL-3.0-only AND ISC AND OFL-1.1 AND Zlib AND NPL-1.1 AND CC-BY-4.0 AND EPL-1.0
* Tue Apr 30 2024 Aaron Puchert <aaronpuchert@alice-dsl.net> - New upstream release 2024.04.0+735. (boo#1223378) * RStudio now requires R 3.6.0 or newer. * RStudio's auto-completion system now supports ggplot2 aesthetic names and data columns. * RStudio's auto-completion system now supports the display of the "label" attribute. * RStudio Desktop on Windows and Linux supports auto-hiding the menu bar. * RStudio Desktop on Windows and Linux supports full-screen mode via F11. * RStudio Desktop now supports pasting of file paths for files copied to the clipboard. * RStudio now reports a diagnostics warning when `=` (rather than `==`) is used in `if`, `for`, and `while` conditionals. * R projects can be given a custom display name in Project Options. * The automatic display of Copilot code completions can now be controlled via a user preference. * Copilot code suggestions can now be requested via the keyboard shortcut `Ctrl + \`. * The next word in a Copilot code suggestion can now be accepted via `Ctrl + Right` (`Cmd + Right` on macOS). * RStudio now highlights and lints Quarto chunk options in Python code chunks. * RStudio no longer highlights `\[ \]` and `\( \)` Mathjax equations; prefer `$$ $$` and `$ $` instead. * Added cmake option to build RStudio without the check for updates feature. * Allow choosing R from non-standard location at startup. * Add `EnvironmentFile` support to systemd service definitions. * RStudio's GWT sources can now be built with JDKs > 11. * Show grey background instead of solid-white during Desktop startup. * The 'restartSession()' API method gains the 'clean' argument. * 'dot' chunks in R Markdown documents are now executable. * (rstudioapi) Fixed an issue where selectFile() did not parse filter strings in a cross-platform way. * RStudio now reports repository validation errors (if any) when adding secondary repositories in the Global Options -> Packages pane. * The working directory of a background job now defaults to the .Rproj location when a project is open. * Add search results copy button and search results breadcrumbs to RStudio User Guide. * RStudio now supports generation of a Copilot diagnostic report from the Copilot preferences pane. * The RStudio debugger is now better at matching debugged code to source documents. * RStudio no longer includes spurious chunk markers from Copilot completion results. * Added new commands which toggle the maximized state of Console, Source, and Tab Group quadrants [Accessibility]. * RStudio now prints a warning if an overly-long line of console input is truncated when sending to R. * RStudio now supports highlighting of inline YAML chunk options in R Markdown / Quarto documents. * RStudio now supports auto-completion following `@` via `.AtNames`. * RStudio now supports the execution and display of GraphViz (`dot`) graphs in R Markdown / Quarto chunks. * RStudio now supports the execution of chunks with the 'file' option set. * RStudio now supports `LuaLaTeX` to compile Sweave/Rnw documents. * RStudio now supports pasting of file paths for files copied to the clipboard. * Improved support for development documentation when a package has been loaded via `devtools::load_all()`. * Better error message when user preferences fail to save due to folder permissions. * With screen reader support enabled, hitting ESC key allows Tabbing away from editor. - Rebase patches: * 0002-Don-t-install-pandoc-and-mathjax.patch * old-boost.patch * remove-panmirror.patch - Set RSTUDIO_BOOST_REQUESTED_VERSION on all Leap versions. - Relax Java version requirement, Java > 11 is now supported. - Add fix-boost-1.85-build.patch to fix build with Boost 1.85. - Add fix-boost-1.66-build.patch from Michael Pujos to fix build with Leap's older Boost 1.66. We can't use Boost 1.75 because it conflicts with Boost 1.66 required by soci-devel. - Add respect-system-yaml-cpp.patch to make sure our choice of RSTUDIO_USE_SYSTEM_YAML_CPP=TRUE is respected. - Add skip-osrelease.patch to skip parsing of /etc/os-release. * Fri Feb 23 2024 Dominique Leuenberger <dimstar@opensuse.org> - USe %autosetup: all supported openSUSE versions support this by now. * Sat Dec 02 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - New upstream release 2023.09.1+494. - Rebase patches: * 0002-Don-t-install-pandoc-and-mathjax.patch * remove-panmirror.patch * Tue Jun 20 2023 Haochuan Chen <yjcoshc@mail.nankai.edu.cn> - New upstream release 2023.06.0+421. * Sun Apr 02 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - New upstream release 2023.03.0+386. - Replace 0007-use-system-node.patch by remove-panmirror.patch. Building panmirror seems to have gotten more complicated, and I can't figure out how to make it work. So let's remove it for now. - Remove obsolete patches: * 0009-Fix-false-quarto-warning.patch * missing-include.patch - Make 0006-Fix-libclang-usage.patch work with Clang 16. * Sat Mar 04 2023 Aaron Puchert <aaronpuchert@alice-dsl.net> - New upstream release 2022.12.0+353. - Add missing-include.patch to fix build by adding include. - Add unbundle-fmt.patch to use the system version of fmt. - Drop boost_patches.diff that landed upstream. - Use the correct soname for libclang. * Tue Oct 18 2022 Adam Majer <adam.majer@suse.de> - boost_patches.diff old-boost.patch: fix building with Boost 1.66 * Sun Oct 16 2022 Libor Pechacek <lpechacek@gmx.com> - New upstream release v2022.07.2+576. - Added patch 0009-Fix-false-quarto-warning.patch. - Refreshed patches: * 0002-Don-t-install-pandoc-and-mathjax.patch * 0006-Fix-libclang-usage.patch * 0007-use-system-node.patch - Removed patch 0009-Fix-catch-build.patch. * Sat May 21 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - New upstream release v2022.02.2+485. (boo#1198936) - Rebase and simplify patches: * 0001-Unbundle-mathjax-and-pandoc.patch * 0002-Don-t-install-pandoc-and-mathjax.patch * 0007-use-system-node.patch - Drop obsolete 0010-Fix-R-build.patch. * Thu May 19 2022 Aaron Puchert <aaronpuchert@alice-dsl.net> - New upstream release v1.4.1743. - Add 0010-Fix-R-build.patch from upstream to fix build with newer R-core-devel: it just declares the Rf_countContexts locally. * Wed Apr 13 2022 Andreas Schwab <schwab@suse.de> - Build with jdk 11 to fix build failure * Sat Oct 23 2021 Aaron Puchert <aaronpuchert@alice-dsl.net> - Add 0009-Fix-catch-build.patch to fix build with glibc 2.34. * Fri Sep 10 2021 Dominique Leuenberger <dimstar@opensuse.org> - Exclude build for %ix86: not all dependencies are available. * Fri Aug 27 2021 Dan Čermák <dcermak@suse.com> - Add missing symlink to pandoc * Thu Aug 19 2021 Dan Čermák <dcermak@suse.com> - New upstream release v1.4.1717 Rebase patches: * 0001-Unbundle-mathjax-and-pandoc.patch * 0002-Don-t-install-pandoc-and-mathjax.patch * 0003-Fix-rstudio-exec-path.patch * 0004-add-support-for-boost-1.73.patch * 0005-Add-additional-includes-for-aarch64.patch * 0006-Use-system-hunspell.patch * 0007-Fix-libclang-usage.patch * 0008-Add-support-for-RapidJSON-1.1.0-in-Leap-15.2.patch * Tue Apr 06 2021 Dan Čermák <dcermak@suse.com> New upstream release v1.4.1106 Add nodejs dependency bundle for the new visual markdown editor: https://rstudio.github.io/visual-markdown-editing/ Rebase patches: * 0001-Unbundle-mathjax-and-pandoc.patch * 0002-Don-t-install-pandoc-and-mathjax.patch * 0003-Fix-rstudio-exec-path.patch * 0004-add-support-for-boost-1.73.patch * 0005-Add-additional-includes-for-aarch64.patch * 0006-Use-system-hunspell.patch * 0007-Fix-libclang-usage.patch * 0008-Add-support-for-RapidJSON-1.1.0-in-Leap-15.2.patch RStudio 1.4 "Tiger Daylily" Bugfixes Fixed issue where R code input could be executed in the wrong order in some cases (#8837) Fixed issue where default initial working directory was incorrectly set to a project directory (#8683) Fixed issue causing the second inline equation in a paragraph to fail to render in visual editing mode (#8810) Fixed issue where session source database sentinel file was not being written correctly when the session is suspended (#8903) Misc Update Pandoc to 2.11.4 (#8848) Update jQuery to 3.5.1 (Pro #2314) * Mon Jan 18 2021 Dan Čermák <dcermak@suse.com> - New upstream release 1.4.1103 Renamed / rebased patches: * 0005-Use-system-hunspell.patch * 0004-Add-additional-includes-for-aarch64.patch * 0006-Fix-libclang-usage.patch * 0007-use-system-node.patch * Wed Oct 21 2020 Dan Čermák <dcermak@suse.com> New upstream release 1.3.1093 Rebase patches: * 0001-Unbundle-mathjax-and-pandoc.patch * 0002-Don-t-install-pandoc-and-mathjax.patch * 0003-Fix-rstudio-exec-path.patch * 0004-add-support-for-boost-1.73.patch * 0005-Add-additional-includes-for-aarch64.patch * 0006-Use-system-hunspell.patch * 0007-Fix-libclang-usage.patch * 0008-Add-support-for-RapidJSON-1.1.0-in-Leap-15.2.patch * Thu Sep 10 2020 Dan Čermák <dcermak@suse.com> - Allow to build on Leap 15.2 Upstream allows to override the required boost version, which we utilize on Leap 15.2. Added patch: * 0008-Add-support-for-RapidJSON-1.1.0-in-Leap-15.2.patch Rebase patches: * 0001-Unbundle-mathjax-and-pandoc.patch * 0002-Don-t-install-pandoc-and-mathjax.patch * 0003-Fix-rstudio-exec-path.patch * 0004-add-support-for-boost-1.73.patch * 0005-Add-additional-includes-for-aarch64.patch * 0006-Use-system-hunspell.patch * 0007-Fix-libclang-usage.patch * Mon Sep 07 2020 Dan Čermák <dcermak@suse.com> - Remove bundled provides and integrate patches into git Rebase patches: * 0001-Unbundle-mathjax-and-pandoc.patch * 0002-Don-t-install-pandoc-and-mathjax.patch * 0003-Fix-rstudio-exec-path.patch * 0004-add-support-for-boost-1.73.patch * 0005-Add-additional-includes-for-aarch64.patch Remove patches: (integrated into git) * use-system-hunspell.patch * fix-libclang-usage.patch Add patches: * 0006-Use-system-hunspell.patch * 0007-Fix-libclang-usage.patch * Remove the no longer applicable Provides: bundled(hunspell) * Fix lib -> libexec in rstudio-rpmlintrc * Thu Sep 03 2020 Aaron Puchert <aaronpuchert@alice-dsl.net> - Add use-system-hunspell.patch to make compatible with newer versions of hunspell, replace bundled version by system library. - Add fix-libclang-usage.patch to make compatible with newer versions, unbundle clang-c headers and use system headers instead. Also make sure we find the library and the required builtin headers. - Most users won't need pandoc and mathjax, and since they have quite some dependencies of their own, we only recommend them. - Remove bundled zlib files that we don't need. - Put executables specific to -desktop and -server into the subpackages to reduce the number of dependencies if only one of them is needed. (Most notably users installing the server variant won't need Qt libraries.) * Wed Sep 02 2020 Dan Čermák <dcermak@suse.com> - Add patches to support boost >= 1.73 Add patches: * 0004-add-support-for-boost-1.73.patch * 0005-Add-additional-includes-for-aarch64.patch Rebase patches: * 0001-Unbundle-mathjax-and-pandoc.patch * 0002-Don-t-install-pandoc-and-mathjax.patch * 0003-Fix-rstudio-exec-path.patch * Thu Aug 20 2020 Martin Liška <mliska@suse.cz> - Use memoryperjob constraint instead of %limit_build macro. * Wed Aug 19 2020 Dan Čermák <dcermak@suse.com> - New upstream release 1.3.1073 Rebase patches: * 0001-Unbundle-mathjax-and-pandoc.patch * 0002-Don-t-install-pandoc-and-mathjax.patch * 0003-Fix-rstudio-exec-path.patch * Fri Jul 31 2020 Dan Čermák <dcermak@suse.com> - New upstream release 1.3.1056 Drop patch (merged upstream): * 0004-R_Slave-R_NoEcho-for-non-Windows.patch Rebase patches: * 0001-Unbundle-mathjax-and-pandoc.patch * 0002-Don-t-install-pandoc-and-mathjax.patch * 0003-Fix-rstudio-exec-path.patch * Fri Jul 31 2020 Dan Čermák <dcermak@suse.com> - Recommend gcc & g++ so that R modules can be installed * Mon Jun 15 2020 Dan Čermák <dcermak@suse.com> - Correct license of bundled font * Tue Jun 09 2020 Dan Čermák <dcermak@suse.com> - New upstream release 1.3.959 * Fix wrong unbundling of pandoc (boo#1172426) * No longer bundle gwt and gin, these are now included in rstudio's source code. Also, rename gwt to gwt-rstudio, as they now maintain their own fork. * change NOTICE to %license as it is a legal document as well * unbundle rapidjson and websocketpp * find a lot more bundled dependencies and declare them in the spec file including their licenses Drop patches (merged upstream): * 0001-First-pass-at-Boost-1.70-support.patch * 0002-Bump-bundled-gwt-version.patch * 0003-Remove-boost-signals-from-the-required-Boost-librari.patch * 0010-fix-STL-access-undefined-behaviour.patch Drop patches (compatibility with Leap 15.1 dropped as boost is too old): * 0005-Use-std-thread-instead-of-QThread-for-Qt-5.10-suppor.patch * 0006-Add-explicit-include-mutex-for-gcc-7-to-DesktopWebpa.patch * 0007-Remove-PauseChanged-related-handler-from-DownloadHel.patch Rebase patches: * 0004-Unbundle-mathjax-and-pandoc.patch as 0001-Unbundle-mathjax-and-pandoc.patch * 0008-Don-t-install-pandoc-and-mathjax.patch as 0002-Don-t-install-pandoc-and-mathjax.patch * 0009-Fix-rstudio-exec-path.patch as 0003-Fix-rstudio-exec-path.patch * 0011-R_Slave-R_NoEcho-for-non-Windows.patch as 0004-R_Slave-R_NoEcho-for-non-Windows.patch * Wed Apr 29 2020 Dan Čermák <dcermak@suse.com> - New upstream release 1.2.5042 Rebase patches: * 0001-First-pass-at-Boost-1.70-support.patch * 0002-Bump-bundled-gwt-version.patch * 0003-Remove-boost-signals-from-the-required-Boost-librari.patch * 0004-Unbundle-mathjax-and-pandoc.patch * 0005-Use-std-thread-instead-of-QThread-for-Qt-5.10-suppor.patch * 0006-Add-explicit-include-mutex-for-gcc-7-to-DesktopWebpa.patch * 0007-Remove-PauseChanged-related-handler-from-DownloadHel.patch * 0008-Don-t-install-pandoc-and-mathjax.patch * 0009-Fix-rstudio-exec-path.patch * 0010-fix-STL-access-undefined-behaviour.patch Add patch: * 0011-R_Slave-R_NoEcho-for-non-Windows.patch (fixes FTBFS with newest version of R) * Tue Mar 10 2020 Dan Čermák <dcermak@suse.com> - Add 0010-fix-STL-access-undefined-behaviour.patch & fix double rebuild Rebase patches: * 0001-First-pass-at-Boost-1.70-support.patch * 0002-Bump-bundled-gwt-version.patch * 0003-Remove-boost-signals-from-the-required-Boost-librari.patch * 0004-Unbundle-mathjax-and-pandoc.patch * 0005-Use-std-thread-instead-of-QThread-for-Qt-5.10-suppor.patch * 0006-Add-explicit-include-mutex-for-gcc-7-to-DesktopWebpa.patch * 0007-Remove-PauseChanged-related-handler-from-DownloadHel.patch * 0008-Don-t-install-pandoc-and-mathjax.patch * 0009-Fix-rstudio-exec-path.patch Add patch: 0010-fix-STL-access-undefined-behaviour.patch Add fix into spec from Fedora to not rebuild gwt twice by removing it from the ALL target. * Thu Feb 13 2020 Dan Čermák <dcermak@suse.com> - Drop 0005-Use-find_program-to-find-qmake-if-it-is-not-in-the-p.patch Rebase patches: * 0001-First-pass-at-Boost-1.70-support.patch * 0002-Bump-bundled-gwt-version.patch * 0003-Remove-boost-signals-from-the-required-Boost-librari.patch * 0004-Unbundle-mathjax-and-pandoc.patch Drop patches: * 0005-Use-find_program-to-find-qmake-if-it-is-not-in-the-p.patch (dropped) * 0006-Use-std-thread-instead-of-QThread-for-Qt-5.10-suppor.patch (rebased as 0005-Use-std-thread-instead-of-QThread-for-Qt-5.10-suppor.patch) * 0007-Add-explicit-include-mutex-for-gcc-7-to-DesktopWebpa.patch (rebased as 0006-Add-explicit-include-mutex-for-gcc-7-to-DesktopWebpa.patch) * 0008-Remove-PauseChanged-related-handler-from-DownloadHel.patch (rebased as 0007-Remove-PauseChanged-related-handler-from-DownloadHel.patch) * 0009-Don-t-install-pandoc-and-mathjax.patch (rebased as 0008-Don-t-install-pandoc-and-mathjax.patch) * 0010-Fix-rstudio-exec-path.patch (rebased as 0009-Fix-rstudio-exec-path.patch) Added patches: * 0005-Use-std-thread-instead-of-QThread-for-Qt-5.10-suppor.patch * 0006-Add-explicit-include-mutex-for-gcc-7-to-DesktopWebpa.patch * 0007-Remove-PauseChanged-related-handler-from-DownloadHel.patch * 0008-Don-t-install-pandoc-and-mathjax.patch * 0009-Fix-rstudio-exec-path.patch * Fri Jan 31 2020 Dan Čermák <dcermak@suse.com> - Fix suse-missing-rclink warning * Wed Jan 29 2020 Dan Čermák <dcermak@suse.com> - Add systemd & pam & user for rstudio-server * Tue Jan 28 2020 Dan Čermák <dcermak@suse.com> - Fix Requires to actually require the rstudio base package * Mon Jan 27 2020 Dan Čermák <dcermak@suse.com> - Add rstudio-server and rstudio-desktop subpackages - Rebase patches: * 0001-First-pass-at-Boost-1.70-support.patch * 0002-Bump-bundled-gwt-version.patch * 0003-Remove-boost-signals-from-the-required-Boost-librari.patch * 0004-Unbundle-mathjax-and-pandoc.patch * 0005-Use-find_program-to-find-qmake-if-it-is-not-in-the-p.patch * 0006-Use-std-thread-instead-of-QThread-for-Qt-5.10-suppor.patch * 0007-Add-explicit-include-mutex-for-gcc-7-to-DesktopWebpa.patch * 0008-Remove-PauseChanged-related-handler-from-DownloadHel.patch * 0009-Don-t-install-pandoc-and-mathjax.patch * 0010-Fix-rstudio-exec-path.patch * Tue Jan 21 2020 Marco Varlese <marco.varlese@suse.com> - Added 0010-Fix-rstudio-exec-path.patch: Fix an issue with R-Studio when being executed in an AppImage scope due to the use of absolute path. * Tue Jan 14 2020 Dan Čermák <dcermak@suse.com> - Set RStudio versions properly via ENV variables * Tue Jan 14 2020 Dan Čermák <dcermak@suse.com> - Fix shebangs on Leap 15 properly - Add patch to skip the installation of the bundled mathjax and pandoc as we'd rm -rf them again: * 0009-Don-t-install-pandoc-and-mathjax.patch - Rebase: * 0001-First-pass-at-Boost-1.70-support.patch * 0002-Bump-bundled-gwt-version.patch * 0003-Remove-boost-signals-from-the-required-Boost-librari.patch * 0004-Unbundle-mathjax-and-pandoc.patch * 0005-Use-find_program-to-find-qmake-if-it-is-not-in-the-p.patch * 0006-Use-std-thread-instead-of-QThread-for-Qt-5.10-suppor.patch * 0007-Add-explicit-include-mutex-for-gcc-7-to-DesktopWebpa.patch * 0008-Remove-PauseChanged-related-handler-from-DownloadHel.patch * Tue Jan 14 2020 Guillaume GARDET <guillaume.gardet@opensuse.org> - Lower ram and disk in _constraints to match requirements and get more workers * Mon Jan 13 2020 Dan Čermák <dcermak@suse.com> - Add patches to build on Leap 15.1: * 0006-Use-std-thread-instead-of-QThread-for-Qt-5.10-suppor.patch * 0007-Add-explicit-include-mutex-for-gcc-7-to-DesktopWebpa.patch * 0008-Remove-PauseChanged-related-handler-from-DownloadHel.patch - Rebase: * 0003-Remove-boost-signals-from-the-required-Boost-librari.patch * 0005-Use-find_program-to-find-qmake-if-it-is-not-in-the-p.patch * 0002-Bump-bundled-gwt-version.patch * 0001-First-pass-at-Boost-1.70-support.patch * 0004-Unbundle-mathjax-and-pandoc.patch * Mon Jan 13 2020 Marco Varlese <marco.varlese@suse.com> - Removed unrequired boost-devel and build requires - Bumped the Java requires to a higher revision - Cleaned up the spec via format_spec_cleaner ahead of Factory SR * Mon Jan 13 2020 Dan Čermák <dcermak@suse.com> - Unbundle mathjax and pandoc: Add 0004-Unbundle-mathjax-and-pandoc.patch and symlink to our installed packages of mathjax & pandoc instead of keeping the duplicates in /usr/lib/rstudio/* - Rebase patches: * disable_boost_signals.patch -> 0003-Remove-boost-signals-from-the-required-Boost-librari.patch * fix_qmake_path.patch -> 0005-Use-find_program-to-find-qmake-if-it-is-not-in-the-p.patch * fix_java.patch -> 0002-Bump-bundled-gwt-version.patch * rstudio-fix_build_with_boost_1.71.patch -> 0001-First-pass-at-Boost-1.70-support.patch - Add workaround to prevent building gwtc twice and potentially OOM-ing the worker * Fri Jan 10 2020 Dan Čermák <dcermak@suse.com> - Fix build failures * cleanup BuildRequires * cleanup %prep, %build & %install * cleanup duplicates and fix shebangs * add rpmlintrc filter for a cpp template file * add %files section * Bump bundled pandoc version from 2.3.1 to 2.7.3 * add _constraints to allow for enough disk space * Thu Jan 09 2020 Vítězslav Čížek <vcizek@suse.com> - Fix build with boost 1.71 * https://github.com/rstudio/rstudio/issues/4636 * https://github.com/rstudio/rstudio/pull/5353 * add rstudio-fix_build_with_boost_1.71.patch * Fri Jan 03 2020 Marco Varlese <mvarlese@suse.com> - Initial packaging (version 1.2.5033) - Patches: * disable_boost_signals.patch to fix some BoostSignals related issues with latest Boost 1.70 * fix_java.patch to address issues connected to Java9 * fix_qmake_path.patch to address qmake path used by discovery mechanism in R-Studio
/usr/bin/rstudio /usr/lib/rstudio/bin/rstudio /usr/share/applications/rstudio.desktop /usr/share/icons/hicolor/16x16/apps/rstudio.png /usr/share/icons/hicolor/16x16/mimetypes/application-x-r-data.png /usr/share/icons/hicolor/16x16/mimetypes/application-x-r-project.png /usr/share/icons/hicolor/24x24/apps/rstudio.png /usr/share/icons/hicolor/24x24/mimetypes/application-x-r-data.png /usr/share/icons/hicolor/24x24/mimetypes/application-x-r-project.png /usr/share/icons/hicolor/256x256/apps/rstudio.png /usr/share/icons/hicolor/256x256/mimetypes/application-x-r-data.png /usr/share/icons/hicolor/256x256/mimetypes/application-x-r-project.png /usr/share/icons/hicolor/32x32/apps/rstudio.png /usr/share/icons/hicolor/32x32/mimetypes/application-x-r-data.png /usr/share/icons/hicolor/32x32/mimetypes/application-x-r-project.png /usr/share/icons/hicolor/48x48/apps/rstudio.png /usr/share/icons/hicolor/48x48/mimetypes/application-x-r-data.png /usr/share/icons/hicolor/48x48/mimetypes/application-x-r-project.png /usr/share/mime/packages/rstudio.xml /usr/share/pixmaps/rstudio.png
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 15:02:59 2025