On 26 February 2014 at 11:12, JJ Allaire wrote:
| Dieter,
|
| Try locating the roxygen right above the function you want to document
| (rcpp_hello_world). If you do that then it will be placed next to that
function
| in the .R file (when you have "standalone" roxygen within a C++ file then it's
JJ Allaire wrote:
>>Try locating the roxygen right above the function you want to document
>>(rcpp_hello_world). If you do that then it will be placed next to that
>>function in the .R file (when you have "standalone" roxygen within a C++ file
>>then it's automatically associated with a NULL ob
Dieter,
Try locating the roxygen right above the function you want to document
(rcpp_hello_world). If you do that then it will be placed next to that
function in the .R file (when you have "standalone" roxygen within a C++
file then it's automatically associated with a NULL object in the .R file).
On 26 February 2014 at 16:53, Dieter Menne wrote:
| Hi,
Welcome to the Rcpp list.
| I feel guilty that I am a Windows user, and that I am using RStudio, both
| of which is not welcome here.
Can we leave the trolling out and concentrate on Rcpp isssues here?
This list has worked quite well
Hi,
I feel guilty that I am a Windows user, and that I am using RStudio, both of
which is not welcome here. At least the latter is probably not guilty here.
Before looking at the details, I had reported it on the RStudio list, because I
thought it was a problem with roxygen.
To reproduce:
--