Skip to content

Commit

Permalink
Update to Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiopaulon committed Mar 26, 2023
1 parent 8a7584a commit 15cb61d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: lddmm
Type: Package
Title: Longitudinal Drift-Diffusion Mixed Models (LDDMM)
Version: 0.3.0
Date: 2023-03-24
Date: 2023-03-25
Authors@R: c(person("Giorgio", "Paulon", email = "giorgio.paulon@utexas.edu",
role = c("aut", "cre")),
person("Abhra", "Sarkar", email = "abhra.sarkar@utexas.edu",
Expand Down
4 changes: 2 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ importFrom('ggplot2', 'ggplot', 'geom_line', 'aes', 'facet_wrap', 'labs',
importFrom("latex2exp", "TeX")
export("B_basis", "data",
"extract_post_draws", "extract_post_mean", "H_ball",
"LDDMM", "log_likelihood", "P_smooth1", "plot_accuracy",
"plot_post_pars", "plot_RT")
"LDDMM", "log_likelihood", "log_likelihood_ind", "P_smooth1", "plot_accuracy",
"plot_post_pars", "plot_RT", "compute_WAIC")
11 changes: 4 additions & 7 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
## R CMD check results

── R CMD check results ────────────────────── lddmm 0.2.1 ────
Duration: 1m 17.2s

❯ checking top-level files ... NOTE
Non-standard files/directories found at top level:
‘LICENSE.md’ ‘News.md’ ‘README.Rmd’ ‘cran-comments.md’
── R CMD check results ────────────────────────── lddmm 0.3.0 ────
Duration: 38s

❯ checking dependencies in R code ... NOTE
Namespaces in Imports field not imported from:
‘RColorBrewer’ ‘RcppProgress’ ‘rgen’
All declared Imports should be used.

0 errors ✔ | 0 warnings ✔ | 2 notes
0 errors ✔ | 0 warnings ✔ | 1 note

R CMD check succeeded


## Downstream dependencies

There are currently no downstream dependencies for this package.

0 comments on commit 15cb61d

Please sign in to comment.