Changes in version 1.2.5 (2022-01-11) NEW o adding generate_simulated_data_from_estimated_model for generating simulated networks from a fitted joint estimation model and plot_contribution for plotting contributions calculated from simulated and observed data. Changes in version 1.2.4 (2021-12-22) NEW o adding a quantification of the contributions of preferential attachment and fitness mechanisms in the growth process of a temporal network. See the help page of joint_estimate for more information. Changes in version 1.2.1 (2021-10-29) NEW o Updating bibliography information for the PAFit-oneshot method. Changes in version 1.1 (2021-05-12) NEW o PAFit_oneshot function for estimating the preferential attachment function from one snapshot. Changes in version 1.0.1.6 (2020-01-09) FIXED o some changes in various functions. Changes in version 1.0.1.5 (2019-12-20) FIXED o some bugs in the generate_net function. Changes in version 1.0.1.2 (2019-04-11) FIXED o a bug in the plot function. Changes in version 1.0.0.8 FIXED o a bug in the CV step. Changes in version 1.0.0.7 (2018-09-19) FIXED o a bug when the number of non-zero positions in A_k is three. Changes in version 1.0.0.6 (2018-08-28) CHANGED o updated the tutorial o updated the help manual Changes in version 1.0.0.4 (2018-04-25) NEW o new function test_linear_PA to chech whether the linear PA-only case is consistent with the observed degree distribution. CHANGED o updated the tutorial o updated the help manual Changes in version 1.0.0.3 (2018-02-05) FIXED o added some error messages to handle edge cases Changes in version 1.0.0.1 (2017-06-30) CHANGED o updated the tutorial Changes in version 1.0.0.0 (2017-06-14) NEW o funtion to plot generated networks of PAFit. o functions to convert networks generated by PAFit to objects in packages igraph or networkDynamic. o functions to read a graph from an edgelist matrix file or a gml file. o functions to write a graph to an edgelist file or a gml file. Changes in version 0.9.9.1 NEW o now one can register an isolated node i at time t by adding one row: (i -1 t). Changes in version 0.9.8.9 FIXED o a bug in the joint_estimate when the cv data contains only one node. Changes in version 0.9.8.8 (2017-04-17) NEW o a new interface for almost every main functionality of the package o a completely re-written tutorial Changes in version 0.9.7.5 FIXED o a bug in plotting the PA function when the degree threshold is set too high CHANGED o improved the exposition in the documentation o improved code readability NEW o wrapper functions to generate networks from well-known models o complete overhaul of the main functions. Changes in version 0.9.6 (2017-02-01) FIXED o minor bugs in edge cases CHANGED o improved the exposition in the documentation o improved code readability NEW o adding confidence interval for the estimated attachment exponenent in all methods Changes in version 0.9.5 (2017-01-31) FIXED o some minor bugs CHANGED o improved the exposition in the documentation o improved code readability NEW o starting to use GitHub for bugs reporting: o starting to use a parallel GitHub homepage: o the corrected Newman's method and Jeong's method are implemented o functions to evaluate error between estimation and true values Changes in version 0.9.3 (2017-01-20) FIXED o a bug in reading data in which time-stamps are factors NEW o functions for performing cross validation when assuming A_k = k^alpha. This will reduce the cross validation to one-dimensional search, since in this case we only have to find the optimum parameter s for fitness o starting use this NEWS