Displaying 6 results from an estimated 6 matches for "tempfunc".
Did you mean:
tempfun
2017 Jun 22
2
Missing dependencies in pkg installs
Not much progress..... I step through debug and it gets to the do.install() function which immediately errors with the same "configuration not executable" error.
So, made a tempfunc that was a copy of tools:::.install_packages and edited the file_test("-x","configure") line to return a TRUE
now I get a Permission Denied error (even if I run as root)
> tempfunc("/home/meconk/stringi_1.1.5.tar.gz")
* installing to library '/usr/lib64/R/libr...
2017 Jun 22
0
Missing dependencies in pkg installs
...run right up
to the file_test("-x","configure") line, then print my working
directory, and ctrl-Z out of R to look at the files there. That should
confirm that configure is not executable.
Then the hard part is figuring out why it isn't....
Duncan
>
> So, made a tempfunc that was a copy of tools:::.install_packages and edited the file_test("-x","configure") line to return a TRUE
>
> now I get a Permission Denied error (even if I run as root)
>
>> tempfunc("/home/meconk/stringi_1.1.5.tar.gz")
> * installing to library...
2017 Jun 22
2
Missing dependencies in pkg installs
...to run right up to the file_test("-x","configure") line, then print my working directory, and ctrl-Z out of R to look at the files there. That should confirm that configure is not executable.
Then the hard part is figuring out why it isn't....
Duncan
>
> So, made a tempfunc that was a copy of tools:::.install_packages and
> edited the file_test("-x","configure") line to return a TRUE
>
> now I get a Permission Denied error (even if I run as root)
>
>> tempfunc("/home/meconk/stringi_1.1.5.tar.gz")
> * installing to li...
2017 Jun 22
0
Missing dependencies in pkg installs
...st("-x","configure") line, then print my working directory, and ctrl-Z out of R to look at the files there. That should confirm that configure is not executable.
>
> Then the hard part is figuring out why it isn't....
>
> Duncan
>
>>
>> So, made a tempfunc that was a copy of tools:::.install_packages and
>> edited the file_test("-x","configure") line to return a TRUE
>>
>> now I get a Permission Denied error (even if I run as root)
>>
>>> tempfunc("/home/meconk/stringi_1.1.5.tar.gz")
>...
2017 Jun 22
0
Missing dependencies in pkg installs
On 22/06/2017 11:15 AM, Conklin, Mike (GfK) wrote:
> Following Duncan's instructions I find that the system and R find that configure IS executable but if trying to install via install.packages I get the same error.
> I also tried using R CMD INSTALL from the terminal and install.packages with a local file pointing to the very same tar.gz file that shows the executable bit set. All
2017 Jun 22
3
Missing dependencies in pkg installs
Following Duncan's instructions I find that the system and R find that configure IS executable but if trying to install via install.packages I get the same error.
I also tried using R CMD INSTALL from the terminal and install.packages with a local file pointing to the very same tar.gz file that shows the executable bit set. All result in the same "configure is not executable" result.