Re: [R-pkg-devel] Package Submission: issues with R_registerRoutines', 'R_useDynamicSymbols'

2017-04-13 Thread Vineetha Warriyar Kodalore Vijayan
Thanks everyone! -Vineetha From: Ege Rubak <ru...@math.aau.dk> Sent: Thursday, April 13, 2017 11:04:20 AM To: Zhian Kamvar; Vineetha Warriyar Kodalore Vijayan Cc: r-package-devel@r-project.org Subject: Re: [R-pkg-devel] Package Submission:

Re: [R-pkg-devel] Package Submission: issues with R_registerRoutines', 'R_useDynamicSymbols'

2017-04-13 Thread Vineetha Warriyar Kodalore Vijayan
ration Good luck! Ege On 04/13/2017 11:14 PM, Vineetha Warriyar Kodalore Vijayan wrote: > > Hi, > > > When I submitted my R package to CRAN, it didn't go through the automatic > incoming check, resulting the following NOTE. I tested on my macOS with R > CMD CHECK and R

[R-pkg-devel] Package Submission: issues with R_registerRoutines', 'R_useDynamicSymbols'

2017-04-13 Thread Vineetha Warriyar Kodalore Vijayan
Hi, When I submitted my R package to CRAN, it didn't go through the automatic incoming check, resulting the following NOTE. I tested on my macOS with R CMD CHECK and R CMD --as-cran, both went through with one NOTE ( Maintainer: NOTE). * checking compiled code ... NOTE File

[R-pkg-devel] Makevar file issue.

2016-10-17 Thread Vineetha Warriyar Kodalore Vijayan
Dear R package developers, I have developed an R package and its working locally on my system ( mac os x El Capitan, Xcode 7, gfortran 6.1) with ~/.R/Makevars. The Makevar file in the home directory contains: F77 = gfortran FC = gfortran FLIBS = -L/usr/local/gfortran/lib Now I'm trying

[R-pkg-devel] How to create choices in a function call.

2016-08-22 Thread Vineetha Warriyar Kodalore Vijayan
Dear R package developers, I'm trying to create a small R package that gives me an epidemic from different epidemic models. I have imported the source codes from fortran for different models, say epidata1(),epidata2() and so on and it works fine. My question here is, how I can do the same by

[R-pkg-devel] Regarding Fortran 77/95 Codes for building R package

2016-07-28 Thread Vineetha Warriyar Kodalore Vijayan
Hi, I'm new to programming and now trying to build a R package which uses Fortran 95 codes ( gfortran 6.1 compiler) with a view to submit to CRAN at some point of time. I did go through the "Writing R extension" manual and got an impression that the codes must be in FORTRAN 77. I would like