search for: ecfun

Displaying 20 results from an estimated 45 matches for "ecfun".

2020 Mar 28
5
status of Java & rJava?
Hello, All: ????? Is Java being deprecated for R? ????? I ask, because I've been unable to get rJava 0.9-11 to work under either macOS 10.15 or Windows 10, and I can't get rJava 0.9-12 to install -- and my Ecfun package uses it:?? I can't get "R CMD build Ecfun" to work on my Mac nor "R CMD check Ecfun_0.2-4" under Windows.? Travis CI builds "https://github.com/sbgraves237/Ecfun" just fine. ????? The rJava maintainer, Simon Urbanek, has kindly responded to two of my...
2020 Jul 21
2
trivial typo in ?Matrix::sparse.model.matrix.Rd
>>>>> "AS" == Abby Spurdle >>>>> on Wed, 22 Jul 2020 00:28:12 +1200 writes: >> "No documentation for ?sparse.model.matrix? in >> specified packages and libraries", but it's there after >> "library(Ecfun)". I find that interesting, because "Matrix" does not >> appear in the Ecfun DESCRIPTION file. AS> Not interesting. AS> Note the imports and depends fields. AS> (Of your own packages). >> AND I don't see 'repr = ("C",...
2020 Oct 16
2
tools::package_dependencies problems
Hello, All: tools::package_dependencies('Ecfun') failed to find how my development version of Ecfun was using rJava, which generated errors in "R CMD build Ecfun". This is because package_dependencies by default uses CRAN and ignores locally installed packages. What do you think about having this function check both local...
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.? Extract "github.com/sbgraves237/Ecdat/pkg/Ecfun" to create? "github.com/sbgraves237/Ecfun". ???? ??????? 2.? Elevate "github.com/sbgraves237/Ecdat/pkg/Ecdat" to "g...
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 "https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd". This includes a simulated mean of a mixture of Poissons that excee...
2020 Jan 19
2
rpois(9, 1e10)
...; wrote: > > ????? 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" > <https://github.com/sbgraves237/Ecfun>. This is part of a vignette > I'm developing, available at > "https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd"...
2020 Mar 29
3
status of Java & rJava?
On 29/03/2020 04:07, Simon Urbanek wrote: > Spencer, > > you could argue that Java is dead since Oracle effectively killed it by removing all public downloads, but if you manage to get hold of a Java installation then it works just fine with R. To my best knowledge there has never been an issue if you installed rJava from source. macOS Catalina has made binary distributions impossible
2019 Jun 30
2
R-Forge > GitHub?
...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. Extract "github.com/sbgraves237/Ecdat/pkg/Ecfun" to > > create "github.com/sbgraves237/Ecfun". > > > > > >...
2020 Mar 29
0
status of Java & rJava?
????? I spoke too soon in saying that everything worked with OpenJDK:? "R CMD check Ecfun_0.2-4.tar.gz" using "https://github.com/sbgraves237/Ecfun" worked fine on my Mac but failed with "error: DLL 'rJava' not found: maybe not installed for this architecture?" under Windows 10.? "00install.out" and "Sys.getenv('PATH')" fo...
2020 Jul 21
3
trivial typo in ?Matrix::sparse.model.matrix.Rd
...how it creeps into my code, and (c) when I can expect to see it? ????? I'm running R 4.0.2, and "?sparse.model.matrix" on a fresh session generates "No documentation for ?sparse.model.matrix? in specified packages and libraries", but it's there after "library(Ecfun)".? I find that interesting, because "Matrix" does not appear in the Ecfun DESCRIPTION file.? AND I don't see 'repr = ("C", "R", "T")' in the "sparse.model.matrix" help file I do see. ?????? Thanks, ????? Spencer Graves > &...
2020 Mar 29
0
status of Java & rJava?
...cer.graves at prodsyse.com> wrote: > Hello, All: > > > Is Java being deprecated for R? > > > I ask, because I've been unable to get rJava 0.9-11 to work under > either macOS 10.15 or Windows 10, and I can't get rJava 0.9-12 to > install -- and my Ecfun package uses it: I can't get "R CMD build > Ecfun" to work on my Mac nor "R CMD check Ecfun_0.2-4" under Windows. > Travis CI builds "https://github.com/sbgraves237/Ecfun" just fine. > > > The rJava maintainer, Simon Urbanek, has kindly resp...
2020 Mar 29
0
status of Java & rJava?
...pencer.graves at prodsyse.com> wrote: > > Hello, All: > > > Is Java being deprecated for R? > > > I ask, because I've been unable to get rJava 0.9-11 to work under either macOS 10.15 or Windows 10, and I can't get rJava 0.9-12 to install -- and my Ecfun package uses it: I can't get "R CMD build Ecfun" to work on my Mac nor "R CMD check Ecfun_0.2-4" under Windows. Travis CI builds "https://github.com/sbgraves237/Ecfun" just fine. > > > The rJava maintainer, Simon Urbanek, has kindly responded to...
2020 Jan 19
2
rpois(9, 1e10)
...s 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" >> <https://github.com/sbgraves237/Ecfun>. This is part of a >> vignette I'm developing, available at >> "https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNucle...
2020 Jan 19
0
rpois(9, 1e10)
...cer.graves at prodsyse.com> wrote: > 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" > <https://github.com/sbgraves237/Ecfun>. This is part of a vignette I'm > developing, available at > "https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState.Rmd" > &...
2020 Mar 29
0
status of Java & rJava?
...rote: > > > > Hello, All: > > > > > > Is Java being deprecated for R? > > > > > > I ask, because I've been unable to get rJava 0.9-11 to work under either macOS 10.15 or Windows 10, and I can't get rJava 0.9-12 to install -- and my Ecfun package uses it: I can't get "R CMD build Ecfun" to work on my Mac nor "R CMD check Ecfun_0.2-4" under Windows. Travis CI builds "https://github.com/sbgraves237/Ecfun" just fine. > > > > > > The rJava maintainer, Simon Urbanek, has kindly...
2019 Jun 30
0
R-Forge > GitHub?
...t; 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. Extract "github.com/sbgraves237/Ecdat/pkg/Ecfun" to > create "github.com/sbgraves237/Ecfun". > > > 2. Elevate "github.com/sbgraves237...
2019 Jul 01
2
R-Forge > GitHub?
...ncer Graves <spencer.graves at prodsyse.com> wrote: > > > On 2019-06-30 06:58, Joshua Ulrich wrote: > <snip> > > > I imported both packages into separate repositories: > > https://github.com/joshuaulrich/tmp-ecdat > > https://github.com/joshuaulrich/tmp-ecfun > > > > I changed your email address on your R-Forge commits to match your > > GitHub email address, so R-Forge commits would be associated with your > > GitHub account. I also omitted the "move" commit from Ecdat, and the > > "obsolete > GitHub&quot...
2020 Jul 21
0
trivial typo in ?Matrix::sparse.model.matrix.Rd
...gt;> "AS" == Abby Spurdle >>>>>> on Wed, 22 Jul 2020 00:28:12 +1200 writes: > >> "No documentation for ?sparse.model.matrix? in > >> specified packages and libraries", but it's there after > >> "library(Ecfun)". I find that interesting, because "Matrix" does not > >> appear in the Ecfun DESCRIPTION file. > > AS> Not interesting. > AS> Note the imports and depends fields. > AS> (Of your own packages). > > >> AND I don'...
2020 Jul 21
1
trivial typo in ?Matrix::sparse.model.matrix.Rd
> By the way, Ecfun includes some 32 "suggests" and "imports". > "Matrix" is not one of them, but it must be called by something else > that's loaded by Ecfun, to get the result I got. Spencer, I find some of your comments/questions on R packages, extremely basic. (Sorry, if th...
2020 Jan 19
0
rpois(9, 1e10)
...se.com> wrote: > >> 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" >> <https://github.com/sbgraves237/Ecfun>. This is part of a vignette I'm >> developing, available at >> "https://github.com/sbgraves237/Ecfun/blob/master/vignettes/time2nextNuclearWeaponState....