Dear Duncan,
Thanks for these precisions.
In fact, i am planning to make an R package which will help users to
conduct simulation studies for hypothesis tests.
The results will consist in a LaTeX table containing the power of
different test statistics for different n values and alternative
di
Thank you very much!
This is an easy and very effective solution.
Thanks again,
Pierre
Barry Rowlingson a écrit :
> 2008/8/11 Lafaye de Micheaux Pierre
> <[EMAIL PROTECTED]>:
>
>> Thank you Barry,
>>
>> In fact, these are only C files (not C++) and i use the extern "C"
>> directive.
>>
>> I
Dear Duncan,
Thanks for these precisions.
In fact, i am planning to make an R package which will help users to
conduct simulation studies for hypothesis tests.
The results will consist in a LaTeX table containing the power of
different test statistics for different n values and alternative
di
Thank you Barry,
In fact, these are only C files (not C++) and i use the extern "C"
directive.
I would prefer not to rename the files because many of these files serve
also in other projects where they should have the .cpp extension
I would also not like to merge all the *.cpp files in one uniq
Barry Rowlingson wrote:
2008/8/11 Lafaye de Micheaux Pierre
<[EMAIL PROTECTED]>:
Thank you Barry,
In fact, these are only C files (not C++) and i use the extern "C"
directive.
I would prefer not to rename the files because many of these files serve
also in other projects where they should h
2008/8/11 Lafaye de Micheaux Pierre
<[EMAIL PROTECTED]>:
> Thank you Barry,
>
> In fact, these are only C files (not C++) and i use the extern "C"
> directive.
>
> I would prefer not to rename the files because many of these files serve
> also in other projects where they should have the .cpp exten
2008/8/11 Lafaye de Micheaux Pierre
<[EMAIL PROTECTED]>:
> I would like to be able to choose which *.cpp files will be compiled and to
> exclude some *.cpp files from the compilation.
> This is because some of my *.cpp files contain #include instructions calling
> some other *.cpp file.
> For exa
Dear R-users,
I am currently writing an R package that contains three C++ files in the
src/ source directory
When i issue a R CMD check pkge_name, all the *.cpp files in the src/
directory will be compiled through something like (seen in 00install.out
file):
* Installing *source* package 'p
8 matches
Mail list logo