Hideyoshi,
That's odd. It looks like you are doing things correctly. I tried the
same method you used and ended up with the same problem. However if,
from a command prompt in the the Downloads directory, I ran:
R CMD INSTALL segue segue_0.04.tar.gz
it installed fine. I have no idea what's causing the failure. For now,
try the command prompt install and let me know if it works for you.
I'll try to research the failure to install with install.packages().
Thanks for letting me know about the install problems.
-James
On Fri, Jun 29, 2012 at 4:14 AM, Hideyoshi Maeda
<
hideyos...@gmail.com> wrote:
> Hi,
>
> A friend of mine recommended your 'segue' package, but I am having
> difficulty installing it.
>
> running
>
> install.packages("~/Downloads/segue_0.04.tar.gz", repos = NULL)
>
> unzips the download file from
http://code.google.com/p/segue/downloads/list
> into the normal Library folder, in my
> case /Library/Frameworks/R.framework/Versions/2.15/Resources/library
> since 'lib' is unspecified
>
> However it does not appear as an available package when running
>
> library()
>
> or
>
> library(segue)
> which gives the below error message
>
> Error in library(segue) : ‘segue’ is not a valid installed package
>
> I was wondering is there a special way to get this package to install
> correctly? If so, could you please let me know.
>
> The below is my sessionInfo output
>
> sessionInfo()
> R version 2.15.0 (2012-03-30)
> Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit)
>
> locale:
> [1] C/en_US.UTF-8/C/C/C/C
>
> attached base packages:
> [1] parallel stats graphics grDevices utils datasets methods
> base
>
> other attached packages:
> [1] XML_3.9-4 bitops_1.0-4.1 rJava_0.9-3
>
> [4] timeDate_2160.95 plyr_1.7.1
> PerformanceAnalytics_1.0.4.4
> [7] quantstrat_0.6.8 blotter_0.8.9
> FinancialInstrument_0.14.2
> [10] quantmod_0.3-17 Defaults_1.1-1 TTR_0.21-1
>
> [13] xts_0.8-6 zoo_1.7-7
> lubridate_1.1.0
>
> loaded via a namespace (and not attached):
> [1] grid_2.15.0 lattice_0.20-6 stringr_0.6 tools_2.15.0
>
>
> Thanks in advance
>
> Hideyoshi
>
>