Thank you very much Michael, this perfectly works.
Martin
Od: Michael Nelson
Odesláno: 15 March 2018 07:43
Komu: martiank...@gmail.com; r-package-devel@r-project.org
Předmět: Re: [R-pkg-devel] Weird error message during R CMD Check
I don’t think the suggestion below will work as it would
Hi Duncan,
could you help me fix this issue, please?
Below is function which creates connection string.
#' Create connection string from function parameters
#'
#' This function defines SQL Server connection string
#' from function parameters.
#' @param datasource Server name
#' @pa
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