Skip to content

magrittr

A Forward-Pipe Operator for R

v2.0.5 · Apr 4, 2026 · MIT + file LICENSE

Description

Provides a mechanism for chaining commands with a new forward-pipe operator, %>%. This operator will forward a value, or the result of an expression, into the next function call/expression. There is flexible support for the type of right-hand side expressions. For more information, see package vignette. To quote Rene Magritte, "Ceci n'est pas un pipe."

Downloads

1.6M

Last 30 days

8th

6M

Last 90 days

17.8M

Last year

Trend: -19.7% (30d vs prior 30d)

CRAN Check Status

3 WARNING
4 NOTE
7 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang WARNING
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc WARNING
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 WARNING
r-release-linux-x86_64 NOTE
r-release-macos-arm64 NOTE
r-release-macos-x86_64 NOTE
r-release-windows-x86_64 NOTE
Check details (7 non-OK)
WARNING r-devel-linux-x86_64-debian-clang

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘R_UnboundValue’, ‘Rf_allocSExp’,
    ‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’
These entry points may be removed soon:
‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’, ‘Rf_allocSExp’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
WARNING r-devel-linux-x86_64-fedora-gcc

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘R_UnboundValue’, ‘Rf_allocSExp’,
    ‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’
These entry points may be removed soon:
‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’, ‘Rf_allocSExp’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
WARNING r-patched-linux-x86_64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘R_UnboundValue’, ‘Rf_allocSExp’,
    ‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’
These entry points may be removed soon:
‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’, ‘Rf_allocSExp’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-release-linux-x86_64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-release-macos-arm64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-release-macos-x86_64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-release-windows-x86_64

compiled code

File 'magrittr/libs/x64/magrittr.dll':
  Found non-API calls to R: 'Rf_allocSExp', 'SET_PRCODE', 'SET_PRENV',
    'SET_PRVALUE'

Compiled code should not call non-API entry points in R.

See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.

Check History

WARNING 3 OK · 5 NOTE · 6 WARNING · 0 ERROR · 0 FAILURE Mar 31, 2026
WARNING r-devel-linux-x86_64-debian-clang

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’
These entry points may be removed soon:
‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’, ‘Rf_allocSExp’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
WARNING r-devel-linux-x86_64-debian-gcc

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘R_UnboundValue’, ‘Rf_allocSExp’,
    ‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’
These entry points may be removed soon:
‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’, ‘Rf_allocSExp’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
WARNING r-devel-linux-x86_64-fedora-clang

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘R_UnboundValue’, ‘Rf_allocSExp’,
    ‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’
These entry points may be removed soon:
‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’, ‘Rf_allocSExp’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
WARNING r-devel-linux-x86_64-fedora-gcc

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’
These entry points may be removed soon:
‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’, ‘Rf_allocSExp’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
WARNING r-devel-macos-arm64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’
These entry points may be removed soon:
‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’, ‘Rf_allocSExp’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
WARNING r-devel-windows-x86_64

compiled code

File 'magrittr/libs/x64/magrittr.dll':
  Found non-API calls to R: 'R_UnboundValue', 'Rf_allocSExp',
    'SET_PRCODE', 'SET_PRENV', 'SET_PRVALUE'
These entry points may be removed soon:
'SET_PRCODE', 'SET_PRENV', 'SET_PRVALUE', 'Rf_allocSExp'

Compiled code should not call non-API entry points in R.

See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
NOTE r-patched-linux-x86_64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-release-linux-x86_64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-release-macos-arm64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-release-macos-x86_64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-release-windows-x86_64

compiled code

File 'magrittr/libs/x64/magrittr.dll':
  Found non-API calls to R: 'Rf_allocSExp', 'SET_PRCODE', 'SET_PRENV',
    'SET_PRVALUE'

Compiled code should not call non-API entry points in R.

See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
ERROR 3 OK · 6 NOTE · 4 WARNING · 1 ERROR · 0 FAILURE Mar 27, 2026
WARNING r-devel-linux-x86_64-debian-clang

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’
These entry points may be removed soon:
‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’, ‘Rf_allocSExp’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
WARNING r-devel-linux-x86_64-debian-gcc

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘R_UnboundValue’, ‘Rf_allocSExp’,
    ‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’
These entry points may be removed soon:
‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’, ‘Rf_allocSExp’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
WARNING r-devel-linux-x86_64-fedora-clang

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’
These entry points may be removed soon:
‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’, ‘Rf_allocSExp’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
WARNING r-devel-linux-x86_64-fedora-gcc

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’
These entry points may be removed soon:
‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’, ‘Rf_allocSExp’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-macos-arm64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
ERROR r-devel-windows-x86_64

whether package can be installed

Installation failed.
See 'd:/Rcompile/CRANpkg/local/4.6/magrittr.Rcheck/00install.out' for details.
NOTE r-patched-linux-x86_64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-release-linux-x86_64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-release-macos-arm64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-release-macos-x86_64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-release-windows-x86_64

compiled code

File 'magrittr/libs/x64/magrittr.dll':
  Found non-API calls to R: 'Rf_allocSExp', 'SET_PRCODE', 'SET_PRENV',
    'SET_PRVALUE'

Compiled code should not call non-API entry points in R.

See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
WARNING 3 OK · 8 NOTE · 3 WARNING · 0 ERROR · 0 FAILURE Mar 17, 2026
NOTE r-devel-linux-x86_64-debian-clang

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
WARNING r-devel-linux-x86_64-debian-gcc

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’
These entry points may be removed soon:
‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’, ‘Rf_allocSExp’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
WARNING r-devel-linux-x86_64-fedora-clang

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’
These entry points may be removed soon:
‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’, ‘Rf_allocSExp’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
WARNING r-devel-linux-x86_64-fedora-gcc

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’
These entry points may be removed soon:
‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’, ‘Rf_allocSExp’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-macos-arm64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-windows-x86_64

compiled code

File 'magrittr/libs/x64/magrittr.dll':
  Found non-API calls to R: 'Rf_allocSExp', 'SET_PRCODE', 'SET_PRENV',
    'SET_PRVALUE'

Compiled code should not call non-API entry points in R.

See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
NOTE r-patched-linux-x86_64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-release-linux-x86_64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-release-macos-arm64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-release-macos-x86_64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-release-windows-x86_64

compiled code

File 'magrittr/libs/x64/magrittr.dll':
  Found non-API calls to R: 'Rf_allocSExp', 'SET_PRCODE', 'SET_PRENV',
    'SET_PRVALUE'

Compiled code should not call non-API entry points in R.

See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
NOTE 3 OK · 11 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
NOTE r-devel-linux-x86_64-debian-clang

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-linux-x86_64-debian-gcc

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-linux-x86_64-fedora-clang

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-linux-x86_64-fedora-gcc

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-macos-arm64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-devel-windows-x86_64

compiled code

File 'magrittr/libs/x64/magrittr.dll':
  Found non-API calls to R: 'Rf_allocSExp', 'SET_PRCODE', 'SET_PRENV',
    'SET_PRVALUE'

Compiled code should not call non-API entry points in R.

See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
NOTE r-patched-linux-x86_64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-release-linux-x86_64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-release-macos-arm64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-release-macos-x86_64

compiled code

File ‘magrittr/libs/magrittr.so’:
  Found non-API calls to R: ‘Rf_allocSExp’, ‘SET_PRCODE’, ‘SET_PRENV’,
    ‘SET_PRVALUE’

Compiled code should not call non-API entry points in R.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
NOTE r-release-windows-x86_64

compiled code

File 'magrittr/libs/x64/magrittr.dll':
  Found non-API calls to R: 'Rf_allocSExp', 'SET_PRCODE', 'SET_PRENV',
    'SET_PRVALUE'

Compiled code should not call non-API entry points in R.

See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.

Reverse Dependencies (2497)

imports

AATtools ABCDscores AEenrich AHPGaussian AHPWR ALLSPICER APCI APCinteraction APackOfTheClones ARGOS ARTool ASSISTant AgeTopicModels AirMonitor AirportProblems AlignLV AlphaPart AmesHousing Analitica AnanseSeurat AnimalSequences AntibodyForests AquaBEHER AquaticLifeHistory ArchipelagoEngine AudioScatter AutoScore AutoWMM BAwiR BFS BGPhazard BIGL BPrinStratTTE BREADR BacenAPI BasketballAnalyzeR BayesFBHborrow BayesMoFo BayesMortalityPlus BayesMultiMode BayesPET BayesSIM BayesVolcano BayesianDisaggregation BayesianReasoning Bchron BeeGUTS Bernadette BiVariAn BiasCorrector BinaryReplicates BioMoR BioVizSeq BlockCov BoundaryStats CB2 CCAMLRGIS CCWeights CIARA CICA CIMTx CIpostSelect CMHSU CMTFtoolbox CNAIM CNVScope COVIDIBGE CR2 CRABS CRE CRMetrics CRTspat CSHShydRology CaPO4Sim CalcThemAll.PRM CalibrationCurves CamelUp CausCor Certara.ModelResults Certara.R Certara.RDarwin Certara.RsNLME.ModelBuilder Certara.RsNLME.ModelExecutor Certara.Xpose.NLME ChangePointTaylor ChemoSpec ChemoSpecUtils CimpleG Cleanet CliquePercolation ClustImpute ClusterGVis CoDiNA ColOpenData ColorNameR ComBatFamQC CompositeReliability ConFluxPro ConfidenceEllipse ConfusionTableR ConversationAlign CopulaCenR CortSineScore CropScapeR CspStandSegmentation D3partitionR DAGassist DAISIE DBItest DCEtool DESNP DEploid DEploid.utils DEplotting DGEobj DIETCOST DIZtools DOPE DQAgui DQAstats DSSAT DT DTEAssurance DTSEA DataQualityDashboard DeSciDe DeepLearningCausal DemoKin DescriptiveStats.OBeu DiagrammeR Dict Directional DiscreteGapStatistic DrDimont DrugExposureDiagnostics DynNom DynareR E2E EFAtools EHRmuse EIEntropy ENMTools EQRN EZbakR EconCausal Ecume EloOptimized Epi EpiTest EviewsR EvoPhylo FARS FAST.R FAVAR FAfA FFTrees FedData FlickrAPI FluxSeparator FoRDM ForIT ForestElementsR GCEstim GCubeR GDPuc GGally GISSB GMDH2 GREENeR GRIN2 GRShiny GWlasso GeRnika GeoFIS GeomArchetypal GetDFPData2 GetFREData GimmeMyPlot GiniDecompLY GlmSimulatoR Gmisc Goodreader GoogleImage2Array GroupBN GrowthCurveME GseaVis HEssRNA HLMdiag HPZoneAPI HTLR HVT HaploVar HodgesTools HotellingEllipse HuraultMisc ICD10gm ICSKAT IPEDSuploadables ISCA IceSat2R IncidencePrevalence InsectLabelR InsuSensCalc IsingSampler Isinglandr JBrowseR JSmediation KHQ Kernelheaping KrakenR KraljicMatrix LABTNSCPSS LAD LAGOSNE LDATS LDATree LMPdata LOGAN LPDynR LTASR LadderFuelsR LightLogR LongDat LorMe MAICtools MAP MATES MBNMAdose MBNMAtime MCTrend MDPIexploreR MECfda MFO MLFS MLMusingR MLmorph MLwrap MMINP MPTmultiverse MRFcov MRG MRStdCRT MUVR2 MachineShop MagmaClustR MainExistingDatasets MakefileR MantaID ManyIVsNets Mapinguari MarginalMediation MazamaCoreUtils MazamaLocationUtils MazamaSpatialPlots MazamaSpatialUtils MazamaTimeSeries MetaNet MetaRVM MethScope MetricGraph MitoHEAR MixMashNet MixedPsy Mmcsd MplusLGM MultiTraits MultivariateAnalysis N2H4 NBAloveR NBDCtools NGLVieweR NHSDataDictionaRy NHSRplotthedots NMAforest NUETON NUSS NVAR NaileR NestMRMC NetCoupler NetSci NetworkExtinction NeuralEstimators NeuralSens NeuroDecodeR NiLeDAM Nmisc NobBS ODRF ORFID OTclust OVtool OddsPlotty OmicFlow OmicsPLS OneSampleLogRankTest OpenRepGrid.ic OpenSourceAP.DownloadR OptimaRegion OralOpioids OrgHeatmap OtsuFire PAutilities PEIMAN2 PERK PINstimation PKPDsim PLNmodels PLUCR PNADcIBGE PND.heter.cluster PNDSIBGE PNSIBGE POMADE PPbigdata PPforest PSIM PSLM2015 PSTR PTSDdiag PTXQC PUMP PaRe PakPC2017 ParCC ParamANOVA PesticideLoadIndicator PhenoSpectra PiC PlayerChart PnT PopED PopGenHelpR PopPsiSeqR PopulateR PortalHacienda PowRPriori PoweREST ProAE ProteoBayes PubChemR QRAGadget QuICSeedR QurvE R.AlphA.Home RAQSAPI RARfreq RBaseX RCLabels RCT RCTS RChASM RClimacell RCzechia REDCapDM REDCapR REDI RESIDE REddyProc RKorAPClient RMAT RMM RNAseqQC ROCaggregator ROCnGO RPyGeo RQdeltaCT RRRR RSAGA RSD RSDA RStoolbox RTL RTLknitr RVerbalExpressions Racmacs Rapi Raquifer RareComb RavenR Rbearcat Rcurvep RegimeChange RegrCoeffsExplorer ReliaShiny ReportSubtotal ReporterScore ReviewR Rgff Rigma Rlibkdv RobinCar RobinHood Rpadrino Rrepest Rspotify RulesTools Ryacas SCDB SCFMonitor SCoRES SCtools SDGdetector SEIRfansy SHAKTI SIBER SIRE SISIR SLCARE SLOS SOPC SPECK SRTtools SSDM SSEparser SSVS STMr SUMO SWTools SanFranBeachWater SangerTools SchoolDataIT SeaSondeR SemNeT SemanticDistance SeroTrackR ShapleyOutlier SharkDemography ShellChron SimKid SimplyAgree SingleCellComplexHeatMap SlideCNA SoilManageR Sojourn SomaDataIO SpatialDownscaling SpatialInference SpatialKDE SpatialRDD Spectran SportMiner StackImpute StockDistFit StroupGLMM SunsVoc SupMZ SuperSurv Superpower SveltePlots SwimmeR SynDI SynergyLMM SynthETIC SynthTools Sysrecon TSEAL TSPred TSstudio TUFLOWR TeXCheckR TernTables TheOpenAIR ThermalSampleR TidyDensity TidyMultiqc Tmisc Tplyr TransProR Trendtwosub TwoRegression TwoWayFEWeights UCSCXenaShiny UCSCXenaTools UKgrid URooTab UVdose UniprotR VOSONDash WARDEN WAreg WaterBalanceR WikipediR WinRatio WpProj XKCDdata YEAB Z10 ZVCV aNCA abjutils abstr academictwitteR accrualPlot acledR acroname activAnalyzer activPAL activityCounts actuaRE actuaryr adas.utils adcontabil add2ggplot adept admiral admiralmetabolic admiralneuro admiralonco admiralophtha admiralpeds admiralvaccine admixr aeddo afdx agcounts aggreCAT agriutilities agvgd ahnr aihuman airship airt akc alfr alfred allcontributors allofus almanac altair altfuelr ambiR analogsea aniSNA anipaths annotaR anybadger aoos apa apexcharter aplot appsheet aquacultuR aquodom archivist arpr aspline attachment attrib audubon auk autoTS autoharp autohrf automagic autostats autotab autothresholdr aws.wrfsmn babelmixr2 badp baguette baizer bakR baldur bambooHR bamm banR baseballr basedosdados bate bayesMeanScale bayesammi bayesmlogit bayesmove bayesrules bdc bdl bdsm bea.R beakr beezdiscounting bennu besthr bfboinet bfw biblioverlap bidser bigergm bigsnpr bigstep bigtime billboarder biocompute biodosetools birdscanR bitmexr bkmr blastula blindspiker blscrapeR bluebike bootCT boxr bp bpa brclimr breakaway bridgr briqr brolgar bs4cards bsitar bspcov bsplus bsynth btb buildr bulkreadr bumblebee bupaR butterflyOptions cSEM calibrationband campfin campsismod canadamaps cancerradarr capesR capl caracas carbonr caretForecast carpenter cascadess cases cassandRa cassowaryr catfun catmaply causact causal.decomp causalBatch causalPAF causalQual cbioportalR ccar3 ccpsyc cdrcR ceblR cepR ceser cfbfastR cforward cgmquantify charisma chcd cheatsheet checkhelper cheem cheese chess chessboard chevron childesr childsds chilemapas chillR chromote chronochrt cisp cjar ckanr cleanepi clidatajp clifford climodr clinify clinspacy clptheory clr clusterWebApp clustermole clusternomics clustringr cmdfun cms cocktailApp codemetar codestral coefplot cofad cogmapr cohortBuilder cohorts colordistance colorfindr colorist colorizer combcoint combinedevents comorosmaps comperes compositeReliabilityInNestedDesigns concatipede condformat condorOptions configulaR connectapi connectwidgets conos conquestr conrad conserveR consibiocloudclient consortr contentanalysis contribution convergenceDFM cophescan copulaSim corncob corporaexplorer corrMCT correlationfunnel corrmeta cosinor2 countyhealthR covid19france covid19india covid19sf covid19tunisia covid19us cpam cpsvote cramR crawl cre.dcf crimeutils criticality criticalpath crmPack crops crosshap crossnma csalert csmGmm cstidy cstime csutil csvwr cthist cuperdec cutpoint cvasi cyclestreets cyclomort cystiSim cytominer czechrates czso dCUR dabestr dabr dacc dail damAOI daqapo dartR.captive dat dataCompare dataMaid dataReporter dataSDA datacleanr datacutr dataframeexplorer datamedios dataspice datazoom.amazonia datetoiso daySupply days2lessons dbGaPCheckup dbnR dbplyr dci dcm2 ddc ddpcr debkeepr decisionSupport decisionpaths deckgl decompositionLE decp degday dendextend dendroTools denguedatahub descriptr descstat detectXOR detrendr df2yaml dfeR dfoliatR dgpsi diceR digiRhythm dilp dimRed directAgeStd disbayes discoverableresearch discrtr dispositionEffect dissever distcomp distrr dlstats dmai dmtools dndR docuSignr documenter docxtractr dodgr dotsViolin downloadthis downsize dplyr dplyrAssist drawer dsb dtGAP dtrackr duckplyr dunlin dupree dwp dySEM dygraphs dynConfiR dynamicSDM dynparam dynr dynutils eHDPrep eSDM easyEWAS easyScieloPack easyalluvial ebirdst ebnm ec50estimator ecan echoice2 eclipseplot ecoTolerance ecocomDP eda4treeR edar edeaR edibble ediblecity editData eiExpand einet einops eirm electionsBR emayili entrymodels eoffice epe4md epiCo epidatr epifitter epigraphdb episensr episomer eply epocakir epts epubr ergm ergm.sign esem esvis ethnobotanyR etrader eudract eufmdis.adapt eurodata eventPred eventreport evinf examly exampletestr exams.forge excel2eprime excluder expDB experiences expertsurv explainer explore expowo extrasteps eye ezTrack ezcox ezmmek f1dataR fEGarch fPASS facerec fairGATE fairGNN fakir farrell fastFMM fastRhockey fastml fastqcr fastrep fastverse fdaPOIFD fdapaceShiny fedmatch fedstatAPIr felp ferrn ffp ffscrapr fgdiR fgeo fgeo.analyze fgeo.plot fgeo.tool figpatch file2meco filesstrings filters finalfit findSVI finnsurveytext finnts fireexposuR fishualize fitbitViz fitbitr fitlandr fitzRoy flametree flevr flex flexsurv flexurba flightplot flipbookr flippant flipr flood flowTraceR fluxfixer fmi fmpcloudr foodwebWrapper footBayes foqat forcats forceR forecast forestControl forestecology forestmangr forge fpp2 fqacalc fractalforest frailtyEM framecleaner freegroup frenchdata frscore fruclimadapt ftExtra funStatTest funcMapper functiondepends funneljoin funviewR fusen fusionchartsR galigor ganttify gatoRs gdverse geeLite geepack genekitr genesysr genetic.algo.optimizeR geneviewer genomic.autocorr geoAr geocacheR geocomplexity geohabnet geojson geojsonio geosapi geosimilarity geospatialsuite gesisdata gfoRmulaICE ggFishPlots ggHoriPlot ggInterval ggPMX ggRtsy ggalignment ggarchery ggcharts ggcleveland ggdag ggdiagram ggfacto gggda gggenomes gghdx gginnards ggiraphExtra gglyph ggmap ggmice ggnormalviolin ggpage ggpicrust2 ggplotAssist ggpubr ggsolvencyii ggsom ggstatsplot ggtaxplot ggvis gie gimap gistr gitdown githubr gitlabr gkwdist gkwreg glorenz glscalibrator gluedown glyrepr gmwmx2 godley gofar gompertztrunc googleAnalyticsR googleErrorReportingR googlePubsubR googledrive googlesheets4 googleway gooseR gpbStat gpcp gptstudio gqlr grafify granovaGG grapes grapesAgri1 gratis grattan gravitas gravity greeks greenR gregRy gretlR grizbayr grmtree grobblR grouper growthcleanr gscramble gt gtexture gto guiplot gunit gvcR gwasrapidd h2o4gpu habtools handwriterApp handwriterRF harrietr hdImpute hdar hdpGLM healthdb healthyAddress healthyR healthyR.ai healthyR.ts heapsofpapers heartbeatr heatmaply heims heiscore heplots hgutils hhmR hierBipartite hierNest highcharter highlightr homologene hoopR hospitals hours2lessons howzatR hpiR hsrecombi htmlTable httk httping httr2 hubUtils hubeau hudr hutils hutilscpp hybridEHR hydrodownloadR hydrotoolbox hyper2 hypothesis hypr i18n i3pack iNEXT.beta3D iNZightPlots iNZightTools ibawds ibb icardaFIGSr ideanet idiffomix idmc ieugwasr iglu igraph iheatmapr ihpdr ijtiff imagerExtra imageseg imaginator imbibe imgpalr immunarch immunogenetr impactflu imputeFin imputeREE imputeTS imt inDAGO inTextSummaryTable incase inctools industRial infer inferr infix influxdbr inspectdf intensegRid interca interfacer intradayModel inventorize iotables ipanema ipeadatar ipfr ipmr ipolygrowth ir irtGUI isobxr isocat istat itol.toolkit itscalledsoccer izmir jadeLizardOptions janitor jmv jobqueue jointCompRisk josaplay jpinfect jpmesh jqr jstable jtools k5 kableExtra karyotapR kayadata kdry keras keras3 keyATM kgraph kgschart kindisperse klovan knfi knitxl kssa l1rotation lablaster lactater latrend latte lavaanPlot layer lazysf lazysql lcsm ldmppr leafdown leaflet leaflet.extras leaflet.extras2 lehdr lehuynh lenses lfproQC lightsout linelistBayes linevis linguisticsdown linkeR linne lisat lmap lmeresampler loewesadditivity logolink logrx longreadvqs longsurr lorentz lorenz lovecraftr lpanda lterpalettefinder ltertools lulab.utils luz mLLMCelltype mRpostman maditr magick mailmerge malan malaytextr maldipickr mammalcol manifestoR manureshed manydist mapbayr mapboxer mapcan mapdeck mapedit mapme.biodiversity mappoly mapscanner marcher mark marketr markowitz maskRangeR matchMulti materialmodifier matsbyname matsindf matuR maxaltall maxcombo maybe mbRes mcStats mcmsupply mcp mcradds mcvis meconetcomp mecoturn memery memofunc mergenstudio messaging meta metaHelper metaboData metabolic metaconfoundr metacore metadeconfoundR metagroup metamorphr metan metanetwork metaplot metapower metaquant metathis metatools metawho methcon5 metricminer mfcurve mgwrsar miceafter michelRodange microbial microdiluteR microeco migest mildsvm mimsy misc misha missCompare missSBM mixpoissonreg mlbplotR mlrv mnda modelimpact modelr modeltime modeltime.ensemble modeltime.resample moderndive modisfast mojson monashtipr mongopipe monochromeR monolix2rx moonBook morphemepiece morse mortAAR mosqcontrol mousetrap mplot mpower mpwR mrIML mregions2 mrgsolve msSPChelpR mtdesign mtrank mulea multiDEGGs multiDoE multiROC multibias multibridge multidplyr multifunc multilevLCA multimorbidity multipanelfigure multipleITScontrol multiverse mverse mvgam mxfda mxnorm namer nandb naniar naryn nblR ncappc neatR necountries nemtr neo4jshell neo4r neotoma2 nestr net4pg netSEM netcom netgsa netmeta nett network networkD3 neuralGAM neuroUp neuroim2 neuromplex nevada nflverse ngboostForecast nhdplusTools nlmixr2 nlmixr2autoinit nlmixr2est nlpembeds nlrx noah noisyCE2 noisyr nonmem2rx nonmemica normalr normfluodbf notifyme npcs npi nplyr nrba nser nullabor numbat nvctr nzilbb.vowels o2plsda oaii ocf oddsapiR oddstream odeGUTS ofpetrial ogrdbstats ohenery ojsr omicsTools omicwas omixVizR omsvg omu once onelogin ontophylo openai openappr openbankeR opencv opendataformat opendatatoronto opinAr oppr optic opticskxi optimall optional ordr otargen ouladFormat outbreaker2 outreg owdbr owidR pRecipe pacta.loanbook pagoda2 paisaje palaeoSig pammtools pandemonium panelr pannotator parafac4microbiome parcats parqr parsermd parsnip partR2 partition passt patentr pathviewr patternize pcadapt pcpr pctax pcutils pdfetch pdi pdxTrees peacesciencer pemultinom penppml pepdiff peramo permRand personalr pestr pewdata pguIMP phenofit phonetisr photosynthesis phsmethods phsopendata pickmax piglet pipefittr piwikproR pixiedust pkgdepR pkglite pkgnet planr plausibounds plot3logit plot4fun plotbb plotdap plotly plsmod plumber plumbertableau plutor pmartR pmetar pmxTools pmxcode pointblank polarisR polite politeness polmineR polyglotr polymatching pomcheckr pooledpeaks poppr popstudy portalr powerbrmsINLA ppcSpatial pprof pracpac prcr precisely precommit predict3d predictNMB predtools presenter pressuRe previsionio prioriactions prioritizr priorityelasticnet prism processmonitR processpredictR projects projmgr promises protti psHarmonize pseudobibeR psfmi psre psychonetrics psyntur pubchem.bio public.ctn0094extra pubmedtk puff purrr purrrlyr pvEBayes pvLRT pxmake qPCRhelper qPCRtools qbr qccrs qpNCA qst qtl2pleio quadVAR quadcleanR quanteda queryBuilder quickSentiment quickcheck quid qvirus r2dii.analysis r2dii.match r2mlm r3dmol r4lineups r6methods rAccess rBayesianOptimization rIACI rKOMICS rPDBapi rStrava rTCRBCRr rTG radiant.basics radiant.design radiant.model radiant.multivariate radsafer rameritrade random.cdisc.data randomizeR rangeMapper rapsimng rar rattle rawKS raymolecule rayrender rayshader rbiom rcatfish rcausim rcbayes rcldf rcolors rcontroll rcube rdhs readOffice readsdr ready4 reappraised recalibratiNN recastlessons recforest recipes recmetrics recodeflow reconstructKM redistmetrics redlist refitgaps regions registr regress3d regrrr reliabilitydiag repana repfun repoRter.nih request resemble reservoirnet reslr respR restoptr reveneraR rfVarImpOOB rfars rfieldclimate rfishbase rfm rgbif rgee rgl rgoogleclassroom rgsp rhandsontable riAFTBART ribiosGraph richCluster riem riskCommunicator riskscores riverconn rjaf rjdmarkdown rliger rmsfuns rmweather rnpn roahd robCompositions robber robotstxt robregcc roclang rocnp rollup ropenblas ropercenter rorqual.morpho rosario roundwork rpinterest rplanes rprojtree rqti rrr rrtable rscopus rsf rslp rsofun rstac rstanemax rstatix rsurvstat rsyntax rticulate rtodoist rtrend rtry ruler runcharter rvest rwa ryandexdirect rzentra sRdpData saccadr saeRobust sampbias sampcompR samplingin sapfluxnetr saqgetr sbm scCustomize scDiffCom scGOclust scPOEM scPloidy scRNAstat scSpatialSIM scStability scan scanstatistics scaper scatterbar sccore scdhlm schemr schrute schwabr scicomptools scimo scpi scpoisson scrapeR scrappy scrutiny sctransform sdbuildR sdsfun sdtmval seasonalityPlot secrettext secuTrialR seecolor seer segclust2d segmetric sehrnett sendgridr sendigR sensobol seqmagick sergeant serocalculator serosv sf sfcr sgapi sglg sgraph shadowVIMP sherlock shinipsum shiny.semantic shinyCohortBuilder shinyGizmo shinyGovstyle shinyIRT shinyMixR shinyMobile shinyNotes shinyQueryBuilder shinySbm shinyloadtest shinymodels shinymrp shinyobjects siconvr sidrar siera sigmajs sigminer silicate simET simaerep simfit simlandr simmer simplecolors simrel simstandard simts simulator sitar sitepickR siteymlgen sjmisc skater sketch sketcher skilljaR skpr slackr slca slendr smartmap smdi snpAIMeR snplinkage socialh socialrisk sociome socviz sorvi sotkanet soundClass spAddins spDates spanish sparkxgb sparseR sparsegl spatialGE spatialRF spatialTIME spec speccurvieR specr speech speechbr spinifex spiritR splutil spnaf spongecake spotidy spotifyr spqdep spsComps spsUtil spup sqliteutils sregsurvey srvyr sspm ssrn stability staggered starling starry starvz starwarsdb stationaRy statnipokladna statsExpressions stepcount steppedwedge stevemisc stgam stochLAB stoichUtilities stplanr stppSim stratamatch stream strex stringr striprtf stxplore styler sudachir sudokuAlt sumup sumvar suncalc superheat supportR survParamSim surveyCV surveydata surveytable survivalsurrogate survivoR survminer swaprinc swfscDAS swissparl symphony syntaxr sysAgNPs tabbycat taber table.express tableHTML tablecompare tabledown tablet tablexlsx tabnet tabshiftr tabularaster tabulator tabxplor tardis tatoo tauturri taxa taxadb taxizedb tcgaViz tdROC tdarec tdcmStan tealeaves templates tepr tern tern.mmrm testarguments testthat testthis tetraclasse text text2emotion text2sdg textAnnotatoR texter textmineR textrecipes tfdatasets tfdeploy tfestimators tfhub tfio tfprobability tfrmt tfruns tglkmeans thinkr thredds thurstonianIRT tibble tickr tidier tidyAML tidyHeatmap tidyMC tidyREDCap tidyRSS tidySummaries tidybayes tidybins tidycat tidycomm tidycwl tidydice tidydp tidygam tidygate tidygeoRSS tidygraph tidyhte tidyjson tidyklips tidylearn tidync tidyquant tidyr tidyrates tidyrhrv tidyrules tidyseurat tidysynth tidytable tidyterra tidytlg tidytreatment tidytree tidytuesdayR tidyusmacro tidyverse tidyvpc tidywater tidywikidatar tigerhitteR tigris timbeR timevis tinkr tintin tinyscholar tipmap toastui togglr topdowntimeratio topr torch torchvision totalcensus toxEval toxSummary toxdrc tqk track2KBA tradeoffaucdim tradepolicy trainR traipse transPlotR transformerForecasting trendyy trialr troopdata tsgc tsmp tsviz tswge tuber tv twc tweenr twilio twoxtwo umbridge umiAnalyzer unheadr unicefData unpivotr unstruwwel unusualprofile upsetjs upstartr ura usportsR uxr vachette vacuum vagalumeR valdrViz valet valhallr validata varitas vcfR vchartr vectorsurvR vegalite vegawidget vembedr verdata verifyr2 vibass videogameinsightsR vimp visNetwork visa visdat vistributions visualpred vivainsights vivaldi vizdraws vmeasur volatilityTrader volcano3D volker volrisk votesmart vsp vvauditor vvcanvas vvconverter vvdoctor vvmover vvtableau vvtermtime wTO walkboutr walmartAPI waterquality waves wbstats wcde wcvpmatch weaana wearables weathR webmockr webr webshot webshot2 weed wehoop weibulltools wfindr whSample whippr whoa widgetframe wig wikifacts wikkitidy wildcard wingen wodds worldfootballR worrrd wpa wrangle writeAlizer wsjplot wxgenR x3ptools xadmix xgxr xportr xpose.nlmixr2 xpose.xtras xtdml yahoofinancer yfR ymlthis zdeskR zoltr zoomr ztable ztype

suggests

Achilles BeeBDC Census2016 Certara.RsNLME CoordinateCleaner DBI DSjobtracker DramaAnalysis FSelectorRcpp FaultTree GenomeAdmixR HKRbook HaDeX2 LLMAgentR LifeInsureR MESS MedLEA MiRKAT MiscMetabar MittagLeffleR MixMatrix MultiATSM NHSRdatasets RAGFlowChainR RCTRecruit RDML REDCapExporter RSQLite RcppColMetric SCpubr SIPDIBGE STATcubeR SVMMaj Seurat SpaDES.core StreamCatTools TCIU TLMoments WRTDStidal WoodSimulatR argonDash argonR arsenal assertr autoshiny backpipe bayesDiagnostics bcpa biomartr blorr box.lsp brandr bslib canaper cat2cat cfr checkmate clock clustTMB cnum collapse coloc convergEU coro corrplot covidnor crunch csdata csmaps cuda.ml cxr dann data.validator dedupewider defineR dfms discord dm drugdevelopR eemR emld encode ensr envsetup epikit epiphy epitrix estar evalHTE exuber fairmetrics fastRG fastTS fastai fauxnaif fc fishdata formula.tools freealg freesurfer furniture fxTWAPLS gMOIP gadget3 galah gameR gdldata genieBPC gestalt ggmulti ggprism ggrepel ggspectra glue gmGeostats googleLanguageR grapherator gridify gtExtras gustave gwid hchinamap heemod hermiter hesim homomorpheR icarus icdcomorbid import imputeTestbench incidence influential insee invitroTKstats itraxR jsTreeR junctions kardl kindling klassR knitrdata labelmachine languageserver lazytrade legislatoR libbib listarrays loon.ggplot loon.shiny loon.tourr mFD malariaAtlas marginaleffects matrixset medicare metasurvey miceFast modelsummary momentuHMM mosaic move2 mpoly multivarious mvp naaccr naflex ncodeR netplot netrankr newsanchor ngramrr nodeSub nosoi odbc ompr ompr.roi openeo operator.tools optedr optmatch overviewR pMEM pTITAN2 palettetown path.chain pdp perccalc permutations pharmaRTF pharmr phylocanvas phylospatial piggyback pivotaltrackR plnr plotmm plotor pmml posologyr presize primer projections public.ctn0094data purgeR r2rtf rAmCharts rGhanaCensus rb3 rcoder rddi rdflib recexcavAAR regexPipes reporter responsePatterns rethnicity rex rio risk.assessr riskmetric rlang rmapshaper rockx rolap roperators rtika safeframe samplr sassy sbim sdtm.oak segmentr semptools sentiment.ai sfdep sftime shiny shinymeta simRestore simstudy sjlabelled snakecase soql sortable spRingsteen spork sr ssdtools starsTileServer sticky stokes summarytools supernova survC tTOlr table.glue tables tcpl teal.widgets text2vec tidydann tidyfast tidyrstats tidyselect tidystringdist tinytable tipitaka topChef transformr ttt twbparser ugatsdb unglue units valaddin whereami winch workflows workloopR xplorerr yamlet

Dependency Network

Dependencies Reverse dependencies CSCNet ClassificationEnsembles ExpAnalysis3d FastJM ForecastingEnsembles GenAI GimmeMyStats JMH LogisticEnsembles MPSEM MethodOpt Q7 RGENERATE RLumCarlo RapidoPGS +2482 more reverse deps magrittr

Version History

updated 2.0.5 ← 2.0.4 diff Apr 4, 2026
new 2.0.4 Mar 10, 2026
updated 2.0.4 ← 2.0.3 diff Sep 11, 2025
updated 2.0.3 ← 2.0.2 diff Mar 29, 2022
updated 2.0.2 ← 2.0.1 diff Jan 25, 2022
updated 2.0.1 ← 1.5 diff Nov 16, 2020
updated 1.5 ← 1.0.1 diff Nov 21, 2014
updated 1.0.1 ← 1.0.0 diff May 14, 2014
new 1.0.0 Feb 24, 2014