Skip to content

BayesTree

Bayesian Additive Regression Trees

v0.3-1.5 · Jan 30, 2024 · GPL (>= 2)

Description

This is an implementation of BART:Bayesian Additive Regression Trees, by Chipman, George, McCulloch (2010).

Downloads

541

Last 30 days

7443rd

1.6K

Last 90 days

15.6K

Last year

Trend: +2.5% (30d vs prior 30d)

CRAN Check Status

4 NOTE
10 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang NOTE
r-devel-linux-x86_64-debian-gcc NOTE
r-devel-linux-x86_64-fedora-clang NOTE
r-devel-linux-x86_64-fedora-gcc NOTE
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK
Check details (4 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Robert McCulloch <robert.e.mcculloch@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Hugh",
                      family = "Chipman",
                      role = "aut",
                      email = "hugh.chipman@gmail.com"),
               person(given = "Robert",
                      family = "McCulloch",
                      role = c("aut", "cre"),
                      email = "robert.e.mcculloch@gmail.com"))
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Robert McCulloch <robert.e.mcculloch@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Hugh",
                      family = "Chipman",
                      role = "aut",
                      email = "hugh.chipman@gmail.com"),
               person(given = "Robert",
                      family = "McCulloch",
                      role = c("aut", "cre"),
                      email = "robert.e.mcculloch@gmail.com"))
as necessary.
NOTE r-devel-linux-x86_64-fedora-clang

compiled code

File ‘BayesTree/libs/BayesTree.so’:
  Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

It is good practice to register native routines and to disable symbol
search.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
NOTE r-devel-linux-x86_64-fedora-gcc

compiled code

File ‘BayesTree/libs/BayesTree.so’:
  Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

It is good practice to register native routines and to disable symbol
search.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.

Check History

NOTE 10 OK · 4 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Robert McCulloch <robert.e.mcculloch@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Hugh",
                      family = "Chipman",
                      role = "aut",
          
...[truncated]...
         email = "hugh.chipman@gmail.com"),
               person(given = "Robert",
                      family = "McCulloch",
                      role = c("aut", "cre"),
                      email = "robert.e.mcculloch@gmail.com"))
as necessary.
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Robert McCulloch <robert.e.mcculloch@gmail.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: c(person(given = "Hugh",
                      family = "Chipman",
                      role = "aut",
          
...[truncated]...
         email = "hugh.chipman@gmail.com"),
               person(given = "Robert",
                      family = "McCulloch",
                      role = c("aut", "cre"),
                      email = "robert.e.mcculloch@gmail.com"))
as necessary.
NOTE r-devel-linux-x86_64-fedora-clang

compiled code

File ‘BayesTree/libs/BayesTree.so’:
  Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

It is good practice to register native routines and to disable symbol
search.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
NOTE r-devel-linux-x86_64-fedora-gcc

compiled code

File ‘BayesTree/libs/BayesTree.so’:
  Found no calls to: ‘R_registerRoutines’, ‘R_useDynamicSymbols’

It is good practice to register native routines and to disable symbol
search.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.

Reverse Dependencies (3)

imports

Dependency Network

Dependencies Reverse dependencies nnet psica BayesTreePrior causaldrf BayesTree

Version History

new 0.3-1.5 Mar 10, 2026
updated 0.3-1.5 ← 0.3-1.4 diff Jan 29, 2024
updated 0.3-1.4 ← 0.3-1.3 diff Jul 5, 2016
updated 0.3-1.3 ← 0.3-1.2 diff Feb 22, 2016
updated 0.3-1.2 ← 0.3-1.1 diff Nov 2, 2014
updated 0.3-1.1 ← 0.3-1 diff May 6, 2010
updated 0.3-1 ← 0.2-0 diff May 23, 2009
updated 0.2-0 ← 0.1-0 diff Oct 16, 2006
new 0.1-0 Jan 4, 2006