Displaying 20 results from an estimated 50000 matches similar to: "How to find R-Journal: Link is hidden"
2016 Sep 07
3
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
Hello, All:
Jonathan Baron is "giving up" maintaining the RSiteSearch database.
This breaks three things: (1) The R Site Search web service that
Baron has maintained. (2) The RSiteSearch function in the utils
package. (3) The sos package, for which I'm the maintainer and lead
author.
Might someone else be willing to take these over?
For me,
2016 Sep 08
6
Fwd: Re: RSiteSearch, sos, rdocumentation.org, ...?
Don't do anything yet. I may have found the problem by accident.
I tried to use the computer from something else, and it was being
drastically slowed down by some leftover processes, which turned out
to be xlhtml. That is something that converts Excel files. Apparently,
some excel files got into the libraries, and they were causing the
indexing to hang completely.
I am now running everything
2020 Jan 19
2
rpois(9, 1e10)
On my Mac:
str(.Machine)
...
$ integer.max????????? : int 2147483647
?$ sizeof.long????????? : int 8
?$ sizeof.longlong????? : int 8
?$ sizeof.longdouble??? : int 16
?$ sizeof.pointer?????? : int 8
????? On a Windows 10 machine I have, $ sizeof.long : int 4; otherwise
the same as on my Mac.
????? Am I correct that $ sizeof.long = 4 means 4 bytes = 32 bits?
log2(.Machine$integer.max)
2020 Jan 19
2
rpois(9, 1e10)
On 2020-01-19 13:01, Avraham Adler wrote:
> Crazy thought, but being that a sum of Poissons is Poisson in the sum,
> can you break your ?big? simulation into the sum of a few smaller
> ones? Or is the order of magnitude difference just too great?
????? I don't perceive that as feasible.? Once I found what was
generating NAs, it was easy to code a function to return pseudo-random
2018 Jan 27
2
Searching R Packages
Hello, All:
Might you have time to review the article I recently posted to
Wikiversity on "Searching R Packages"
(https://en.wikiversity.org/wiki/Searching_R_Packages)?
Please edit this yourself or propose changes in the associated
"Discuss" page or in an email to this list or to me.
My goal in this is to invite readers to turn that article into a
proposal
2020 Jan 19
2
rpois(9, 1e10)
????? This issue arose for me in simulations to estimate confidence,
prediction, and tolerance intervals from glm(., family=poisson) fits
embedded in a BMA::bic.glm fit using a simulate.bic.glm function I added
to the development version of Ecfun, available at
"https://github.com/sbgraves237/Ecfun".? This is part of a vignette I'm
developing, available at
2020 Jan 20
2
[External] Re: rpois(9, 1e10)
Thanks to Luke and Avi for their comments.? I wrapped "round" around the
call to "rnorm" inside my "rpois.".? For "lambda" really big, that
"round" won't do anything.? However, it appears to give integers in
floating point representation that are larger than
.Machine$integer.max.? That sounds very much like what someone would
want.?
2020 Jan 19
2
rpois(9, 1e10)
So imagine rpois is changed, such that the storage mode of its return
value is sometimes integer and sometimes numeric. Then imagine the case
where lambda is itself a realization of a random variable. Do we really
want the storage mode to inherit that randomness?
On 1/19/20 10:47 AM, Avraham Adler wrote:
> Maybe there should be code for 64 bit R to use long long or the like?
>
> On
2019 Jul 01
2
R-Forge > GitHub?
Apparently you created id_rsa key pair with a passphrase. Passphrase is
like an additional password protection layer on your ssh key. I don't know
how did you create it. But you can always create a new one (you should
delete the old one before you create a new one) using the shell command
'ssh-keygen'. It asks for a passphrase, just push enter for an empty
passphrase (twice). You
2016 Oct 08
4
optim(…, method=‘L-BFGS-B’) stops with an error message while violating the lower bound
Hi, Mark et al.:
Thanks, Mark.
Three comments:
1. Rvmmin was one of the methods I tried after Ravi
directed me to optimx. It returned NAs for essentially everything. See
my email of this subject stamped 4:43 PM Central time = 21:43 UTC.
2. It would be interesting to know if the current
algorithm behind optim and optimx with
2019 Jun 29
2
R-Forge > GitHub?
Hi, Henrik et al.:
????? What's your favorite documentation on how to make two GitHub
projects from one containing two packages?
????? Currently, "github.com/sbgraves237/Ecdat" consists primarily of a
directory "pkg" with subdirectories "Ecdat" and "Ecfun" containing the
two packages.? I need to know how to do the following:
??? ??????? 1.?
2019 Jun 30
2
R-Forge > GitHub?
On Sat, Jun 29, 2019 at 9:46 PM Joshua Ulrich <josh.m.ulrich at gmail.com> wrote:
>
> On Sat, Jun 29, 2019 at 6:06 PM Spencer Graves
> <spencer.graves at prodsyse.com> wrote:
> >
> > Hi, Henrik et al.:
> >
> >
> > What's your favorite documentation on how to make two GitHub
> > projects from one containing two packages?
> >
2019 Jun 29
2
R-Forge > GitHub?
Hi, Ott et al.:
????? What's the best way to get "Travis CI" to build and test the two
packages, Ecdat and Ecfun, that have long been combined in the Ecdat
project?
????? Following Ott's advice and studying studying Wickham's "R
Packages" (http://r-pkgs.had.co.nz/), I was able to configure RStudio so
it would sync using git with
2020 Apr 17
3
How to find detritis rejected by "R CMD check" on Debian?
Hello:
????? How can someone help me find and fix the following, contained in
00check.log on Debian for "https://github.com/JamesRamsay5/fda":
NOTE
Found the following files/directories:
? ?fdaMatlabPath.m?
* checking for detritus in the temp directory ... OK
????? See:
https://win-builder.r-project.org/incoming_pretest/fda_5.1.3_20200416_225207/Debian/00check.log
?????
2019 Jul 14
2
.travis.yml ... most likely included in error
Hello:
????? Suggestions for whomever maintains "R CMD":
??? ??????? 1.? Can you change it so it doesn't complain about the
presence of ".travis.yml", at least on GitHub?
??? ??????? 2.? What do you suggest people do to find error messages in
the output?? I ask, because I'm getting "build failing" from
travis-ci.org, but I can't see what failed
2020 May 01
1
"not a valid win32 application" with rtools40-x86_65.exe on Windows 10
Hi, Jeroen et al.:
On 2020-04-30 03:15, Jeroen Ooms wrote:
> On Thu, Apr 30, 2020 at 6:38 AM Spencer Graves
> <spencer.graves at prodsyse.com> wrote:
>> Hello, All:
>>
>>
>> "00install.out" from "R CMD check Ecfun_0.2-4.tar.gz" includes:
>>
>>
>> Error: package or namespace load failed for 'Ecfun':
2016 Oct 08
4
optim(…, method=‘L-BFGS-B’) stops with an error message while violating the lower bound
Hello:
The development version of Ecdat on R-Forge contains a vignette
in which optim(?, method=?L-BFGS-B?) stops with an error message while
violating the lower bound.
To see all the details, try the following:
install.packages("Ecdat", repos="http://R-Forge.R-project.org")
Then do "help(pac=Ecdat)" -> "User guides, package
2020 Apr 30
3
"not a valid win32 application" with rtools40-x86_65.exe on Windows 10
Hello, All:
????? "00install.out" from "R CMD check Ecfun_0.2-4.tar.gz" includes:
Error:? package or namespace load failed for 'Ecfun':
?.onLoad failed in loadNamespace() for 'rJava', details
? call: inDL(x, as.logical(local), as.logical(now), ...)
? error:? unable to load shared object 'c:/Program
2017 Mar 09
2
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
This error can arise when getOption("width") is too small. 80 seems to be the
limit for me with R-3.3.2 on Windows.
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Wed, Mar 8, 2017 at 10:28 PM, Spencer Graves
<spencer.graves at prodsyse.com> wrote:
> Hello:
>
>
> I tried "debug(help)" with the problem mentioned below. It stopped
> with a call to
2019 Jun 26
1
R-Forge > GitHub?
????? Thanks.? I'm still having problems:
??? ??????? 1.? I went to "github.com" and logged in with my standard
GitHub account
??? ??????? 2.? Then I clicked "+" in the upper right, just left of my
GitHub ID icon, and selected "Import a repository", as Lionel suggested.
??? ??????? 3.? " Your old repository?s clone URL" =