Re: [R-pkg-devel] Weird error message during R CMD Check

2018-03-13 Thread Duncan Murdoch
On 13/03/2018 4:53 PM, martiank...@gmail.com wrote: Hello, I'm trying to submit my package to CRAN but receiving the following error message. object 'connectionString' not found Your example never defined a variable called connectionString, so you can't pass it to a function. Dun

[R-pkg-devel] Weird error message during R CMD Check

2018-03-13 Thread martiankabe
Hello, I'm trying to submit my package to CRAN but receiving the following error message. object 'connectionString' not found even if it is parameter of get_DB_info(connectionString) function - see the function definition below error message. Please, can you help me to understand wh

Re: [R-pkg-devel] rgdal not available for checking

2018-03-13 Thread Alexandre Courtiol
Hi Pascal, I would not worry about that. This probably simply means that rgdal is not installed on the computer used to check the package. Since gdal is often somewhat difficult to install, I am not going to blame CRAN. ++ Alex On 13 March 2018 at 09:50, Pascal Title wrote: > Hi, > > I'm working

[R-pkg-devel] rgdal not available for checking

2018-03-13 Thread Pascal Title
Hi, I'm working on submitting an update to an existing R package to CRAN. I've tested it with R CMD check --as-cran and it passes with no errors, warnings or notes. But there is an error currently on the check results page for the current version, which you can see here: https://cran.r-project.or

Re: [R-pkg-devel] Dealing with not so temporary files

2018-03-13 Thread Joris Meys
Duncan gave one option. The other option is to provide a specific write2disk() function or so that allows the user to determine whether he/she wants to save the data. Then the user can decide exactly where he wants to find it. The other important part is the format in which it's saved. Users can s