Displaying 20 results from an estimated 8000 matches similar to: "Orphaned R Packages (maybe this is too inside baseball?)"
2009 Sep 28
2
Polynomial Fitting
Hello All,
This might seem elementary to everyone, but please bear with me. I've
just spent some time fitting poly functions to time series data in R
using lm() and predict(). I want to analyze the functions once I've
fit them to the various data I'm studying. However, after pulling the
first function into Octave (just by plotting the polynomial function
using fplot() over
Looking for new maintainer of orphans R2HTML SemiPar cghseg hexbin lgtdl monreg muhaz operators pamr
2014 Aug 08
2
Looking for new maintainer of orphans R2HTML SemiPar cghseg hexbin lgtdl monreg muhaz operators pamr
Dear maintainers and R-devel,
Several orphaned CRAN packages are about to be archived due to
outstanding QC problems, but have CRAN and BioC packages depending on
them which would be broken by the archival (and hence need archiving
alongside).
Therefore we are looking for new maintainers taking over maintainership
for one or more of the following packages:
R2HTML SemiPar cghseg hexbin lgtdl
2006 Jun 14
2
Bug or not? (PR#8977)
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig807B2312A20EAF60129FDDFA
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Hi,
I am writing this email, because I am not sure if the issue I have
discovered is a bug or not.
For a few days I have been fiddling around with a small program that
calculates the reflectance of
2009 Nov 28
1
R function that duplicates Octave's poly function?
By any chance is anyone aware of an R function that duplicates Octave's poly function?
Here is a description of Octave's poly function:
Function File: poly (A)
If A is a square N-by-N matrix, `poly (A)' is the row vector of
the coefficients of `det (z * eye (N) - a)', the characteristic
polynomial of A. As an example we can use this to find the
eigenvalues
2007 Aug 15
1
Polynomial fitting
Hi everybody!
I'm looking some way to do in R a polynomial fit, say like polyfit
function of Octave/MATLAB.
For who don't know, c = polyfit(x,y,m) finds the coefficients of a
polynomial p(x) of degree m that fits the data, p(x[i]) to y[i], in a
least squares sense. The result c is a vector of length m+1 containing
the polynomial coefficients in descending powers:
p(x) = c[1]*x^n +
2004 Jan 25
3
orphaned packages
Are there many packages that are orphaned, and have a better "half" much
like bootstrap?
Is there a listing, or directory of "recommended" packages (other than the
packages downloaded with the initial R install)?
Thanks,
Neil Eastep.
An "R" newbie
-----------
Prof Brian Ripley <ripley at stats.ox.ac.uk> writes:
>>Package bootstrap is orphaned, that
2020 Oct 02
3
Lahman Baseball Data Using R DBI Package
I?m trying to pull data from one table (batting) in the Lahman Baseball database. Notice X2B for doubles and X3B for triples ? fourth and fifth from the right.
The dbGetQuery function runs fine when I leave there two out but I get error messages (in red) when I include 2B/3B or X2B/X3B.
Can anyone give me some direction?
Thanks,
Philip Heinrich
2001 Feb 12
3
That darned orphaned socket hang
Stephen,
OK, I can now reproduce this hang at will, purely by pulling the plug
on my desktop when logged in and then rebooting - its a gnome desktop
box with few partitions and ext3 on all of them, so I guess its getting
a pile of gnome or ssh related sockets kept in /tmp which is on root
To recap, when the machine is suffering from this, it hangs at the
point of mounting the root filesystem
2004 Jun 01
1
ANN: LAPACK and ScaLAPACK new functionality survey
[mailed jointly to maintainers@octave.org, r-devel@stat.math.ethz.ch
to reach users with relevant experience. watch where your replies
go. what would make using LAPACK and ScaLAPACK easier for Octave
and R developers? -- ejr, not subscribed]
We plan to update the LAPACK and ScaLAPACK libraries and would like to have
feedback from users on what functionalities they think are missing and would
2010 Jun 16
2
Samba 4 Orphaned DC
Is there a list of commands for cleaning up orphaned DC's. I used
ntdsutil on the Windows boxes no problem. Used an LDAP gui tool to
remove the LDAP entries. Sadly Samba4 is still trying to contact the
orphan. Any guidance or manual page would be appreciated.
Cheers,
TMS III
2007 Jan 31
1
Dovecot Wiki: Orphaned page on mbox locking
The following shows up in the "orphaned page" list of
the Wiki:
http://wiki.dovecot.org/MboxLocking?action=show&redirect=MboxSoftwareLocks
Does the description of Dovecot mbox locking still apply to
current versions? If yes, it should be linked from the
"Troubleshooting" page.
--
Jim Garrison (jhg at acm.org)
PGP Keys at http://www.jhmg.net RSA 0x04B73B7F DH 0x70738D88
2008 Apr 14
7
[Bug 15495] New: does not render ESPN baseball gamecast correctly
http://bugs.freedesktop.org/show_bug.cgi?id=15495
Summary: does not render ESPN baseball gamecast correctly
Product: swfdec
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: plugin
AssignedTo: swfdec at lists.freedesktop.org
2011 Nov 25
2
Case: package removed from CRAN, but not orphaned
Dear R-Devel subscriber,
I would like to raise a topic and ask for your advice, guidance.
Today on R-help an issue with a certain package popped up that has been removed from CRAN, because it failed the checks and/or the dependencies are not any longer available. The package maintainer has been alerted to this issue a couple of times and kindly asked to fix the code, such that it fullfills the
2017 Mar 08
1
I need to delete orphaned objects
I have two samba 4.1.9 as domain controllers. I want to join two new
samba servers (Current version) as DC into the domain
in order to demote the old ones.
When I try to join as DC the first new samba, It can't synchronize
because of orphaned objects in the samba 4.1.9.
So, I want to remove such orphaned objects first. I can't do that using
samba-tool dbcheck --fix
Which command
2019 Jun 20
3
LLD handling of orphaned sections
Hello,
The handling of orphaned sections in LLD 8 has changed from GNU LD
behavior (note that LLD 7 didn't show this behavior). I've reported
this as:
https://bugs.llvm.org/show_bug.cgi?id=42327
It's not clear to me however whether this is intentional or a
regression when compared to LLD 7.
As stated in that bug report it would be helpful for me to get some
kind of documentation
2020 Oct 08
0
Lahman Baseball Data Using R DBI Package
Hi Philip,
You've probably realized by now that R doesn't like column names that
start with a number. If you try to access an R-dataframe column named
2B or 3B with the familiar "$" notation, you'll get an error:
> library(DBI)
> library(RSQLite)
> con2 <- dbConnect(SQLite(), "~/R_Dir/lahmansbaseballdb.sqlite")
> Hack12Batting <-
2019 Sep 25
2
depending on orphaned packages?
SuppDists is orphaned on CRAN (and has been since 2013).
https://cran.r-project.org/web/checks/check_results_.html
Oddly, the simulate method for the inverse.gaussian family
[inverse.gaussian()$simulate] depends (in a loose sense) on SuppDists
(it fails if the SuppDists namespace is not available:
if (!requireNamespace("SuppDists", quietly = TRUE))
stop("need CRAN
2013 Dec 12
1
samba 4.2 - orphaned showrepl entries
Hi,
i've still these orhpaned entries and don't know where to remove them.
Samba-tool drs showrepl
[.]
CN=Configuration,DC=local,DC=laurenz,DC=ws
NTDS DN: CN=NTDS
Settings\0ADEL:262e2471-dc01-4d71-ae5d-f71f9d8c2d5d,CN=SHELBY\0ADEL:72a698fc
-6b93-41d1-9961-504008ea2415,CN=Servers,CN=Zuhause,CN=Sites,CN=Configuration
,DC=local,DC=laurenz,DC=ws
DSA
2014 Apr 18
2
Many orphaned inodes after resize2fs
Hello,
yesterday I experienced following problem with my ext3 filesystem:
- I had ext3 filesystem of the size of a few TB with journal. I correctly
unmounted it and it was marked clean.
- I then ran fsck.etx3 -f on it and it did not find any problem.
- After increasing size of its LVM volume by 1.5 TB I resized the
filesystem by resize2fs lvm_volume and it finished without problem.
- But
2006 Jun 22
1
Active Record question, orphaned children
I have a Deck object and a Card object with their corresponding tables. (You
know a deck of cards.) When I destory a Deck it leaves orphaned cards in
the database. Is there a way to set up the objects with ActiveRecord so that
when a parent object is destoryed the child objects are destroyed as well?
My code below.
class Deck < ActiveRecord::Base
has_many :cards
end
class Card <