Skip to content

Commit

Permalink
updated version for the (re)submission
Browse files Browse the repository at this point in the history
  • Loading branch information
merliseclyde committed Mar 9, 2023
1 parent dfa333b commit 6a5d341
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: bark
Type: Package
Title: Bayesian Additive Regression Kernels
Version: 1.0.0
Date: 2023-03-07
Version: 1.0.1
Date: 2023-03-08
Authors@R: c(person("Merlise", "Clyde", email="clyde@stat.duke.edu",
role=c("aut","cre", "ths"),
comment=c("ORCID=0000-0002-3595-1872")
Expand Down
9 changes: 7 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@
Re-submission of package that had been archived in 2015 due to running times
of examples not complying with CRAN policy

Comments
Comments for this submission:

- fixed running time of examples so that all are less than 5 seconds on test platforms (see below) by reducing the number of iterations for illustration. Additional longer examples are in \donttest now.
- added reference to DESCRIPTION file
- added \value to the function man page of `bark-package-deprecated` that is used to list all deprecated functions from the package (returns nothing)
- long running examples are enclosed in \donttest rather than \dontrun per reviewers request. Deprecated functions use \dontrun to avoid warnings.
- added all authors, contributors and copyright holders in the Authors@R field with the appropriate roles.
- added all authors, contributors and copyright holders in the Authors@R field with the appropriate roles.

Comments on Previous Submission:
- added unit tests so that code coverage through testthat now execute 99% of code (6 lines not covered reported by CodeCov)
- added registration of native routines in foreign function calls, disabled symbol search in `src/bark-init.c` and updated the `NAMESPACE` using Roxygen2


## Test environments
- local R installation macosx, R 4.2.2
Expand Down

0 comments on commit 6a5d341

Please sign in to comment.