search for: chlib

Displaying 4 results from an estimated 4 matches for "chlib".

Did you mean: shlib
2002 Jan 04
2
R CMD check (PR#1240)
SunOS fluke 5.8 Generic_108528-07 sun4u sparc SUNW,Ultra-Enterprise R-1.4.0 Running from the command line R CMD check chlib results in the log file 00check.log: * using log directory `/home/woodstock/hoffmann/R/Sources/chlib.Rcheck' * checking for file `chlib/DESCRIPTION' ... OK * checking package directory ... OK * checking for sufficient/correct file permissions ... WARNING * Found the following text files...
2001 Feb 05
1
packages, help
...() Error in loadhistory(file) : no history mechanism available ".Rhistory" exists in my directory. Q3: I created a personal package "x" under R-1.2.1 on Solaris 2.5.1. Now I have problems accessing it. I am new to this business and do have some problems. I have U:\R\Sources\chlib\ with subdirectories \data, \man, and \R and in U:\R\Sources I executed U:\R\Sources> R CMD build chlib . and it said: building `chlib_0.1.tar.gz' resulting in a file U:\R\Sources\chlib_0.1.tar.gz 5 050 kB U:\R\Sources> R CMD check chlib . did work. Q3a: Trying li...
2002 Jan 04
0
R CMD check, file permissions (PR#1239)
SunOS fluke 5.8 Generic_108528-07 sun4u sparc SUNW,Ultra-Enterprise R-1.4.0 Running from the command line R CMD check chlib results in the log file 00check.log: * using log directory `/home/woodstock/hoffmann/R/Sources/chlib.Rcheck' * checking for file `chlib/DESCRIPTION' ... OK * checking package directory ... OK * checking for sufficient/correct file permissions ... WARNING * Found the following text files...
2007 Sep 17
3
Call C code from R
Hello, All! I'm new for R-devel list. And I'd like to ask some questions, maybe they will be stuped for the most part of members of the list. I need to call function which is written in C++ from R. My questions are: 1. How should I include libraries (for example, iomanip, sstream, iostream)? 2. Can I use namespace? Thanks All :) Olga