summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 9238556a4a5d995409aae0dd39b669a4f0dee34a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
pkgbase = nvim-r
	pkgdesc = Vim plugin to work with R
	pkgver = 0.9.19
	pkgrel = 1
	url = https://github.com/jalvesaq/nvim-r
	install = nvim-r.install
	arch = any
	license = GPL2
	optdepends = vim>=8.2.84: either vim or neovim
	optdepends = tmux>=2.0: if using vim and running R in an external terminal emulator, necessary for sending commands to R
	optdepends = neovim>=0.6.0: either neovim or vim
	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 = vim-r
	conflicts = r-vimcom
	replaces = vim-r
	source = nvim-r-0.9.19.tar.gz::https://github.com/jalvesaq/Nvim-R/archive/v0.9.19.tar.gz
	sha256sums = 749790089e9306ebedf3e59354aa2f455814fa5854399db140b69cf3bee4fe01

pkgname = nvim-r