Search Criteria
Notice: Undefined variable: name in /srv/http/vhosts/aur-dev.archlinux.org/public/web/lib/pkgfuncs.inc.php on line 248
Package Details: rstudio-desktop-git 1.1.55-1
Git Clone URL: | https://aur-dev.archlinux.org/rstudio-desktop-git.git (read-only) |
---|---|
Package Base: | rstudio-desktop-git |
Description: | A powerful and productive integrated development environment (IDE) for R programming language |
Upstream URL: | https://www.rstudio.com/products/rstudio/ |
Keywords: | IDE R statistics |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | None |
Maintainer: | artemklevtsov |
Last Packager: | artemklevtsov |
Votes: | 41 |
Popularity: | 0.044726 |
First Submitted: | 2011-03-09 06:13 |
Last Updated: | 2017-01-27 04:51 |
Dependencies (23)
- clang (clang-assert, clang-pypy-stm, clang-svn)
- hicolor-icon-theme
- hunspell-en
- mathjax
- pandoc (pandoc-cabal)
- qt5-webkit (qt5-webkit-git, qt5-webkit-ng)
- shared-mime-info (shared-mime-info-git)
- boost-libs>=1.5
- r>=2.11.1 (microsoft-r-open, r-mkl)
- apache-ant (make)
- git (git-git) (make)
- libcups (libcups-ipp14) (make)
- openssl (openssl-via-padlock, openssl-no-aesni, libressl-git, openssl102, openssl-chacha20, libressl, openssl-purify) (make)
- pam (pam-selinux) (make)
- pango (pango-git, pango-ubuntu) (make)
- unzip (unzip-natspec, unzip-iconv) (make)
- wget (wget-git) (make)
- java-runtime=8 (java-gcj-compat, jdk6, jdk5, denix-jdk8, jre8-openjdk-jetbrains-git, server-jre, jre7-openjdk-infinality, tuxjdk, jdk-arm, jre8-openjdk-jetbrains, intellij-jdk, jre8-openjdk-infinality, jdk, jdk7, jre, jre6, jre7, jdk-devel, jre-devel, jre7-openjdk, jre8-openjdk) (make)
- boost>=1.5 (make)
- cmake>=2.8 (cmake-git) (make)
- git (git-git) (optional) – for git support
- openssh-askpass (optional) – for a git ssh access
- subversion (subversion-1.6) (optional) – for subversion suuport
Required by (1)
- pandoc-rstudio (requires rstudio-desktop-bin)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
cmellwig commented on 2017-01-28 14:20
qt5-svg should be a dependency
artemklevtsov commented on 2016-07-14 09:34
mathjax version fixed.
Can anyone help with the clang static analyser works?
mnyolt commented on 2016-07-14 07:26
@cassava: with an up-to-date system (r 3.3.1) and the current rstudio-desktop (d2c000b47da60) I'm not getting your error.
However, since 1898ff716d2f the build stops working due to a switch to mathjax 2.6. The PKGBUILD prepare function needs to be updated. The line
install -d dictionaries mathjax-23 …
has to be changed to
install -d dictionaries mathjax-26 …
cassava commented on 2016-07-09 10:39
With the latest version from git I'm getting the error:
-- Could not find libR shared library.
CMake Error at /usr/share/cmake-3.5/Modules/FindPackageHandleStandardArgs.cmake:148 (message):
Could NOT find LibR (missing: LIBR_LIBRARIES)
artemklevtsov commented on 2015-11-03 13:49
@wushuzh: you always get the latest tagged commit from git. No need change version for the git packages. The version will be updated automatically during build.
wushuzh commented on 2015-11-03 13:07
After installation, I found that my version is rstudio-desktop-git-0.99.749-1, while the latest version tag in aur is rstudio-desktop-git 0.99.717-1. If there is anyone get the same ?
artemklevtsov commented on 2015-10-15 15:32
Good suggestion. Thank you.
yan12125 commented on 2015-10-15 14:33
I don't request every rstudio users to install community/pandoc. Instead, specify 'pandoc' as a dependency and add 'pandoc' to provides of pandoc-bin allows users to choose from community/pandoc and pandoc-bin.
artemklevtsov commented on 2015-10-15 13:11
pandoc from the community repo depends on haskell libs and ghc (more than 1.5 Gb).
yan12125 commented on 2015-10-15 13:01
There's community/pandoc now. Could you change the dependency pandoc-bin to pandoc? I've also asked pandoc-bin to add pandoc to provides array.