Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

easybgm in jasp #124

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ License: GPL (>= 2)
Encoding: UTF-8
Imports:
bootnet,
BDgraph,
easybgm,
corpcor,
dplyr,
foreach,
Expand All @@ -32,4 +32,4 @@ Remotes:
jasp-stats/jaspBase,
jasp-stats/jaspGraphs
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
RoxygenNote: 7.3.2
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated by roxygen2: do not edit by hand

export(NetworkAnalysis)
export(BayesianNetworkAnalysis)
export(NetworkAnalysis)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

did roxygen2 do this automatically? if yes all good, otherwise please revert the change.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was changed automatically.

importFrom(jaspBase,.extractErrorMessage)
importFrom(jaspBase,.hasErrors)
importFrom(jaspBase,.quitAnalysis)
Expand Down
Loading
Loading