Displaying 2 results from an estimated 2 matches for "sourceandbinaries".
2016 Jun 20
4
RODBC on Mac & _R_CHECK_FORCE_SUGGESTS_
"R CMD check sos" with R 3.3.0 under Mac OS X 10.11.5 ends as
follows:
>* checking package dependencies ... ERROR
>Package suggested but not available: ?RODBC?
>
>The suggested packages are required for a complete check.
>Checking can be attempted without them by setting the environment
>variable _R_CHECK_FORCE_SUGGESTS_ to a false value.
2016 Jun 20
0
RODBC on Mac & _R_CHECK_FORCE_SUGGESTS_
...header files that are required to compile the RODBC package from source code.
When I install RODBC on my Mac running 10.11.5 (El Capitan), I use:
install.packages("RODBC", type = "source",
configure.args = "--with-odbc-include=/Users/marcschwartz/R.Files/SourceAndBinaries/OSX-Tools/iODBC/libiodbc-3.52.10/include/")
where I have placed the extracted iODBC source tarball in:
/Users/marcschwartz/R.Files/SourceAndBinaries/OSX-Tools/iODBC
The:
configure.args = "--with-odbc-include=..."
part of the function call points to where the header files ar...