Displaying 20 results from an estimated 8000 matches similar to: "Upgrading Ubuntu from 11.10 to 12.04: Problem with r-base-dev?"
2011 Oct 21
2
How to use gev.fit (package ismev) under box constraints?
[This email is either empty or too large to be displayed at this time]
2015 Jun 29
2
Moving from compiled to packages
I have been using Ubuntu 12.04 for awhile and built samba from source. I
have two servers, both on 12.04. Samba bulid 4.1.11. I would like to
upgrade the servers to 14.04 and start using the actual pacakges from
ubuntu. How do I get from compiled binarys to using the ubuntu pacakge?
Thanks for any help.
Jason
2015 Jun 29
3
Moving from compiled to packages
I understand about using the newer binaries, but what I really want to
"save" is the active directory. Sorry I should have been clear. I do not
want to have to rejoin/recreate everything. Thanks.
Jason
On Mon, Jun 29, 2015 at 10:23 AM, Reindl Harald <h.reindl at thelounge.net>
wrote:
>
> Am 29.06.2015 um 15:06 schrieb Jason Waters:
>
>> I have been using Ubuntu
2015 Jun 29
1
Moving from compiled to packages
So I can just copy the data into the new directory the package creates?
On Mon, Jun 29, 2015 at 10:42 AM, Reindl Harald <h.reindl at thelounge.net>
wrote:
>
>
> Am 29.06.2015 um 16:28 schrieb Jason Waters:
>
>> I understand about using the newer binaries, but what I really want to
>> "save" is the active directory. Sorry I should have been clear. I do
2001 Nov 20
2
IE on Redhat 7.2
Hello. I have a computer running Redhat 7.2 and the Wine pacakge. This
computer has no Windows partitions on it. From what I've read it's easier
to get programs to run under Wine if you have a Windows partition. I really
don't want one because it only has 4 gigs of hard drive space in the
computer and I only use if for Linux. Has anybody tried to do this before?
Any info would be
2017 Dec 29
2
data compression in a package
The submission guide has the following cryptic (to me) sentence:
?? "Reasonable compression should be used for data (not just .rda files) "
The survival pacakge has a fairly large number of data files --- exactly what should I be
doing??? xz compression?
Terry T.
2013 Mar 20
2
Dealing with missing values in princomp (package "psych")
Hello!
I am running principle components analysis using princomp function in
pacakge psych.
mypc <- princomp(mydataforpc, cor=TRUE)
Question: I'd like to use pairwise deletion of missing cases when
correlations are calculated. I.e., I'd like to have a correlation between
any 2 variables to be based on all cases that have valid values on both
variables.
What should my na.action be in
2005 Jun 24
2
Gini with frequencies
Hi there,
I am trying to compute Gini coefficients for vectors containing income classes. The data I possess look loke this:
yit <- c(135, 164, 234, 369)
piit <- c(367, 884, 341, 74 )
where yit is the vector of income classes, and fit is the vector of associated frequencies.(This data is from Rustichini, Ichino and Checci (Journal of Public Economics, 1999) ). In ineq pacakge, Gini( )
2013 Apr 23
1
Questions on function "readNamedRegionFromFile" in XLConnect pacakge
Hi,
I have two questions on the function "readNamedRegionFromFile" in
XLConnect pacakge.
1.
In the documentation,
# multiregion xlsx file from demoFiles subfolder of package XLConnect
demoExcelFile <- system.file("demoFiles/multiregion.xlsx",
package = "XLConnect")
# Load a single named region into a single data.frame.
df
2024 Sep 28
3
when installing packages for R on Linux, is it better to use my distro's package manager, or install.packages()?
I'm running R (currently 4.4.1) on Linux Mint
> sessionInfo()
R version 4.4.1 (2024-06-14)
Platform: x86_64-pc-linux-gnu
Running under: Linux Mint 20.3
...truncated...
To install a new R package, is it better to use Linux Mint's pacakge
manager (e.g. synaptic, apt-get, or similar), or to install it within R
with install.packages("some_new_package")?
I've done both over
2003 Dec 02
2
Two questions about the creating new package
Hello everyone,
I am just trying to colloct all my function into a new packages. I met
two questions which hurt me so much:
1. when I use the "prompt" to help to write Rd file for a variable x
which is character vector, say x <- c("a","b"), it always give the error
informaion:
Error in get(x, envir, mode, inherits) : variable "a" was not found.
2002 Dec 25
1
Compiling on IBM AIX. The package 'cluster' causes trouble...
Hi (and Merry Christmas),
I am trying to compile R on an AIX IBM machine using
the native C and FORTRAN compilers... and everything
goes smoothly (congratulations for the configure and
make files, this is very nice)... until the pacakge
'cluster' (see dump below)....
Any hint ?
Laurent
1501-510 Compilation successful for file pam.f.
cc -I/data1/laurent/R-1.6.1/include
2006 Apr 16
1
How to do varimax rotation for principal component based factor analysis, any packages?
Dear R users
the factanal pacakge is always MLE, which package can do varimax
rotation with the results from princomp ?
thank you
yong
2004 Jun 18
1
Initializing SparseM matrix matrix.csc
Hi!
Would like to initialize a huge matrix.csc (Pacakge SparseM) with all elements 0
and afterwards set a few alements nonzero.
The matrix which I like to allocate is so huge that I can not use
A <- matrix(a,n1,p)
before:
A.csr <- as.matrix.csc(A)
because I can not allocate such a huge matrix A.
But I believe that the much more memmory efficient model in case of csc matrix should do it for
2008 Jun 28
1
lme4 package
Hi,
Could someone explain what this message mean? I was playing with lme4
pacakge but I could not run any models...
Error in printMer(object) :
no slot of name "dims" for this object of class "table"
In addition: Warning message:
In printMer(object) :
trying to get slot "dims" from an object (class "table") that is not an
S4 object
2000 Dec 22
1
TSERIES package dependencies
Hello All:
In the package "tseries" I observed a dependency with pacakge "mva". But, I can't find this package on CRAN. Is this package actually required and if so, where can I locate it?
ANDREW
P.S. I am using R 1.2.0 on linux mandrake 7.1 platform.
P.P.S. the info on tseries follows from CRAn below:
--------------------------------------------------------------------
2008 May 31
1
problems with package.skeleton
Hi the list,
I do not manage to build a package using package.skeleton.
My pacakge in called 'partition'
I run package.skeleton, then I write the Rd file.
R CMD check partition is ok
But R CMD build --binary partition does not compile. I get :
....
WARNING
* some HTML links may not be found
installing R.css in c:/TEMP/Rinst322403595
....
cp: cannot stat
2007 Mar 19
1
i686 vs i386 Wine Binaries
Hi,
I'm a linux newbie here.. just downloaded the Wine pacakge for Ubuntu and
I'm surprised at the number of Windows apps that are functional under Wine.
However, the performace is a bit lacking, especially in games though still
acceptable. (I'm getting maybe 75% the framerate I'm used to.)
I've noticed that the version of Wine I'm using for Ubuntu is specifically
2004 Sep 10
1
ID3V1 and ID3V2 tags
Lo and behold, the new version of grip (http://www.nostatic.org/grip) has
ID3V2 support.
I want to be able to rip from grip, extract the data from the FLACs into
WAVs, normalize the WAVs, then re-encode them into FLACs.
How can I make sure the ID3V1 and ID3V2 tags stored by grip are saved in
between the FLACs? What shell commands can I use to store the tags in a
temp file?
Thanks for
2006 Mar 29
1
Bundle internal dependencies
Dear all,
When creating a bundle with some internal dependencies (package B in
bundle depends on package A), would having the same version installed
suffice? Can I ignore the dependencie in package B's description? The
test of package B fails when calling data() for an object in pacakge A,
so I am not sure right now whether the whole dependencie is not being
met or simple relates to data().