Skip to content
Snippets Groups Projects
Commit 93da191f authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

community/R: add very basic check

parent 10a9c544
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,14 @@ build() { ...@@ -56,6 +56,14 @@ build() {
make -C src/nmath/standalone make -C src/nmath/standalone
} }
# TODO: Run provided test suite.
check() {
cd "$builddir"
./bin/R --version
./bin/R --slave --vanilla -e 'print("Hello, world!")'
}
package() { package() {
local destdir="$pkgdir/$_rhome" local destdir="$pkgdir/$_rhome"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment