Skip to content

Commit

Permalink
Fixed error; built rDNA docs; increased minor DNA version number
Browse files Browse the repository at this point in the history
  • Loading branch information
leifeld committed Jan 4, 2025
1 parent a4c8839 commit deff8cb
Show file tree
Hide file tree
Showing 16 changed files with 27 additions and 34 deletions.
2 changes: 1 addition & 1 deletion build/bibliography.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author:
bibliography:
- bibliography.bib
csl: apa-numeric-superscript-brackets.csl
date: 2024-08-19
date: 2025-01-04
title: "Discourse Network Analysis: Bibliography"
---

Expand Down
4 changes: 2 additions & 2 deletions dna/src/main/java/dna/Dna.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ public class Dna {
public static Dna dna;
public static Logger logger;
public static Sql sql;
public static final String date = "2024-10-08";
public static final String version = "3.0.11.2";
public static final String date = "2025-01-05";
public static final String version = "3.0.11.3";
public static final String operatingSystem = System.getProperty("os.name");
public static File workingDirectory = null;
public static Gui gui;
Expand Down
1 change: 0 additions & 1 deletion dna/src/main/java/export/Exporter.java
Original file line number Diff line number Diff line change
Expand Up @@ -3768,7 +3768,6 @@ public double[] evaluateBackboneSolution(String[] backboneEntities, int p) {

return results;
}
}

/*
* =============================================================================
Expand Down
2 changes: 1 addition & 1 deletion rDNA/rDNA/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ BugReports: https://github.com/leifeld/dna/issues
License: GPL-3 | file LICENSE
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
2 changes: 1 addition & 1 deletion rDNA/rDNA/man/as.matrix.dna_network_onemode.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rDNA/rDNA/man/as.matrix.dna_network_twomode.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rDNA/rDNA/man/autoplot.dna_network.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rDNA/rDNA/man/dna_backbone.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rDNA/rDNA/man/dna_barplot.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 12 additions & 18 deletions rDNA/rDNA/man/dna_jar.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rDNA/rDNA/man/dna_multiclust.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rDNA/rDNA/man/dna_network.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rDNA/rDNA/man/dna_phaseTransitions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rDNA/rDNA/man/dna_tidygraph.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rDNA/rDNA/man/print.dna_network_onemode.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rDNA/rDNA/man/print.dna_network_twomode.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit deff8cb

Please sign in to comment.