RStudio
https://github.com/rstudio/rstudioRStudio is a set of integrated tools designed to help you be more productive
with R.
It includes a console, syntax-highlighting editor that supports direct code
execution, and a variety of robust tools for plotting, viewing history,
debugging and managing your workspace.
- Devel package for openSUSE:Factory
-
3
derived packages
- Links to openSUSE:Factory / rstudio
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:R:released/rstudio && cd $_
- Create Badge
Refresh
Refresh
Source Files (show merged sources derived from linked package)
Filename | Size | Changed |
---|---|---|
0001-Unbundle-mathjax-and-pandoc.patch | 0000001545 1.51 KB | 9 months |
0002-Don-t-install-pandoc-and-mathjax.patch | 0000002189 2.14 KB | 4 months |
0003-Fix-rstudio-exec-path.patch | 0000000848 848 Bytes | over 1 year |
0004-Add-additional-includes-for-aarch64.patch | 0000001096 1.07 KB | over 1 year |
0005-Use-system-hunspell.patch | 0000001637 1.6 KB | over 1 year |
0006-Fix-libclang-usage.patch | 0000001888 1.84 KB | 4 months |
0007-use-system-node.patch | 0000001376 1.34 KB | 4 months |
0008-Add-support-for-RapidJSON-1.1.0-in-Leap-15.2. |
0000001283 1.25 KB | over 1 year |
0009-Fix-false-quarto-warning.patch | 0000000546 546 Bytes | 4 months |
_constraints | 0000000293 293 Bytes | over 2 years |
_link | 0000000124 124 Bytes | 9 months |
boost_patches.diff | 0000002934 2.87 KB | 4 months |
core-dictionaries.zip | 0000876339 856 KB | over 9 years |
nodejs-bundler.sh | 0000001500 1.46 KB | almost 2 years |
old-boost.patch | 0000000881 881 Bytes | 4 months |
panmirror-0.1.0-bundled-licenses.txt | 0000000150 150 Bytes | over 1 year |
panmirror-0.1.0-nm.tgz | 0043361173 41.4 MB | over 1 year |
rstudio-rpmlintrc | 0000000307 307 Bytes | over 2 years |
rstudio-server-user.conf | 0000000112 112 Bytes | about 3 years |
rstudio.changes | 0000018905 18.5 KB | 4 months |
rstudio.spec | 0000023037 22.5 KB | 4 months |
v2022.02.2+485.tar.gz | 0097661130 93.1 MB | 9 months |
v2022.07.2+576.tar.gz | 0100396422 95.7 MB | 4 months |
Comments 8
mikesol wrote over 2 years ago
Hi! I just installed this package in 15.2 and see that Rstudio 1.3 is not available.
Would you mind on update this package, please?
Best.
dancermak wrote over 2 years ago
Sorry, but that is not possible. Leap 15.2 still has Boost 1.66 and RStudio 1.3 requires at least Boost 1.69. Unfortunately we cannot update Boost in Leap that easily and even less so, now that it is released.
dancermak wrote over 2 years ago
FYI, we (actually @adamm did) figured out that you can build rstudio with older boost versions just fine. So now the Leap 15.2 build is back.
mvarlese wrote over 2 years ago
That's great news! Thanks @adamm
Guillaume_G wrote over 2 years ago
Build error with boost 1.74 in Factory reported at https://github.com/rstudio/rstudio/issues/7706
_nobody_ wrote about 2 years ago
This comment has been deleted
Delete comment?
Please confirm deletion of comment
dancermak wrote about 2 years ago
I know, but unfortunately cherry picking that pull request resulted in a non-trivial amount of conflicts :-(
If you feel like going through with backporting it, you are most certainly welcome and can submit a pull request to https://github.com/dcermak/rstudio/tree/opensuse_patches. But I'm afraid I don't have the time for that.
frank-steiner wrote 6 months ago
Hi, you provide all the 1_79 boost stuff in repositories/devel:/languages:/R:/released/15.4/, so wouldn't it be possible to compile and provide a rstudio(-server/-desktop) for 15.4 compiled against those? There is a rstudio-1.4.1717-bp154 rpm in the packagehub, but that one is compiled against boost 1_75... cu, Frank