Displaying 14 results from an estimated 14 matches for "garr".
Did you mean:
arr
2011 Feb 17
2
RGtk2 on Debian Testing
Dear All,
I am running Debian testing on my system for the amd64 architecture,
When trying to install the RGtk package I get this error
> install.packages('RGtk2')
Installing package(s) into ?/usr/local/lib/R/site-library?
(as ?lib? is unspecified)
trying URL
'http://rm.mirror.garr.it/mirrors/CRAN/src/contrib/RGtk2_2.20.8.tar.gz'
Content type 'application/x-gzip' length 2637806 bytes (2.5 Mb)
opened URL
==================================================
downloaded 2.5 Mb
* installing *source* package ?RGtk2? ...
checking for pkg-config... /usr/bin/pkg-config
chec...
2012 Oct 31
1
Problem Installing Packages
...sage:
> install.packages()
Warning in install.packages :
apertura non riuscita: stato HTTP '403 Forbidden'
Warning in install.packages :
apertura non riuscita: stato HTTP '403 Forbidden'
Warning in install.packages :
unable to access index for repository
http://cran.mirror.garr.it/mirrors/CRAN/bin/windows/contrib/2.15
Error in install.packages : no packages were specified
How can i solve this issue?
--
View this message in context: http://r.789695.n4.nabble.com/Problem-Installing-Packages-tp4648051.html
Sent from the R help mailing list archive at Nabble.com.
2020 Apr 29
2
problem with `viridis` on Ubuntu 20.04
I've hit a bug on Ubuntu 20.04. The issue occurred both with the R
version that shipped with Ubuntu last week, and it is occurring now with
the CRAN packages from one of the mirros (deb
http://cran.mirror.garr.it/mirrors/CRAN/bin/linux/ubuntu/
focal-cran40/). The issue occurs whether I use the deb package for
viridis in the Ubuntu repos, or I install it with `install.packages()` in R.
The issue is that when I call a function from the 'viridis' package
(e.g. running the first example in the `v...
2011 Jan 16
1
problem installing rgdal
...ges. It seems that there are problems
with libgdal1.7.0 or sqlite3...
Could someboby help me?
Thanks a lot!
Ale
> install.packages()
Warning in install.packages() :
argument 'lib' is missing: using '/home/ale/R/i686-pc-linux-gnu-library/2.
11'
trying URL 'http://rm.mirror.garr.it/mirrors/CRAN/src/contrib/RSQLite_0.9-4.
tar.gz'
Content type 'application/x-gzip' length 1298948 bytes (1.2 Mb)
opened URL
==================================================
downloaded 1.2 Mb
* installing *source* package ?RSQLite? ...
checking for gcc... gcc -std=gnu99
checking for...
2016 Aug 03
4
Mirror sync strategy or problem?
...ice that some packages that are present at
http://mirror.centos.org/centos/7/updates/x86_64/Packages/
are not present yet at some other mirrors (that are the ones my
fastestmirror plugin picks up... even after a clean):
http://centos.datente.com/media/7/updates/x86_64/Packages/
or
http://ct.mirror.garr.it/mirrors/CentOS/7/updates/x86_64/Packages/
For example packages like glibc, bash and dbus have updates dated 02 August
on the main mirror site but not yet at the other two sites.
if in Centos-Base.repo file, [updates] section, I use baseurl instead of
mirrorlist entry and run
sudo yum clean all...
2017 Sep 05
0
Mac Os mail error while moving msg in subfolder
Hi all
we are experiencing several errors like this:
WROTE Sep 05 11:30:57.700 [kCFStreamSocketSecurityLevelTLSv1_2] -- host:mail.uniparthenope.it -- port:993 -- socket:0x6000004b1dc0 -- thread:0x60000127b140
35.156 UID COPY 76543 GARR.Eduroam_tech
READ Sep 05 11:30:57.702 [kCFStreamSocketSecurityLevelTLSv1_2] -- host:mail.uniparthenope.it -- port:993 -- socket:0x6000004b1dc0 -- thread:0x60000127b140
35.156 NO [CANNOT] Character not allowed in mailbox name: '.' (0.001 + 0.000 secs).
WROTE Sep 05 11:30:57.719 [kCFStreamS...
2018 Feb 25
0
How to Save the residuals of an LM object greater or less than a certin value to an R object?
...n make any
operation with it. For instance:
my_res[my_res >= 0.1]
About your second question, I don't entirely understand what you want. The
"which()" function returns the indexes for which the condition is TRUE. In
this case, that the absolute value is greater than 2.5.
Alberto Garre
> Also,
>
> which( abs( stdresiduals ) > 2.5 )
>
> will tell you which of the standardized residuals are bigger than 2.5 in
absolute value. It returns a vector of indices, as in
>
> > set.seed(1234)
> > x <- rnorm(100)
> > which (abs(x) > 2.5)
> [1...
2010 Apr 28
4
XCP - VM creation from template and netinst
...f0
xe vif-create vm-uuid=fd478bba-f12f-8402-21b7-685566164390
network-uuid=b82128e2-aa9a-8971-47c8-95b819dce275 mac=random device=0
# set install repository to local install server
xe vm-param-set uuid=fd478bba-f12f-8402-21b7-685566164390
other-config:install-repository="http://mi.mirror.garr.it/mirrors/CentOS/5.4
/os/x86_64/"
# start it
xe vm-install vm=Test
I used the content of centos.cgi from Vern''s XCCS, but I always receive the
same error:
"
[root@xcp1 ~]# xe vm-start vm=Liberty
on=b3a1cd29-4560-47d0-95d9-87ec65e27197 The
boo...
2014 Feb 28
0
ADMINISABSENTMINDED=No misbehaviour according to the manual
.../0
0.0.0.0/0 udp dpts:67:68
(see attached shore2.gz)
whereas the manual says that "When ADMINISABSENTMINDED=No, only traffic
to/from those addresses listed in shorewall-routestopped[5](5) is
accepted"
Here are all the steps I did :
$ curl -O
http://garr.dl.sourceforge.net/project/shorewall/Shorewall-4.5/4.5.21/shorewall-4.5.21.6.tar.bz2
$ tar -xjf shorewall-4.5.21.6.tar.bz2
$ cd shorewall-4.5.21.6 ; ./configure && make
I edited Samples/Universale/shorewall.conf et change CONFIG_PATH to :
CONFIG_PATH=/tmp/shorewall-4.5.21.6/Samples/Universa...
2016 Aug 03
0
Mirror sync strategy or problem?
...e present at
> http://mirror.centos.org/centos/7/updates/x86_64/Packages/
> are not present yet at some other mirrors (that are the ones my
> fastestmirror plugin picks up... even after a clean):
> http://centos.datente.com/media/7/updates/x86_64/Packages/
> or
> http://ct.mirror.garr.it/mirrors/CentOS/7/updates/x86_64/Packages/
>
> For example packages like glibc, bash and dbus have updates dated 02 August
> on the main mirror site but not yet at the other two sites.
> if in Centos-Base.repo file, [updates] section, I use baseurl instead of
> mirrorlist entry an...
2020 Apr 29
0
problem with `viridis` on Ubuntu 20.04
On 30 April 2020 at 01:24, Samuele Carcagno wrote:
| I've hit a bug on Ubuntu 20.04. The issue occurred both with the R
| version that shipped with Ubuntu last week, and it is occurring now with
| the CRAN packages from one of the mirros (deb
| http://cran.mirror.garr.it/mirrors/CRAN/bin/linux/ubuntu/
| focal-cran40/). The issue occurs whether I use the deb package for
| viridis in the Ubuntu repos, or I install it with `install.packages()` in R.
|
| The issue is that when I call a function from the 'viridis' package
| (e.g. running the first example...
2020 Apr 30
2
problem with `viridis` on Ubuntu 20.04
...>
> On 30 April 2020 at 01:24, Samuele Carcagno wrote:
> | I've hit a bug on Ubuntu 20.04. The issue occurred both with the R
> | version that shipped with Ubuntu last week, and it is occurring now with
> | the CRAN packages from one of the mirros (deb
> | http://cran.mirror.garr.it/mirrors/CRAN/bin/linux/ubuntu/
> | focal-cran40/). The issue occurs whether I use the deb package for
> | viridis in the Ubuntu repos, or I install it with `install.packages()` in R.
> |
> | The issue is that when I call a function from the 'viridis' package
> | (e.g. runn...
2012 Sep 05
4
Custom type obligatory field?
...ype/cobblerdistro.rb
Puppet::Type.newtype(:cobblerdistro) do
@doc = "Manages the Cobbler distros.
A typical rule will look like this:
distro {''CentOS-6.3-x86_64'':
ensure => present,
arch => ''x86_64'',
isolink =>
''http://mi.mirror.garr.it/mirrors/CentOS/6.3/isos/x86_64/CentOS-6.3-x86_64-bin-DVD1.iso'',
}
This rule would ensure that the kernel swappiness setting be set to ''20''"
desc "The cobbler distro type"
ensurable
newparam(:name) do
isnamevar
desc "The name of the...
2011 Jan 17
2
How to still processing despite bug errors?
...al1.7.0 or sqlite3...
> Could someboby help me?
> Thanks a lot!
> Ale
>
> > install.packages()
> Warning in install.packages() :
> argument 'lib' is missing: using '/home/ale/R/i686-pc-linux-gnu-library/2.
> 11'
> trying URL '
> http://rm.mirror.garr.it/mirrors/CRAN/src/contrib/RSQLite_0.9-4.
> tar.gz'
> Content type 'application/x-gzip' length 1298948 bytes (1.2 Mb)
> opened URL
> ==================================================
> downloaded 1.2 Mb
>
> * installing *source* package ?RSQLite? ...
> checking...