Displaying 5 results from an estimated 5 matches for "nexr".
Did you mean:
near
2023 Apr 06
1
"prob" package alternative
>>>>> peter murage
>>>>> on Tue, 4 Apr 2023 06:24:56 +0000 writes:
> Which package in R replaced package prob?
Well, if you google that you should quickly be lead to
(something I even think makes sense to memorize as "rule"
package=<pkg> ) :
https://CRAN.R-project.org/package=prob
which now says that the package was archived as it
2023 Mar 09
1
web address for R-project
I got the link cran.nexr.com from a person who claimed that it is the
home of R-project, and indeed, it looks right.
But it doesn't feel right, so I wonder what is going on. Is it someone's
mirror (authorized) of R-project?
Thanks, G?ran
2023 Mar 09
1
web address for R-project
...ehar.se> ?????:
> Is it someone's mirror (authorized) of R-project?
It's not currently in the official list of mirrors [*], but anyone can
create a CRAN mirror for their own needs as long as they don't overload
the CRAN master site: https://cran.r-project.org/mirror-howto.html
NexR call themselves a "total data service company" and have published
an R interface for Apache Hive [**], so it shouldn't be too surprising
that they have a local CRAN mirror.
The home of R project is at https://r-project.org/. If you don't want
to trust a J. Random Hacker from the...
2023 Feb 01
1
Detpack package
...a library() But when I try to use the functions i get this:
chi2testuniform(vals, 0.05)
Error in chi2testuniform(vals, 0.05) :
could not find function "chi2testuniform"
And yet this function (amongst other which also are not recognised) are all
listed on the CRAN page:
http://cran.nexr.com/web/packages/detpack/detpack.pdf
I can't remember anything like this happening before - as far as I can see
I don't need to load or write anything else before executing the function
and I can't find references to any problems with this package on the net
Can anyone cast light on wh...
2023 Feb 01
1
Detpack package
...(vals, 0.05)
>>
>> Error in chi2testuniform(vals, 0.05) :
>> could not find function "chi2testuniform"
>>
>>
>> And yet this function (amongst other which also are not recognised) are
>> all
>> listed on the CRAN page:
>> http://cran.nexr.com/web/packages/detpack/detpack.pdf
>>
>> I can't remember anything like this happening before - as far as I can see
>> I don't need to load or write anything else before executing the function
>> and I can't find references to any problems with this package on...