Skip to content

Commit

Permalink
Ported IRT scaling from rDNA 2 to rDNA 3
Browse files Browse the repository at this point in the history
  • Loading branch information
leifeld committed Aug 17, 2024
1 parent 1ce2878 commit e926c38
Show file tree
Hide file tree
Showing 5 changed files with 2,531 additions and 2 deletions.
7 changes: 5 additions & 2 deletions rDNA/rDNA/DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: rDNA
Version: 3.0.11
Date: 2024-08-10
Date: 2024-08-17
Title: Discourse Network Analysis in R
Authors@R:
c(person(given = "Philip",
Expand Down Expand Up @@ -39,7 +39,10 @@ Suggests:
MASS (>= 7.3-51.5),
factoextra (>= 1.0.7),
heatmaply (>= 1.4.2),
tidygraph (>= 1.3.1)
tidygraph (>= 1.3.1),
ggrepel (>= 0.9.5),
MCMCpack (>= 1.7-0),
coda (>= 0.19-4.1)
SystemRequirements: Java (>= 11)
License: GPL-2
URL: https://github.com/leifeld/dna
Expand Down
8 changes: 8 additions & 0 deletions rDNA/rDNA/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ S3method(autoplot,dna_barplot)
S3method(autoplot,dna_network_onemode)
S3method(autoplot,dna_network_twomode)
S3method(autoplot,dna_phaseTransitions)
S3method(autoplot,dna_scale)
S3method(plot,dna_backbone)
S3method(print,dna_backbone)
S3method(print,dna_barplot)
S3method(print,dna_multiclust)
S3method(print,dna_network_onemode)
S3method(print,dna_network_twomode)
S3method(print,dna_phaseTransitions)
S3method(print,dna_scale)
export(dna_api)
export(dna_backbone)
export(dna_barplot)
Expand All @@ -33,6 +35,10 @@ export(dna_printDetails)
export(dna_queryCoders)
export(dna_sample)
export(dna_saveConnectionProfile)
export(dna_scale1dbin)
export(dna_scale1dord)
export(dna_scale2dbin)
export(dna_scale2dord)
export(dna_tidygraph)
importFrom(ggplot2,.pt)
importFrom(ggplot2,aes)
Expand Down Expand Up @@ -83,6 +89,8 @@ importFrom(stats,dist)
importFrom(stats,filter)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,reorder)
importFrom(stats,reshape)
importFrom(utils,combn)
importFrom(utils,download.file)
importFrom(utils,head)
Expand Down
Loading

0 comments on commit e926c38

Please sign in to comment.