vertex.id not being recognized as numeric in vertex.spells

Aperta
#14 2 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
35/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
r
Ambito
data

Direzione di ricerca

Start by running the attached temporal-network-analysis-with-r.R.txt script with TNAWR_DynamicNodes.csv, TNAWR_DynamicEdges.csv, TNAWR_StaticEdgelist.csv, and TNAWR_VertexAttributes.csv, then inspect the console output and sessionInfo. Trace the networkDynamic call's validation of vertex.spells and its vertex.id column; done means explaining why the supplied column fails the numeric check and confirming the behavior with this reproduction.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

I'm trying to replicate the results here. For some reason, when using the networkDynamic function, I receive the following error:

Error in networkDynamic(thenetwork, edge.spells = PHDynamicEdges, vertex.spells = PHDynamicNodes) : 
  vertex.spells requires the vertex.id column to be numeric

I explicitly import vertex.id as a numeric column. So, it's not clear why I'm getting this message.

Here is the output from my console, including the output from sessionInfo():
console-output-from-temporal-network-analysis-with-r.txt

Here is the R code I'm using:
temporal-network-analysis-with-r.R.txt

Here are the csv files downloaded from the aforementioned website:
TNAWR_DynamicNodes.csv
TNAWR_DynamicEdges.csv
TNAWR_StaticEdgelist.csv
TNAWR_VertexAttributes.csv

Lingua principale
R
Stelle
12
Fork
1
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di statnet/networkDynamic

Tutte le issue di statnet/networkDynamic

Issue simili

Altre issue su R

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.