Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Hello, When I was building and testing my Rcpp based package on Windows XP, everything was fine and worked, so far... Then I moved to Windows 7 (all on a virtual PC on a recent Mac), tried to compile the...
Hi Dirk, > in the end the > | (very simple!! :-)) ) working version of Makevars.win is like that: > > | PKG_LIBS = Plastic.lib $(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" -e "Rcpp:::LdFlags()") > > Perfect!! No transformation needed for Plastic.lib, ie...
Hello, With one procedure, I get a strangely warped text in the mtext-area of a quartz-window, while with an other the text comes out OK - see attached PDF. (Number of Trials is the x-Axis label, which always...
Hi Dirk, thank you for your answer. I tried to write a very simple, pure package (without Rcpp), with the C-File named "ROnlyTest", where I put the code like suggested by you. The Makevars.win contains now only: (*) PKG...
Hello, I am in the process, i.e. I just began to write a Rcpp-based package for a Windows environment. The purpose of that package will be to read out signals from a USB-connected hardware. The company who...
Hello Dirk, Am 25.04.2011 um 04:54 schrieb Dirk Eddelbuettel: > > You need to include headers for R too, e.g. > > #include <R.h> > #include <Rdefines.h> > > and maybe > > #include <Rinternals.h> I did that, so, the "final" C...
Hi Dirk, Am 25.04.2011 um 04:54 schrieb Dirk Eddelbuettel: > > You need to include headers for R too, e.g. > > #include <R.h> > #include <Rdefines.h> > > and maybe > > #include <Rinternals.h> That worked, everything runs smoothly then. :-) > > | .... now...
Hello Dirk, thanks for your quick answer. Due to my, unfortunately, profound lack of knowledge in this area I have to ask some additional (and probably quite stupid) questions regarding what you replied to me - see in the text below...
Can't find what you're looking for? Try searching with Google .