Skip to content

Commit ea41573

Browse files
committed
Update library import to install from github
1 parent d594c22 commit ea41573

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Version: 0.0.1
44
Authors@R:
55
person("Daniel", "Thedie", , "daniel.thedie@ed.ac.uk", role = c("aut", "cre"))
66
person("Haya", "Deeb", , "hdeeb@ed.ac.uk", role = c("aut", "cre"))
7-
Description: The package reads .csv or .net files containing lists of publications (e.g. generated by Zotero), creates a graph object and outputs an automated report describe the network of authors.
7+
Description: The package reads .csv files containing lists of publications (e.g. generated by Zotero), creates a graph object and outputs an automated report describe the network of authors.
88
License: MIT + file LICENSE
99
Encoding: UTF-8
1010
Roxygen: list(markdown = TRUE)

Generate_report.r

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
library(devtools)
2-
3-
# Load all functions from the repository
4-
load_all()
1+
library(NetworkAnalysis)
52

63
# Configuration list for the analysis
74
config <- list(

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ S3method(save_md,Report)
2020
export(Interactions)
2121
export(Report)
2222
export(add_graph_legend)
23+
export(assemble_report)
2324
export(centrality_metrics)
2425
export(cohesion_metrics)
2526
export(community_detection)

0 commit comments

Comments
 (0)