Skip to content

Commit 5c12f7b

Browse files
committed
starting with aider
1 parent af3b8dd commit 5c12f7b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
.Rhistory
33
.RData
44
.Ruserdata
5-
parameter_trace
5+
.aider*

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ License: GPL-3
1616
Encoding: UTF-8
1717
LazyData: true
1818
Roxygen: list(markdown = TRUE)
19-
RoxygenNote: 7.3.2
19+
RoxygenNote: 7.3.3
2020
LinkingTo:
2121
Rcpp,
2222
RcppArmadillo

R/RcppExports.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#' The function generates all possible topological sorts for the provided preference matrix
1818
#' and saves approximately `save_frac` of the sorts in a matrix which is returned.
1919
#'
20-
#' @return This function returns the number of topological sorts.
20+
#' @return A list containing the number of topological sorts and optionally a matrix of sorts.
2121
#'
2222
#' @export
2323
#' @examples

man/precompute_topological_sorts.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)