Re: [R-pkg-devel] Error from svDialogs unless attached to search path

2018-03-28 Thread Georgi Boshnakov
Georgi -Original Message- From: R-package-devel [mailto:r-package-devel-boun...@r-project.org] On Behalf Of Paul Hibbing Sent: 28 March 2018 01:40 To: r-package-devel@r-project.org Subject: [R-pkg-devel] Error from svDialogs unless attached to search path Hi, I need to use dialog boxe

[R-pkg-devel] Error from svDialogs unless attached to search path

2018-03-28 Thread Paul Hibbing
Hi, I need to use dialog boxes in my package by calling functions from the svDialogs package, e.g. svDialogs::dlgInput(). However, I get the below error when I try to use some functions without first attaching svDialogs to the search path with library() or require(). > # library(svDialogs)