Skip to content

AdapSamp

Adaptive Sampling Algorithms

v1.1.1 · Mar 20, 2018 · GPL-2

Description

For distributions whose probability density functions are log-concave, the adaptive rejection sampling algorithm can be used to build envelope functions for sampling. For others, we can use the modified adaptive rejection sampling algorithm, the concave-convex adaptive rejection sampling algorithm and the adaptive slice sampling algorithm. So we designed an R package mainly including 4 functions: rARS(), rMARS(), rCCARS() and rASS(). These functions can realize sampling based on the algorithms above.

Downloads

271

Last 30 days

15686th

901

Last 90 days

3.2K

Last year

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

CRAN Check Status

5 NOTE
9 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 OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 NOTE
r-oldrel-macos-x86_64 NOTE
r-oldrel-windows-x86_64 NOTE
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 (5 non-OK)
NOTE r-devel-linux-x86_64-debian-clang

CRAN incoming feasibility

Maintainer: ‘Dong Zhang <dzhang0716@126.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Dong",
                    family = "Zhang",
                    role = c("aut", "cre"),
                    email = "dzhang0716@126.com")
as necessary.

Found the following (possibly) invalid file URIs:
  URI: dzhang0716@126.com
    From: man/rARS.Rd
  URI: dzhang0716@126.com
    From: man/rASS.Rd
  URI: dzhang0716@126.com
    From: man/rCCARS.Rd
  URI: dzhang0716@126.com
    From: man/rMARS.Rd
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Dong Zhang <dzhang0716@126.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Dong",
                    family = "Zhang",
                    role = c("aut", "cre"),
                    email = "dzhang0716@126.com")
as necessary.

Found the following (possibly) invalid file URIs:
  URI: dzhang0716@126.com
    From: man/rARS.Rd
  URI: dzhang0716@126.com
    From: man/rASS.Rd
  URI: dzhang0716@126.com
    From: man/rCCARS.Rd
  URI: dzhang0716@126.com
    From: man/rMARS.Rd
NOTE r-oldrel-macos-arm64

LazyData

'LazyData' is specified without a 'data' directory
NOTE r-oldrel-macos-x86_64

LazyData

'LazyData' is specified without a 'data' directory
NOTE r-oldrel-windows-x86_64

LazyData

'LazyData' is specified without a 'data' directory

Check History

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

CRAN incoming feasibility

Maintainer: ‘Dong Zhang <dzhang0716@126.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Dong",
                    family = "Zhang",
                    role = c("aut", "cre"),
                    emai
...[truncated]...
ary.

Found the following (possibly) invalid file URIs:
  URI: dzhang0716@126.com
    From: man/rARS.Rd
  URI: dzhang0716@126.com
    From: man/rASS.Rd
  URI: dzhang0716@126.com
    From: man/rCCARS.Rd
  URI: dzhang0716@126.com
    From: man/rMARS.Rd
NOTE r-devel-linux-x86_64-debian-gcc

CRAN incoming feasibility

Maintainer: ‘Dong Zhang <dzhang0716@126.com>’

No Authors@R field in DESCRIPTION.
Please add one, modifying
  Authors@R: person(given = "Dong",
                    family = "Zhang",
                    role = c("aut", "cre"),
                    emai
...[truncated]...
ary.

Found the following (possibly) invalid file URIs:
  URI: dzhang0716@126.com
    From: man/rARS.Rd
  URI: dzhang0716@126.com
    From: man/rASS.Rd
  URI: dzhang0716@126.com
    From: man/rCCARS.Rd
  URI: dzhang0716@126.com
    From: man/rMARS.Rd
NOTE r-oldrel-macos-arm64

LazyData

'LazyData' is specified without a 'data' directory
NOTE r-oldrel-macos-x86_64

LazyData

'LazyData' is specified without a 'data' directory
NOTE r-oldrel-windows-x86_64

LazyData

'LazyData' is specified without a 'data' directory

Dependency Network

Dependencies Reverse dependencies pracma AdapSamp

Version History

new 1.1.1 Mar 10, 2026
updated 1.1.1 ← 1.0 diff Mar 20, 2018
new 1.0 Sep 7, 2017