Skip to content

Commit 9a48ab6

Browse files
committed
Updated copyright year and headers, and synced Roxygen templates with 'ergm'.
1 parent ba9b5cb commit 9a48ab6

40 files changed

+41
-41
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ Martina Morris, University of Washington
3737

3838
The 'statnet' development team
3939

40-
Copyright 2015-2024
40+
Copyright 2015-2025

R/EgoStat.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# open source, and has the attribution requirements (GPL Section 7) at
66
# https://statnet.org/attribution .
77
#
8-
# Copyright 2015-2024 Statnet Commons
8+
# Copyright 2015-2025 Statnet Commons
99
################################################################################
1010
# An EgoStat.* function takes an egor object and returns a matrix of
1111
# h(e[i]) values, with egos in rows and elements of h(e[i]) in

R/EgoStat.duration.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# open source, and has the attribution requirements (GPL Section 7) at
66
# https://statnet.org/attribution .
77
#
8-
# Copyright 2015-2024 Statnet Commons
8+
# Copyright 2015-2025 Statnet Commons
99
################################################################################
1010
EgoStat.mean.age <- function(egor, emptyval=0){
1111
startcol <- attr(egor,"alter_design")$startcol

R/EgoStat.node.attr.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# open source, and has the attribution requirements (GPL Section 7) at
66
# https://statnet.org/attribution .
77
#
8-
# Copyright 2015-2024 Statnet Commons
8+
# Copyright 2015-2025 Statnet Commons
99
################################################################################
1010
#' @name nodal_attributes-API
1111
#' @title Helper functions for specifying nodal attribute levels

R/InitErgmTerm.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# open source, and has the attribution requirements (GPL Section 7) at
66
# https://statnet.org/attribution .
77
#
8-
# Copyright 2015-2024 Statnet Commons
8+
# Copyright 2015-2025 Statnet Commons
99
################################################################################
1010

1111
#' A custom term giving a linear combination of change statistics

R/control.ergm.ego.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# open source, and has the attribution requirements (GPL Section 7) at
66
# https://statnet.org/attribution .
77
#
8-
# Copyright 2015-2024 Statnet Commons
8+
# Copyright 2015-2025 Statnet Commons
99
################################################################################
1010

1111

R/control.simulate.ergm.ego.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# open source, and has the attribution requirements (GPL Section 7) at
66
# https://statnet.org/attribution .
77
#
8-
# Copyright 2015-2024 Statnet Commons
8+
# Copyright 2015-2025 Statnet Commons
99
################################################################################
1010

1111

R/degreedist.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# open source, and has the attribution requirements (GPL Section 7) at
66
# https://statnet.org/attribution .
77
#
8-
# Copyright 2015-2024 Statnet Commons
8+
# Copyright 2015-2025 Statnet Commons
99
################################################################################
1010

1111

R/egor.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# open source, and has the attribution requirements (GPL Section 7) at
66
# https://statnet.org/attribution .
77
#
8-
# Copyright 2015-2024 Statnet Commons
8+
# Copyright 2015-2025 Statnet Commons
99
################################################################################
1010

1111

R/ergm.ego.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# open source, and has the attribution requirements (GPL Section 7) at
66
# https://statnet.org/attribution .
77
#
8-
# Copyright 2015-2024 Statnet Commons
8+
# Copyright 2015-2025 Statnet Commons
99
################################################################################
1010

1111

0 commit comments

Comments
 (0)