Skip to content

Commit

Permalink
SH: all
Browse files Browse the repository at this point in the history
  • Loading branch information
hojsgaard committed Oct 14, 2024
1 parent 6c07153 commit c566430
Show file tree
Hide file tree
Showing 120 changed files with 1,742 additions and 3,351 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ vignettes/.Rhistory
nobioc
^.*\.Rproj$
^\.Rproj\.user$
_pkgdown.yml
docs/
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: gRbase
Version: 2.0.2
Version: 2.0.3
Title: A Package for Graphical Modelling in R
Author: Søren Højsgaard <[email protected]>
Maintainer: Søren Højsgaard <[email protected]>
Expand Down Expand Up @@ -38,5 +38,5 @@ Suggests:
markdown,
knitr
LinkingTo: Rcpp (>= 0.11.1), RcppEigen, RcppArmadillo
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
6 changes: 0 additions & 6 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ export(get_cliques)
export(get_subset)
export(get_superset)
export(graph_as)
export(intersectPrim)
export(iplot)
export(is.DAG)
export(is.DG)
Expand Down Expand Up @@ -172,7 +171,6 @@ export(list2rhsFormula)
export(list2rhsf)
export(listify_dots)
export(makeDimNames)
export(matchPrim)
export(matrix2list)
export(maxClique)
export(maxCliqueMAT)
Expand All @@ -198,7 +196,6 @@ export(nodes)
export(nodes_)
export(nonEdgeList)
export(nonEdgeListMAT)
export(outerPrim)
export(pairs2num)
export(parents)
export(parray)
Expand All @@ -217,7 +214,6 @@ export(ripMAT)
export(rowSumsPrim)
export(rowmat2list)
export(separates)
export(setdiffPrim)
export(simplicialNodes)
export(simulateArray)
export(slice2entry)
Expand Down Expand Up @@ -276,8 +272,6 @@ export(ug)
export(ug2dag)
export(ugList)
export(ugi)
export(uniquePrim)
export(unlistPrim)
export(valueLabels)
export(varNames)
export(vchi)
Expand Down
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
gRbase v2.0.3 (Release date: 2024-10-14)
==========================================

Changes:

* All references to graphNEL objects, the graph package etc should be
removed now. Everything related to graphs evolves around igraphs and
adjacency matrices.

gRbase v2.0.2 (Release date: 2024-06-04)
==========================================

Expand Down
22 changes: 22 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
reference:
- title: Functions in gRbase
desc: >
Functions in gRain to be used in the future.
contents:
- lacks_concepts(c("dataset"))
- title: Old names
desc: >
These functions are kept in the package for backward compatibility. They may be deprecated in the future.
contents:
- has_concept("old_names")
- title: Datasets
desc: >
These functions are kept in the package for backward compatibility. They may be deprecated in the future.
contents:
- has_concept("dataset")


## - title: Complete reference
## desc: ~
## contents:
## - matches(".*")
12 changes: 6 additions & 6 deletions docs/404.html

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

12 changes: 6 additions & 6 deletions docs/LICENSE-text.html

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

Loading

0 comments on commit c566430

Please sign in to comment.