summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: a2747fa49d2982d64526cda7ecf71b6d63fdaa32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
pkgbase = vim-r
	pkgdesc = Vim plugin to work with R
	pkgver = 1.0.0
	pkgrel = 1
	url = https://github.com/jalvesaq/vim-r
	install = vim-r.install
	arch = any
	groups = vim-plugins
	license = GPL-2.0-or-later
	depends = vim-plugin-runtime
	depends = vim>=8.2.84
	optdepends = tmux>=2.0: if using vim and running R in an external terminal emulator, necessary for sending commands to R
	optdepends = r>=3.0.0: for integration with R
	optdepends = pandoc: render output from markup files
	optdepends = vim-csv: inspect data.frames and matrices
	conflicts = nvim-r
	conflicts = r-vimcom
	replaces = nvim-r
	source = vim-r-1.0.0.tar.gz::https://github.com/jalvesaq/Vim-R/archive/v1.0.0.tar.gz
	sha256sums = 6cb506afd5a35b23b2ccde5123f0089c088f90570099fbf645292fea4715c185

pkgname = vim-r