Results 37 comments of Radford Neal

Hi, I don't know anything much about docker, but I tried it out and got it to work (on Ubuntu 16.04). I even managed to figure out how to copy...

Hi Dylan, I'm fine with the inclusion of my copyright notice for my LDPC software in the usual place along with other copyright notices. What I had in mind by...

Hi. I take you've sucessfully compiled pqR, and then installed it (using --prefix) in a place other than your existing R. That is OK, but if you don't want to...

You could put something like cat("Now executing blah, blah\n") in the various files that might be used as R profiles (with different blah, blah of course!) in order to get...

You can run a program with environment variables set to particular values by entering a shell command such as ``` A=x B=y prog ``` which runs 'prog' with environment variable...

You should be able to change the default package repository with options(repos="ftp://price.utstat.utoronto.ca") Let me know if you have any more questions! ``` Radford ```

Was that function with no body the last thing in the date.R file? If not, the following text will be parsed as the body of the function (which is perfectly...

I think I know what's happening. A clue is that the error message refers to f3, not to f2, which is the function that's missing its body. I think all...

Hi. A few questions... Could you say which version of macOS you're using? High Sierra? How did you get gcc-4.9? From Homebrew, or macports? Did you get it after your...

Could you try just running bin/R (from a terminal window) in the build directory you used for pqR? (That is, try not using the version installed with "make install", but...