Hi Just a new bee question for Rpackage development;
I am trying to figure out how to debug for a package that is developed with S4 method. I downloaded a development codes which includs C files, CPP files and R files in separate folders. In the root folder, there are a few files such as namespace, description, .rbuildignore etc
I have installed R and can install a C complier on my computer (windows), Is it all needed?
Further more how should I enter that project and start to debug with a numerical example (Have not found a main fun or project file)?
Really appreciate any guidance!
Thanks!