Do you want to model some event data using Point Processes?. I did too, and unfortunately tried to use R to do this.
install.packages("ptproc")
package ‘ptproc’ is not available (as a binary package for R version 3.1.3)
Great!. So I go here and download the tar.gz
file and try to install from source:
The solution that ended up working was download it manually, add the NAMESPACE file, re-zip, and install:
I ended up installing the package via RStudio (TOOLS->Install Packages), but it runs from the regular R REPL now also.