devcontainer.json 389 Bytes
Newer Older
	"image": "rocker/geospatial:devel",
	"customizations": {
		"vscode": {
			"extensions": [
				"eamodio.gitlens",
				"REditorSupport.r"
			]
		}
	},
	// Use 'postCreateCommand' to run commands after the container is created.
	"postCreateCommand": "R -q -e 'install.packages(\"languageserver\");remotes::install_deps(dep = TRUE)'",
	"postStartCommand": "R -q -e 'devtools::install()'"