epiverse-trace / simulist

An R package for simulating line lists
https://epiverse-trace.github.io/simulist/
Other
5 stars 1 forks source link

Person metadata show all NA on {epicontacts} interactive plotting #69

Closed joshwlambert closed 4 months ago

joshwlambert commented 7 months ago

The interactive plotting from the plotting method for the <epicontacts> class, shown in the Visualising contact data section of the data visualisation vignette, contains the elements of each person's metadata, but all fields are filled as NA. Only the id field, with the person's name, is filled correctly. There is also an id.1 field which is also NA.

joshwlambert commented 7 months ago

This issue should be completely or at least partially resolved with an update to the {epicontacts} R package from pull request reconhub/epicontacts#136.

joshwlambert commented 7 months ago

The issue is resolved since the merging of PR 136 in {epicontacts}. After installing the latest {epicontacts} from GitHub the vignettes plot the interactive network with the correct metadata.

The {simulist} pkgdown site will still display the network missing metadata as the new version of {epicontacts} is not yet on CRAN. I will make an issue on the {epicontacts} GitHub repo to discuss a new CRAN submission.

joshwlambert commented 5 months ago

Request for a CRAN release here: reconhub/epicontacts#138.

joshwlambert commented 4 months ago

New version of {epicontacts} is now on CRAN since 2024-04-30 https://cran.r-project.org/web/packages/epicontacts/index.html. The {simulist} pkgdown will update and this issue will be resolved once {simulist} v0.3.0 is released.