Skip to content

Commit

Permalink
Cleanup before packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
seekme94 committed Jun 24, 2020
1 parent 553e827 commit e4e49a8
Show file tree
Hide file tree
Showing 20 changed files with 643 additions and 637 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
^.*\.Rproj$
^\.Rproj\.user$
^LICENSE\.md$
18 changes: 13 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
Package: influence.mining
Title: Provides various methods for influence mining
Version: 0.1
Authors@R: "Owais Hussain <[email protected]> [aut, cre]"
Title: Provides various methods for influence mining on Graphs
Version: 0.2.0
Authors@R: person(given = "Owais",
family = "Hussain",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5449-1867", Researchgate = "https://www.researchgate.net/profile/Owais_Hussain"))
Description: This package uses igraph library to provide influence mining
features on graph data
Depends:
R (>= 3.1.0)
License: GPLv2
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.0
Suggests:
testthat
340 changes: 0 additions & 340 deletions LICENSE

This file was deleted.

601 changes: 601 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# Project: influence-mining
### Version: 0.1.2
# Project: influence.mining
### Version: 0.2.0

The purpose of this project is to provide an interface to perform influence mining operations on networks, preferably Social networks.
This project provides various functions to perform influence mining operations on graphs.

The source contains the following files:
1. Influence.R
2. Under construction

```
Influence.R
Expand Down
2 changes: 2 additions & 0 deletions influence-mining.Rproj → influence.mining.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ RnwWeave: Sweave
LaTeX: pdfLaTeX

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageCheckArgs: --as-cran
PackageRoxygenize: rd,collate,namespace
20 changes: 0 additions & 20 deletions man/clique.community.Rd

This file was deleted.

12 changes: 0 additions & 12 deletions man/community.significance.test.Rd

This file was deleted.

12 changes: 0 additions & 12 deletions man/community_influence.Rd

This file was deleted.

23 changes: 0 additions & 23 deletions man/find_communities.Rd

This file was deleted.

20 changes: 0 additions & 20 deletions man/graph_summary.Rd

This file was deleted.

40 changes: 0 additions & 40 deletions man/influence.Rd

This file was deleted.

20 changes: 0 additions & 20 deletions man/influence_IC.Rd

This file was deleted.

20 changes: 0 additions & 20 deletions man/influence_LT.Rd

This file was deleted.

29 changes: 0 additions & 29 deletions man/influence_max.Rd

This file was deleted.

20 changes: 0 additions & 20 deletions man/large.scale.community.Rd

This file was deleted.

18 changes: 0 additions & 18 deletions man/largest_component.Rd

This file was deleted.

26 changes: 0 additions & 26 deletions man/new_influence_max.Rd

This file was deleted.

24 changes: 0 additions & 24 deletions man/select_seed.Rd

This file was deleted.

Loading

0 comments on commit e4e49a8

Please sign in to comment.