We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24cbfb commit 1cd367aCopy full SHA for 1cd367a
src/BaselineOfPolyMath/BaselineOfPolyMath.class.st
@@ -27,6 +27,7 @@ BaselineOfPolyMath >> baseline: spec [
27
vectorMatrix: spec;
28
randomNumbers: spec;
29
datasets: spec;
30
+ roassal: spec;
31
dataFrameInspector: spec.
32
33
self
@@ -217,6 +218,14 @@ BaselineOfPolyMath >> randomNumbers: spec [
217
218
spec baseline: 'MathRandomNumbers' with: [ spec repository: 'github://PolyMathOrg/random-numbers:v1.x.x/src' ]
219
]
220
221
+{ #category : 'dependencies' }
222
+BaselineOfPolyMath >> roassal: spec [
223
+
224
+ spec
225
+ baseline: 'Roassal'
226
+ with: [ spec repository: 'github://pharo-graphics/Roassal' ].
227
+]
228
229
{ #category : 'dependencies' }
230
BaselineOfPolyMath >> sMark: spec [
231
0 commit comments