Skip to content

Commit

Permalink
WIP README
Browse files Browse the repository at this point in the history
  • Loading branch information
luque committed Nov 28, 2018
1 parent ca6bb2d commit bec82c2
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Expand Up @@ -51,7 +51,20 @@ Note that you can replace the #master by another branch as #development or a tag
To compute the dependency metrics for a collection of packages you can execute the following in a Playground:

```Smalltalk
packages := RPackageOrganizer default packages select: [:p | 'FileSystem*' match: p name].
(DMMPackageGroupVisualizations onPackages: packages) build open
packages := RPackageOrganizer default packages select: [:p | 'ProfStef*' match: p name].
(DMMPackageGroupVisualizations onPackages: packages) build open
```

This code will show an inspector with the following tabs:

** DM Metrics **

![Inspector on DMMPackageGroupVisualizations - DM Metrics Tab](docs/Inspector_DMMPackageGroupVisualizations_Metrics_Tab.png)

** Distances to Main Sequence **

![Inspector on DMMPackageGroupVisualizations - Distances to Main Sequence Tab](docs/Inspector_DMMPackageGroupVisualizations_MainSequence_Tab.png)

** Package Dependencies **

![Inspector on DMMPackageGroupVisualizations - Package Dependencies Tab](docs/Inspector_DMMPackageGroupVisualizations_Graph_Tab.png)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bec82c2

Please sign in to comment.