-
Notifications
You must be signed in to change notification settings - Fork 4
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
5e592cf
commit e44938b
Showing
18 changed files
with
99 additions
and
102 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: mully | ||
Type: Package | ||
Title: Create, Modify and Visualize Multi-Layered Networks | ||
Version: 2.1.32 | ||
Version: 2.1.33 | ||
Author: Zaynab Hammoud | ||
Maintainer: Zaynab Hammoud <[email protected]> | ||
Description: Allows the user to create graph with multiple layers. The user can also modify the layers, the nodes, and the edges. The graph can also be visualized. | ||
|
@@ -12,7 +12,6 @@ URL: https://github.com/frankkramer-lab/mully | |
BugReports: https://github.com/frankkramer-lab/mully/issues | ||
License: GPL (>= 2) | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.1.1 | ||
Imports: | ||
igraph, | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: mully | ||
Type: Package | ||
Title: Create, Modify and Visualize Multi-Layered Networks | ||
Version: 2.1.30 | ||
Version: 2.1.33 | ||
Author: Zaynab Hammoud | ||
Maintainer: Zaynab Hammoud <[email protected]> | ||
Description: Allows the user to create graph with multiple layers. The user can also modify the layers, the nodes, and the edges. The graph can also be visualized. | ||
|
@@ -12,10 +12,9 @@ URL: https://github.com/frankkramer-lab/mully | |
BugReports: https://github.com/frankkramer-lab/mully/issues | ||
License: GPL (>= 2) | ||
Encoding: UTF-8 | ||
LazyData: true | ||
RoxygenNote: 7.1.1 | ||
Imports: igraph, rgl, randomcoloR, shape | ||
Suggests: knitr, rmarkdown | ||
VignetteBuilder: knitr | ||
NeedsCompilation: no | ||
Packaged: 2020-12-15 15:27:32 UTC; Administrator | ||
Packaged: 2021-06-02 11:02:54 UTC; Administrator |
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
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
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
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
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
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 |
---|---|---|
|
@@ -5,14 +5,10 @@ | |
* using option '--as-cran' | ||
* checking for file 'mully/DESCRIPTION' ... OK | ||
* checking extension type ... Package | ||
* this is package 'mully' version '2.1.30' | ||
* this is package 'mully' version '2.1.33' | ||
* package encoding: UTF-8 | ||
* checking CRAN incoming feasibility ... WARNING | ||
* checking CRAN incoming feasibility ... Note_to_CRAN_maintainers | ||
Maintainer: 'Zaynab Hammoud <[email protected]>' | ||
|
||
Insufficient package version (submitted: 2.1.30, existing: 2.1.30) | ||
|
||
Days since last update: 0 | ||
* checking package namespace information ... OK | ||
* checking package dependencies ... OK | ||
* checking if this is a source package ... OK | ||
|
@@ -66,4 +62,4 @@ Files 'README.md' or 'NEWS.md' cannot be checked without 'pandoc' being installe | |
* checking for non-standard things in the check directory ... OK | ||
* checking for detritus in the temp directory ... OK | ||
* DONE | ||
Status: 1 WARNING, 1 NOTE | ||
Status: 1 NOTE |
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
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
Binary file not shown.
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 |
---|---|---|
@@ -1,20 +1,20 @@ | ||
name user system elapsed | ||
addEdge 0.03 0.02 0.03 | ||
addLayer 0.01 0.00 0.01 | ||
addNode 0.01 0.01 0.03 | ||
addEdge 0.05 0.00 0.05 | ||
addLayer 0 0 0 | ||
addNode 0.03 0.00 0.03 | ||
exportCSV 0 0 0 | ||
getEdgeAttributes 0.03 0.00 0.04 | ||
getIDEdge 0.03 0.00 0.03 | ||
getIDNode 0.03 0.00 0.03 | ||
getEdgeAttributes 0.03 0.00 0.03 | ||
getIDEdge 0.02 0.00 0.01 | ||
getIDNode 0.02 0.00 0.02 | ||
getLayer 0.03 0.00 0.03 | ||
getLayersCount 0 0 0 | ||
getNode 0.03 0.00 0.03 | ||
getNodeAttributes 0.02 0.00 0.01 | ||
getNodeAttributes 0.03 0.00 0.03 | ||
isLayer 0 0 0 | ||
mully 0 0 0 | ||
plot.mully 0.11 0.00 0.11 | ||
plot3d 0.34 0.05 0.44 | ||
print.mully 0.03 0.00 0.03 | ||
removeEdge 0.03 0.00 0.03 | ||
removeLayer 0.01 0.00 0.02 | ||
removeNode 0.01 0.00 0.01 | ||
plot.mully 0.08 0.00 0.11 | ||
plot3d 0.18 0.05 0.39 | ||
print.mully 0.02 0.00 0.01 | ||
removeEdge 0.02 0.00 0.01 | ||
removeLayer 0.01 0.00 0.01 | ||
removeNode 0.03 0.00 0.03 |
Oops, something went wrong.