Description
Legacy 'DBI' interface to 'MySQL' / 'MariaDB' based on old code ported from S-PLUS. A modern 'MySQL' client written in 'C++' is available from the 'RMariaDB' package.
Downloads
54.5K
Last 30 days
488th
168.6K
Last 90 days
873.4K
Last year
Trend: +12.2% (30d vs prior 30d)
CRAN Check Status
2
WARNING
12
OK
Show all 14 flavors
| Flavor | Status |
|---|---|
| r-devel-linux-x86_64-debian-clang | OK |
| r-devel-linux-x86_64-debian-gcc | OK |
| 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 | WARNING |
| r-oldrel-macos-x86_64 | WARNING |
| 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 (10 non-OK)
NOTE
r-oldrel-macos-arm64
dependencies in R code
Error: unable to load shared object '/Volumes/Builds/packages/big-sur-arm64/results/4.4/RMySQL.Rcheck/RMySQL/libs/RMySQL.so': dlopen(/Volumes/Builds/packages/big-sur-arm64/results/4.4/RMySQL.Rcheck/RMySQL/libs/RMySQL.so, 0x0006): symbol not found in flat namespace '_ZSTD_compressCCtx' Call sequence: 3: dyn.load(file, DLLpath = DLLpath, ...) 2: library.dynam(lib, package, package.lib) 1: loadNamespace(package, lib.loc) Execution halted
NOTE
r-oldrel-macos-arm64
installed package size
installed size is 6.4Mb
sub-directories of 1Mb or more:
libs 6.0Mb
WARNING
r-oldrel-macos-arm64
whether the namespace can be loaded with stated dependencies
Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/Volumes/Builds/packages/big-sur-arm64/results/4.4/RMySQL.Rcheck/RMySQL/libs/RMySQL.so': dlopen(/Volumes/Builds/packages/big-sur-arm64/results/4.4/RMySQL.Rcheck/RMySQL/libs/RMySQL.so, 0x0006): symbol not found in flat namespace '_ZSTD_compressCCtx' Calls: <Anonymous> ... eval -> eval -> loadNamespace -> library.dynam -> dyn.load Execution halted A namespace must be able to be loaded with just the base namespace loaded: otherwise if the namespace gets loaded by a saved object, the session will be unable to start. Probably some imports need to be declared in the NAMESPACE file.
WARNING
r-oldrel-macos-arm64
whether the package can be loaded with stated dependencies
Loading required package: DBI Loading required package: methods Error: package or namespace load failed for ‘RMySQL’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/Volumes/Builds/packages/big-sur-arm64/results/4.4/RMySQL.Rcheck/RMySQL/libs/RMySQL.so': dlopen(/Volumes/Builds/packages/big-sur-arm64/results/4.4/RMySQL.Rcheck/RMySQL/libs/RMySQL.so, 0x0006): symbol not found in flat namespace '_ZSTD_compressCCtx' Execution halted It looks like this package (or one of its dependent packages) has an unstated dependence on a standard package. All dependencies must be declared in DESCRIPTION. See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual.
WARNING
r-oldrel-macos-arm64
whether the package can be unloaded cleanly
Error: package or namespace load failed for ‘RMySQL’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/Volumes/Builds/packages/big-sur-arm64/results/4.4/RMySQL.Rcheck/RMySQL/libs/RMySQL.so': dlopen(/Volumes/Builds/packages/big-sur-arm64/results/4.4/RMySQL.Rcheck/RMySQL/libs/RMySQL.so, 0x0006): symbol not found in flat namespace '_ZSTD_compressCCtx' Execution halted
NOTE
r-oldrel-macos-x86_64
dependencies in R code
Error: unable to load shared object '/Volumes/Builds/packages/big-sur-x86_64/results/4.4/RMySQL.Rcheck/RMySQL/libs/RMySQL.so': dlopen(/Volumes/Builds/packages/big-sur-x86_64/results/4.4/RMySQL.Rcheck/RMySQL/libs/RMySQL.so, 0x0006): symbol not found in flat namespace '_ZSTD_compressCCtx' Call sequence: 3: dyn.load(file, DLLpath = DLLpath, ...) 2: library.dynam(lib, package, package.lib) 1: loadNamespace(package, lib.loc) Execution halted
NOTE
r-oldrel-macos-x86_64
installed package size
installed size is 7.0Mb
sub-directories of 1Mb or more:
libs 6.5Mb
WARNING
r-oldrel-macos-x86_64
whether the namespace can be loaded with stated dependencies
Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/Volumes/Builds/packages/big-sur-x86_64/results/4.4/RMySQL.Rcheck/RMySQL/libs/RMySQL.so': dlopen(/Volumes/Builds/packages/big-sur-x86_64/results/4.4/RMySQL.Rcheck/RMySQL/libs/RMySQL.so, 0x0006): symbol not found in flat namespace '_ZSTD_compressCCtx' Calls: <Anonymous> ... eval -> eval -> loadNamespace -> library.dynam -> dyn.load Execution halted A namespace must be able to be loaded with just the base namespace loaded: otherwise if the namespace gets loaded by a saved object, the session will be unable to start. Probably some imports need to be declared in the NAMESPACE file.
WARNING
r-oldrel-macos-x86_64
whether the package can be loaded with stated dependencies
Loading required package: DBI Loading required package: methods Error: package or namespace load failed for ‘RMySQL’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/Volumes/Builds/packages/big-sur-x86_64/results/4.4/RMySQL.Rcheck/RMySQL/libs/RMySQL.so': dlopen(/Volumes/Builds/packages/big-sur-x86_64/results/4.4/RMySQL.Rcheck/RMySQL/libs/RMySQL.so, 0x0006): symbol not found in flat namespace '_ZSTD_compressCCtx' Execution halted It looks like this package (or one of its dependent packages) has an unstated dependence on a standard package. All dependencies must be declared in DESCRIPTION. See section ‘The DESCRIPTION file’ in the ‘Writing R Extensions’ manual.
WARNING
r-oldrel-macos-x86_64
whether the package can be unloaded cleanly
Error: package or namespace load failed for ‘RMySQL’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/Volumes/Builds/packages/big-sur-x86_64/results/4.4/RMySQL.Rcheck/RMySQL/libs/RMySQL.so': dlopen(/Volumes/Builds/packages/big-sur-x86_64/results/4.4/RMySQL.Rcheck/RMySQL/libs/RMySQL.so, 0x0006): symbol not found in flat namespace '_ZSTD_compressCCtx' Execution halted
Check History
WARNING 12 OK · 0 NOTE · 2 WARNING · 0 ERROR · 0 FAILURE Mar 10, 2026
WARNING
r-oldrel-macos-arm64
installed package size
installed size is 6.4Mb
sub-directories of 1Mb or more:
libs 6.0Mb
WARNING
r-oldrel-macos-x86_64
installed package size
installed size is 7.0Mb
sub-directories of 1Mb or more:
libs 6.5Mb
Reverse Dependencies (19)
depends
suggests
Dependency Network
Version History
new
0.11.2
Mar 10, 2026