I normally work in Windows, but make my packages under Unix. My package 'b' suggests my package 'a'. R CMD check fails for 'b', even though 'a' is installed: "Packages required but not available: b". What do I have to do to make 'a' available, besides R CMD INSTALL 'a'? I'm not spotting the answer in "Writing Extensions...". Please point me in the right direction. Thanks in advance, Tim.
suggested package not found
5 messages · Tim Bergsma, Duncan Murdoch, Brian Ripley
On 08/06/2007 4:01 PM, Tim Bergsma wrote:
I normally work in Windows, but make my packages under Unix. My package 'b' suggests my package 'a'. R CMD check fails for 'b', even though 'a' is installed: "Packages required but not available: b". What do I have to do to make 'a' available, besides R CMD INSTALL 'a'?
Is that a typo on line 3? It seems to be having trouble finding "b", not finding "a". I'm not
spotting the answer in "Writing Extensions...". Please point me in the right direction.
Version? Duncan Murdoch
Duncan, Yes, that was a typo on line three. Sorry. $version.string [1] "Version 2.3.1 (2006-06-01)". Thanks, Tim.
Duncan Murdoch wrote:
On 08/06/2007 4:01 PM, Tim Bergsma wrote:
I normally work in Windows, but make my packages under Unix. My package 'b' suggests my package 'a'. R CMD check fails for 'b', even though 'a' is installed: "Packages required but not available: b". What do I have to do to make 'a' available, besides R CMD INSTALL 'a'?
Is that a typo on line 3? It seems to be having trouble finding "b", not finding "a". I'm not
spotting the answer in "Writing Extensions...". Please point me in the right direction.
Version? Duncan Murdoch
Where is 'a' installed? You may need to set R_LIBS: R CMD check is not looking in any of your startup files such as ~/.Renviron. I don't believe this is a Windows/Unix issue, but rather one of the local R environment.
On Sat, 9 Jun 2007, Tim Bergsma wrote:
Duncan, Yes, that was a typo on line three. Sorry. $version.string [1] "Version 2.3.1 (2006-06-01)". Thanks, Tim. Duncan Murdoch wrote:
On 08/06/2007 4:01 PM, Tim Bergsma wrote:
I normally work in Windows, but make my packages under Unix. My package 'b' suggests my package 'a'. R CMD check fails for 'b', even though 'a' is installed: "Packages required but not available: b". What do I have to do to make 'a' available, besides R CMD INSTALL 'a'?
Is that a typo on line 3? It seems to be having trouble finding "b", not finding "a". I'm not
spotting the answer in "Writing Extensions...". Please point me in the right direction.
Version? Duncan Murdoch
______________________________________________ R-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel
Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
1 day later
Prof Brian Ripley wrote:
Where is 'a' installed? You may need to set R_LIBS: R CMD check is not looking in any of your startup files such as ~/.Renviron.
Thanks! That worked. (And in fact, I now see it in "Writing R Extensions"). -Tim
I don't believe this is a Windows/Unix issue, but rather one of the local R environment. On Sat, 9 Jun 2007, Tim Bergsma wrote:
Duncan, Yes, that was a typo on line three. Sorry. $version.string [1] "Version 2.3.1 (2006-06-01)". Thanks, Tim. Duncan Murdoch wrote:
On 08/06/2007 4:01 PM, Tim Bergsma wrote:
I normally work in Windows, but make my packages under Unix. My package 'b' suggests my package 'a'. R CMD check fails for 'b', even though 'a' is installed: "Packages required but not available: b". What do I have to do to make 'a' available, besides R CMD INSTALL 'a'?
Is that a typo on line 3? It seems to be having trouble finding "b", not finding "a". I'm not
spotting the answer in "Writing Extensions...". Please point me in the right direction.
Version? Duncan Murdoch
______________________________________________ R-devel at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel