Search Criteria
Package Details: emacs-ess 2:1.8-1
Package Actions
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: | GPL |
Submitter: | xyproto |
Maintainer: | thrasibule |
Last Packager: | thrasibule |
Votes: | 26 |
Popularity: | 0.000000 |
First Submitted: | 2011-12-14 13:58 (UTC) |
Last Updated: | 2023-02-21 17:16 (UTC) |
Dependencies (3)
- emacs (emacs-native-comp-gitAUR, emacs-ng-gitAUR, emacs-ngAUR, emacs-lucid-gitAUR, emacs28AUR, emacs28-nativecompAUR, emacs28-noxAUR, emacs-gitAUR, emacs29-gitAUR, emacs-pretestAUR, emacs-pgtk-gitAUR, emacs-lucidAUR, emacs-lucid-nativecompAUR, emacs29-lucid-native-comp-gitAUR, emacs-nativecomp, emacs-nox, emacs-wayland)
- r (r352AUR, r-mklAUR)
- wget (wget-gitAUR, wurlAUR) (make)
Latest Comments
1 2 Next › Last »
haawda commented on 2018-11-18 03:19 (UTC) (edited on 2018-11-18 03:26 (UTC) by haawda)
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 (UTC) (edited on 2018-11-18 23:03 (UTC) by retronostalgia)
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 (UTC)
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 (UTC)
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 (UTC) (edited on 2018-10-23 14:28 (UTC) by japhir)
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 (UTC) (edited on 2018-10-24 00:00 (UTC) by ppanko)
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 (UTC)
Should be fixed.
ppanko commented on 2018-10-21 14:59 (UTC) (edited on 2018-10-21 17:45 (UTC) by ppanko)
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"
1 2 Next › Last »