Displaying 10 results from an estimated 10 matches for "some_packag".
Did you mean:
some_package
2013 Mar 28
1
undefined method 'sanitize_limit' for #<ActiveRecord::Relation:0x2aaaad35d720>
I am trying to upgrate rails from 3.0 to 3.1, while updating rails version
I am getting following error
rake aborted!
undefined method `sanitize_limit'' for
#<ActiveRecord::Relation:0x2aaaad35d720>
/some_package/lib/ruby/gems/1.8/gems/activerecord-3.1.12/lib/active_record/relation.rb:460:in
`method_missing''
/some_package/lib/ruby/gems/1.8/gems/activerecord-3.1.12/lib/active_record/relation/query_methods.rb:208:in
`build_arel''
/some_package/lib/ruby/gems/1.8/gems/activerecord-3.1.12/lib...
2017 Jul 03
2
/etc/R/Renviron doesn't set R_LIBS_USER anymore
...rprised when users cannot immediately install packages in the
"usual R way (install.packages)". And this gets more complicated when we
add a bunch of bioconductor packages, where BioConductor pages often say to
install as
source("https://bioconductor.org/biocLite.R")
biocLite(some_packages)
I've ended up doing
.libPaths(c(the_user_home, .libPaths()))
but this does not look very friendly for new users.
Best,
R.
>
> Dirk
>
> |
> |
> | -Kirill
> |
> | > Dirk
> | >
> |
--
Ramon Diaz-Uriarte
Department of Biochemistry, Lab B-25...
2015 Mar 31
0
Building a newer glibc RPM for CentOS 6 and installing into an alternate path
...h. A quick
> peek at the spec file for glibc did not reveal any easy options, but
> then again I don?t really speak the RPM spec file language.
If you build a stock rpm - or just grab an existing binary rpm you can
install the files in a different location with:
cd /some/location
rpm2cpio some_package.rpm | cpio -idmv --no-absolute-filenames
(that's sort of routine for debugging cores from a different system....)
But I'd expect some close coupling between the compiler and glibc too,
so you probably can't compile a new version either without installing
newer tools too.
What kind of...
2017 Jul 03
0
/etc/R/Renviron doesn't set R_LIBS_USER anymore
...n users cannot immediately install packages in the
| "usual R way (install.packages)". And this gets more complicated when we
| add a bunch of bioconductor packages, where BioConductor pages often say to
| install as
|
| source("https://bioconductor.org/biocLite.R")
| biocLite(some_packages)
|
| I've ended up doing
|
| .libPaths(c(the_user_home, .libPaths()))
|
| but this does not look very friendly for new users.
Easier: Remove one # comment character in /etc/R/Renviron which does the same.
As does setting in file /etc/R/Renviron.site (which the package never
touches).
An...
2009 Jun 24
1
how to yum install after deleting some files?
Hello, all.
I have deleted some files for mistake.
So I would like to re-install those files using yum install.
But if I execute yum install some_package, that doesn't work,
because some files are remain, I guess.
So is there any yum install option to re-install forcely
when some files are deleted?
Should I remove all related files first to re-install using yum?
Thanks in advance.
_________________________________________________________...
2008 Mar 26
1
yum: removing Java group fails
I did a "yum groupremove Java" and that failed "somehow". Yum listed all
group members as "erased", but some rpm packages failed because of missing
config files or so. As a result none of the 50 packages were removed from
the rpm database, but all of their files seem to have been removed.
How can I clean them out from the rpm db?
Kai
--
Kai Sch?tzl, Berlin,
2017 Jul 03
1
/etc/R/Renviron doesn't set R_LIBS_USER anymore
...stall packages in the
> | "usual R way (install.packages)". And this gets more complicated when we
> | add a bunch of bioconductor packages, where BioConductor pages often say to
> | install as
> |
> | source("https://bioconductor.org/biocLite.R")
> | biocLite(some_packages)
> |
> | I've ended up doing
> |
> | .libPaths(c(the_user_home, .libPaths()))
> |
> | but this does not look very friendly for new users.
>
> Easier: Remove one # comment character in /etc/R/Renviron which does the same.
>
> As does setting in file /etc/R/Renviro...
2011 Oct 08
2
Installing Ruby gems on RPM-based systems
When I first got involved with Red Hat (back with 5.2 in the early 90's) I
learned the hard way not to use language-specific packaging systems like
CPAN for Perl because they'd conflict with RPM's database and make it much
harder to manage what was installed on my system. If I now need a package
for which no RPM is available, I'll use a utility like cpanspec to
repackage it
2015 Mar 31
3
Building a newer glibc RPM for CentOS 6 and installing into an alternate path
> On Mar 30, 2015, at 17:24, Patrick Flaherty <pflaherty at wsi.com> wrote:
>
> Tell your vendor you want a centos 6 version of the library, it's really
> not a huge ask, esp if you are paying them. If they say no, do a new
> install of centos 7 and run it on a different box. It's the only reasonable
> thing to do, and if you do anything else and make anyone else
2017 Jul 02
3
/etc/R/Renviron doesn't set R_LIBS_USER anymore
On 02.07.2017 22:01, Dirk Eddelbuettel wrote:
> On 2 July 2017 at 21:39, Kirill M?ller wrote:
> | Hi
> |
> | An upgrade to R 3.4.1 on Ubuntu removed the default setting of
> | R_LIBS_USER in /etc/R/Renviron. What's the rationale behind this? Thanks.
>
> Pretty much exactly what I told you in person last week :)
>
> - idea is to prefer /usr/local/lib/R/site-library/