search for: marcschwartz

Displaying 7 results from an estimated 7 matches for "marcschwartz".

Did you mean: marc_schwartz
2010 Oct 15
1
Package 'nlme' fails 'make check-all' in R 2.12.0 patched built from source
...e clean source and build directories each time, just to be sure that the issue is predictable. I would be happy to have somebody tell me that I am missing something fundamental here also... After running make check-all, I get the following error for 'nlme': * using log directory ?/Users/marcschwartz/R.Files/SourceCode/32bitR/tests/nlme.Rcheck? * using R version 2.12.0 Patched (2010-10-15 r53323) * using platform: i386-apple-darwin10.4.0 (32-bit) * using session charset: UTF-8 * checking for file ?nlme/DESCRIPTION? ... OK * this is package ?nlme? version ?3.1-97? * checking package name space i...
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_
...issing the two iODBC 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...
2013 Oct 30
2
Where to drop a python script?
R-developers: I have a small python script that I'd like to include in an R package I'm developing, but I'm a bit unclear about which subfolder it should go in. R will be calling the script via a system() call. Thanks! --j -- Jonathan A. Greenberg, PhD Assistant Professor Global Environmental Analysis and Remote Sensing (GEARS) Laboratory Department of Geography and Geographic
2017 Nov 28
1
Thiel's Uncertainty Coefficient
Dear sir Schwartz, In response to a granted online request to receive R code in order to generate Theil's Uncertainty coefficient, I was hoping I could receive the same favor. https://stat.ethz.ch/pipermail/r-help/2011-May/279210.html Thank you in advance, I hope to hear from you. Kind regards, Jos? Snoep Stagiair Universitair | MC ES - SOFY +31 6 13060740 Snoep.Jose at
2013 Mar 07
1
Help using system() command to execute Perl script through MSDOS
I am working on creating a program for some simulations I need to do and I want to execute a Perl script that I wrote using the system() command in R. I have spent a couple days trying to figure this out and it appears that my problem occurs when sending the perl script file path through R to MSDOS. I have tried using double backslashes, quotations, etc. Moving my files to the root directory with
2013 Apr 16
1
testInstalledBasic / testInstalledPackages
Hi, I installed R 3.0.0 on a Windows 2008 Server. When I submitted the following code in R64, library(tools) testInstalledBasic(scope="devel") I get the following message in the R Console: > library(tools) > testInstalledBasic(scope="devel") running tests of consistency of as/is.* creating ?isas-tests.R? running code in ?isas-tests.R? comparing ?isas-tests.Rout? to