Displaying 6 results from an estimated 6 matches for "rownlib".
Did you mean:
ranlib
2025 May 08
2
customizing library locations for R in ubuntu
Hi,
In Windows, I follow a method with customized library locations that has worked for me when upgrading to new R versions.? I have not been able to follow the same method in Ubuntu. I would like to have help. Let me explain.
In windows, I add the following line:
.libPaths(c(?C:/Rownlib?,?C:/R/R-4.5.0/library?))
? ????in the file C:/R/R-4.5.0/etc/Rprofile.site
I have my own list of packages in the Rownlib folder and the packages that come with the R installation for the latest version in the second folder. When upgrading to a new R version, I just change the 2nd library location...
2017 Jun 03
3
cygwin1.dll problems when installing packages from source
Hi all,
I am having some problems in updating some packages from source. I start
with :
install.packages("Boom",lib="C:/RownLib",type="source")
I get the following error message :
* installing *source* package 'Boom' ...
** package 'Boom' successfully unpacked and MD5 sums checked
** libs
*** arch - i386
c:/Rtools/mingw_32/bin/g++ -std=gnu++11 -I"C:/R/R-34~1.0/include"
-I. -I../i...
2017 Jun 03
2
cygwin1.dll problems when installing packages from source
...03 12:57 GMT+02:00 Duncan Murdoch <murdoch.duncan at gmail.com>:
> On 03/06/2017 6:31 AM, Vivek Sutradhara wrote:
>
>> Hi all,
>> I am having some problems in updating some packages from source. I start
>> with :
>> install.packages("Boom",lib="C:/RownLib",type="source")
>>
>> I get the following error message :
>>
>
> Do you have multiple copies of cygwin1.dll?
>
> Duncan Murdoch
>
>
>> * installing *source* package 'Boom' ...
>> ** package 'Boom' successfully unpacked a...
2017 Jun 03
0
cygwin1.dll problems when installing packages from source
On 03/06/2017 6:31 AM, Vivek Sutradhara wrote:
> Hi all,
> I am having some problems in updating some packages from source. I start
> with :
> install.packages("Boom",lib="C:/RownLib",type="source")
>
> I get the following error message :
Do you have multiple copies of cygwin1.dll?
Duncan Murdoch
>
> * installing *source* package 'Boom' ...
> ** package 'Boom' successfully unpacked and MD5 sums checked
> ** libs
>
> ***...
2017 Jun 03
0
cygwin1.dll problems when installing packages from source
...doch.duncan at gmail.com>>:
>
> On 03/06/2017 6:31 AM, Vivek Sutradhara wrote:
>
> Hi all,
> I am having some problems in updating some packages from source.
> I start
> with :
> install.packages("Boom",lib="C:/RownLib",type="source")
>
> I get the following error message :
>
>
> Do you have multiple copies of cygwin1.dll?
>
> Duncan Murdoch
>
>
> * installing *source* package 'Boom' ...
> ** package 'Boom' successfull...
2025 May 09
2
customizing library locations for R in ubuntu
? Thu, 8 May 2025 19:39:40 +0000 (UTC)
ravi via R-help <r-help at r-project.org> ?????:
> In windows, I add the following line:
> .libPaths(c(?C:/Rownlib?,?C:/R/R-4.5.0/library?))
> ? ????in the file C:/R/R-4.5.0/etc/Rprofile.site
>
> I have my own list of packages in the Rownlib folder and the packages
> that come with the R installation for the latest version in the
> second folder. When upgrading to a new R version, I just change...