-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7ae7f4
commit 71e72be
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 | ||
|
||
PortSystem 1.0 | ||
PortGroup R 1.0 | ||
|
||
R.setup github samsemegne vek 1.0.0 v | ||
revision 0 | ||
platforms {darwin any} | ||
maintainers nomaintainer | ||
license GPL-3 | ||
description Predicate helper functions for testing \ | ||
simple atomic vectors | ||
long_description {*}${description} | ||
checksums rmd160 1d8297be2c1468e75ecf20ebb996e07b235988ca \ | ||
sha256 6973d686d21c7becff3fbf48d00c65a1f6ea53184f0ef8dbf819a8478b1bdf2f \ | ||
size 21508 | ||
github.tarball_from archive | ||
supported_archs noarch | ||
|
||
depends_test-append port:R-tinytest | ||
|
||
test.run yes |