Search Criteria
Package Details: r-v8 4.3.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/r-v8.git (read-only, click to copy) |
---|---|
Package Base: | r-v8 |
Description: | Embedded JavaScript and WebAssembly Engine for R |
Upstream URL: | https://cran.r-project.org/package=V8 |
Licenses: | MIT |
Submitter: | dviktor |
Maintainer: | BioArchLinuxBot (malacology) |
Last Packager: | malacology |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-07-09 12:52 (UTC) |
Last Updated: | 2023-05-17 14:49 (UTC) |
Dependencies (8)
- nodejs (nodejs6-bin, nodejs-nightly, nodejs-git, nodejs-lts-fermium, nodejs-lts-gallium, nodejs-lts-hydrogen)
- r (microsoft-r-open, r352, r-mkl)
- r-curl
- r-jsonlite
- r-rcpp
- r-knitr (optional)
- r-rmarkdown (optional)
- r-testthat (optional)
Required by (11)
- r-asciicast
- r-bloodgen3module
- r-concaveman
- r-h3jsr
- r-leaflet.providers (optional)
- r-microbiomeexplorer (optional)
- r-randomcolor
- r-reactable (optional)
- r-reactr (optional)
- r-rgl (optional)
- r-rstan (optional)
Latest Comments
peippo commented on 2023-05-09 06:41 (UTC)
+1 on @pekkarr's comment. This comes into play as soon as you use the (now fairly common) aurutils, and probably affects other aur helpers, also.
pekkarr commented on 2023-04-09 17:59 (UTC)
Could you change the
prepare
function to not overwrite the source archive? It's problematic to modify it, because it prevents rebuilds as thesha256sums
won't match the archive after runningprepare
once.R CMD INSTALL
can install directly from the extracted and patched directory, so there's no need to compress it again. The following patch demonstrates this:dviktor commented on 2022-01-10 20:40 (UTC)
Further maintenance and support for this package has been moved there. You can install pre-built packages from my repo
japhir commented on 2020-10-26 15:29 (UTC)
The dependency v8>=6 doesn't seem to recognize that my v8-r package version 8.8.166-1 is higher than 6. Changing the dependency to v8 and makepkg -si works to install this.
levitsky commented on 2020-10-20 12:15 (UTC)
The package fails to install for me with the following error: https://github.com/jeroen/V8/issues/69
PKGBUILD linked from the comments on that issue worked for me: https://github.com/JanMarvin/v8-R (https://aur.archlinux.org/packages/v8-r/)