Skip to content

Commit

Permalink
version 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Salter-Townshend authored and cran-robot committed Oct 11, 2018
1 parent 34e0f4f commit eb659ac
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -1,3 +1,4 @@
2018/10 changed use of deprecated plot.gofobject function from ergm to plot.gof and added cleanup script.
2015/12 updated GSL requirements; added imports of 'sna' functions; added network to depends; shortened BIC example.
2014/01 removed inv_sigma02 term from omega2 update (thanks to Robin Gong).
2014/01 fixed bug in use of start function when using largest connected component only and edge covariates.
Expand Down
11 changes: 5 additions & 6 deletions DESCRIPTION
@@ -1,20 +1,19 @@
Package: VBLPCM
Type: Package
Title: Variational Bayes Latent Position Cluster Model for Networks
Version: 2.4.4
Date: 2015-12-14
Version: 2.4.5
Date: 2018-10-09
Author: Michael Salter-Townshend
Maintainer: Michael Salter-Townshend <mike.saltertownshend@gmail.com>
Description: Fit and simulate latent position and cluster
models for network data, using a fast Variational Bayes approximation.
Depends: ergm, network
Imports: mclust, sna
SystemRequirements: Gnu Scientific Library
URL: http://www.r-project.org,
https://sites.google.com/site/mikesaltertownshend/software/
URL: https://www.r-project.org, https://mststats.github.io/#software
License: GPL (>= 2)
LazyLoad: yes
NeedsCompilation: yes
Packaged: 2015-12-18 14:49:47 UTC; salter
Packaged: 2018-10-11 19:27:05 UTC; mst
Repository: CRAN
Date/Publication: 2015-12-18 23:39:11
Date/Publication: 2018-10-11 19:50:03 UTC
9 changes: 5 additions & 4 deletions MD5
@@ -1,12 +1,12 @@
edec4c1097bdec815bdfe52e4d3a2753 *CHANGELOG
ec25c2942a92df8faf6bda0731648d2b *DESCRIPTION
9298ba91502ec4425617541a31b226fb *CHANGELOG
adf29b1b2e977fe89f0030a98feb6449 *DESCRIPTION
597a688f5393ca3c717a2e752cbb198a *NAMESPACE
93ddbebf082e5c5a3d09d70b0ba310af *R/KL.R
85b49f0298acd5832328bf7056a7d89a *R/VBLPCM.R
379f163c1563f5e8cfaf99a968526ccf *R/adjacency_to_edges.R
124931b1ae2da9856a9bed1beb43047d *R/covs.R
579ace11895685c2763f4582f906a115 *R/fruchterman_reingold.R
98dacf0e91110b016a91e5c740b2cc51 *R/gof.vblpcm.R
cf57d570a3892125e33517728de7664b *R/gof.vblpcm.R
22cfa974f939d2a3eaac900b0c8ef12f *R/log_like_forces.R
9fc252b68a6dc43a2bc8d97ab3f07f53 *R/plot_network.R
6d0b56049f54c59dbe71754983a9a80d *R/predict.R
Expand All @@ -17,6 +17,7 @@ ec25c2942a92df8faf6bda0731648d2b *DESCRIPTION
054e8f388ac9c8373ab5b6e66818754e *R/summary.vblpcm.R
31c8ccdf29df94b0f5f9508fcb1a7e9e *R/vb_bic.R
254ef73e0dbf2d89e737a0b51310b828 *R/zzz.R
4bc9cad0e12cef15c173705695cbc12f *cleanup
8fdbeab6fde9385bf71d4b40a3da7308 *configure
d3296a562eec11e06a82b665f03e836e *configure.ac
013778ff539b989141783da07f3ddd03 *data/aids.rda
Expand All @@ -25,7 +26,7 @@ d3296a562eec11e06a82b665f03e836e *configure.ac
9beed6138652a9e4ebedd2cb1f270acb *inst/CITATION
4ccabdb12a6c7592d26cceab34755ee0 *man/E_to_Y.Rd
62b220ff6a4b95449f21d7eabbbd5848 *man/VBLPCM-internal.Rd
7b4d99864fa6aa645054548e9d19a63f *man/VBLPCM-package.Rd
9e73cc9b67f493a8acc10e597318fbb6 *man/VBLPCM-package.Rd
1d21ac5b8c3d8909d4782465e94cec14 *man/Y_to_E.Rd
0eb794fe9b2faea92c95f0146560ac1a *man/Y_to_M.Rd
a3d9e7566f96741ba738afda6cade6d7 *man/Y_to_nonE.Rd
Expand Down
2 changes: 1 addition & 1 deletion R/gof.vblpcm.R
Expand Up @@ -327,6 +327,6 @@ gof.vblpcm <- function (object, ..., nsim=100,
"obs.dspart", "pobs.dspart", "sim.dspart", "psim.dspart", "pval.dspart", "bds.dspart",
"GOF"
)
class(returnlist) <- "gofobject"
class(returnlist) <- "gof"
returnlist
}
2 changes: 2 additions & 0 deletions cleanup
@@ -0,0 +1,2 @@
#!/bin/sh
rm -f config.* src/Makevars src/config.h
4 changes: 2 additions & 2 deletions man/VBLPCM-package.Rd
Expand Up @@ -11,8 +11,8 @@ Variational Bayes approximation to the posterior for the Latent Position Cluster
\tabular{ll}{
Package: \tab VBLPCM\cr
Type: \tab Package\cr
Version: \tab 2.4.4\cr
Date: \tab 2015-12-14\cr
Version: \tab 2.4.5\cr
Date: \tab 2018-10-09\cr
License: \tab GPL (>=2) \cr
LazyLoad: \tab yes\cr
}
Expand Down

0 comments on commit eb659ac

Please sign in to comment.