Search Criteria
Package Details: emacs-ess 18.10.2-3
Git Clone URL: | https://aur.archlinux.org/emacs-ess.git (read-only, click to copy) |
---|---|
Package Base: | emacs-ess |
Description: | Emacs Speaks Statistics: A Universal Interface for Statistical Analysis |
Upstream URL: | http://ess.r-project.org/ |
Licenses: | |
Submitter: | xyproto |
Maintainer: | None |
Last Packager: | haawda |
Votes: | 26 |
Popularity: | 0.000000 |
First Submitted: | 2011-12-14 13:58 |
Last Updated: | 2019-08-25 12:28 |
Dependencies (3)
- emacs (emacs-git-gtk2, guile-emacs-git, emacs-nox-24bit, emacs25-git, emacs-git-shallow, emacs-24bit, emacs26-git, emacs-lucid-git, emacs-gtk2, emacs-pretest, emacs-lucid, emacs27-git, emacs-xwidgets, emacs-native-comp-git, emacs-pgtk-native-comp-git, emacs-native-comp-git-enhanced, emacs-gcc-wayland-devel-bin, emacs-git, emacs-nox)
- r (microsoft-r-open, r-mkl)
- wget (wget-git) (make)
Latest Comments
1 2 Next › Last »
haawda commented on 2018-11-18 03:19
18.10.1 had a buggy build process. I do not seee the need for any texlive package in 18.10.2.
18.10.2-2 fixes the errors brought up by swilde.
retronostalgia commented on 2018-11-17 21:26
When installing 18.10.1, I first saw a build error about a TeX binary missing which I solved by installing
texlive-core
(merely installing texlive-bin wasn't sufficient.) Next, the build failed complaining that a "fullpage.sty" file was missing. This I solved by installing packagetexlive-latexextra
. Do these two packages need to be added to the build dependencies? I didn't seem to need them when building earlier versions of ESS. Cheers...EDIT: I can confirm that as you stated the TeX packages I mentioned are not necessary for an install of 18.10.2-2. Thanks very much for your attention.
haawda commented on 2018-11-17 10:13
Please use emacs-ess-git until upstream is able to provide working tarballs. Obviously they only package elc-files and also need el-files. Also ess-autoloads.el and ess-autoloads.elc is missing.
swilde commented on 2018-11-16 21:22
With 18.10.2 loading ess-site.el fails:
Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such file or directory" "ess-rd.el") require(essddr "ess-rd.el")
japhir commented on 2018-10-23 13:40
We should no longer need to put
(require 'ess-site)
in our init files as per the release notes. Currently I cannot get it to work: I try to use the(use-package ess :load-path "/usr/share/emacs/site-lisp/ess" :defer t)
config from the release notes, but it saysError (use-package): Cannot load ess
(also when I putess-site
in stead ofess
).EDIT: looks like the package isn't installing any files right now (i.e.
pacman -Ql emacs-ess
doesn't show anything). During package() it says the following, but finishes fine none the less.EDIT2: possibly because $pkgver is 18.10 in stead of 18.10-1 (which isn't allowed)?
ppanko commented on 2018-10-21 21:51
I'm seeing that nothing is being installed in my case because all of the 'make' commands have a similar return during the call to 'package()':
cd lisp; make
make[1]: Entering directory '/path/to/cache/emacs-ess/src/ess-18.10/lisp'
make[1]: Nothing to be done for 'all'.
EDIT: This was specific to ess version 18.10 and is fixed in ess 18.10-1 (emacs-ess 18.10.1-1).
haawda commented on 2018-10-21 21:01
Should be fixed.
ppanko commented on 2018-10-21 14:59
Having trouble installing the latest version. Getting the following message post installation: "install-info: No such file or directory for /usr/share/info/ess.info.gz error: command failed to execute correctly"
piater commented on 2016-11-11 08:55
Attempting to build in a chroot reveals that the PKGBUILD is missing a makedepends=('wget'). With that line added, it builds.
haawda commented on 2014-10-25 08:29
Works for me.