Displaying 20 results from an estimated 300 matches similar to: "'coinmarketcapr' R Package to access coinmarketcap API"
2018 Jan 08
0
'coindeskr' to access coindesk API Bitcoin Price (Historic)
Hello Rusers,
Introducing *coindeskr - *an R package to access coindesk API Bitcoin Price
Index (Including Historic Price).
https://github.com/amrrs/coindeskr
https://cran.r-project.org/package=coindeskr
Please share your feedback using it.
Regards,
Abdul
[[alternative HTML version deleted]]
_______________________________________________
R-packages mailing list
R-packages at r-project.org
2018 Jan 08
0
'coindeskr' to access coindesk API Bitcoin Price (Historic)
Hello Rusers,
Introducing *coindeskr - *an R package to access coindesk API Bitcoin Price
Index (Including Historic Price).
https://github.com/amrrs/coindeskr
https://cran.r-project.org/package=coindeskr
Please share your feedback using it.
Regards,
Abdul
[[alternative HTML version deleted]]
_______________________________________________
R-packages mailing list
R-packages at r-project.org
2016 Feb 24
2
Bitcoin for CentOS 7
For those interested I have a working spec file for Bitcoin 0.12.0
https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec
I believe the only BuildRequires that isn't in CentOS/EPEL is
miniupnpc-devel but that's trivial to build as well.
With Bitcoin 0.12.0 the ECC stuff that Red Hat ripped out of OpenSSL
doesn't matter anymore.
-=-
That spec file
2009 Apr 09
2
how to automatically select certain columns using for loop in dataframe
Hi,
I am trying to display / print certain columns in my data frame that share
certain condition (for example, part of the column name). I am using for
loop, as follow:
# below is the sample data structure
all.data <- data.frame( NUM_A = 1:5, NAME_A = c("Andy", "Andrew", "Angus",
"Alex", "Argo"),
NUM_B = 1:5, NAME_B =
2023 Dec 31
0
Claims.
Good day,
We wish to inform you that a claim of Cryptocurrency" (Bitcoin)
is in your favor,kindly contact us for release.
Mr Charles Brums Lee.
Acting Controller of the Currency
GlobalVaultWallet
2016 Feb 24
0
Bitcoin for CentOS 7
Alice Wonder wrote:
> For those interested I have a working spec file for Bitcoin 0.12.0
>
> https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec
>
> I believe the only BuildRequires that isn't in CentOS/EPEL is
> miniupnpc-devel but that's trivial to build as well.
>
> With Bitcoin 0.12.0 the ECC stuff that Red Hat ripped out of
2016 Feb 24
0
Bitcoin for CentOS 7
Alice Wonder wrote:
> On 02/24/2016 06:04 AM, m.roth at 5-cent.us wrote:
>> Alice Wonder wrote:
>>> For those interested I have a working spec file for Bitcoin 0.12.0
>>>
>>> https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec
>>>
>>> I believe the only BuildRequires that isn't in CentOS/EPEL is
2016 Feb 24
0
Bitcoin for CentOS 7
On 02/24/2016 06:06 AM, Alice Wonder wrote:
> On 02/24/2016 06:04 AM, m.roth at 5-cent.us wrote:
>> Alice Wonder wrote:
>>> For those interested I have a working spec file for Bitcoin 0.12.0
>>>
>>> https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec
>>>
>>>
>>> I believe the only BuildRequires that
2016 Feb 24
5
Bitcoin for CentOS 7
On 02/24/2016 06:04 AM, m.roth at 5-cent.us wrote:
> Alice Wonder wrote:
>> For those interested I have a working spec file for Bitcoin 0.12.0
>>
>> https://github.com/AliceWonderMiscreations/bitcoin/blob/master/contrib/rpm/bitcoin.spec
>>
>> I believe the only BuildRequires that isn't in CentOS/EPEL is
>> miniupnpc-devel but that's trivial to build
2017 Sep 06
3
withr::set_makevars
Hi All;
This problem has come about from trying to learn some of the review practices recommend by rOpensci. One of them is to use the package goodpractice. After installing goodpractice, it kept failing on my own packages which are under development, and I was concerned something was funny in my own , so I have a fork of the package rerddap, and I tested goodpractice on that. I get the
2016 Mar 07
0
Keep the politics out, please?
I understand your point.
I was just offering a bitcoin spec file for those who wanted it, no
politics in that post, and was met with resistance I suppose I shouldn't
have responded to. No rants about the fiat banking system in my original
post.
Bitcoin building on CentOS without needing an alternate TLS library
installed is new, so really that is all I wanted to do was provide a
well
2017 Sep 07
0
withr::set_makevars
withr:::set_makevars() can give that error if the makefile named by the
'old_path' argument (default "~/.R/Makevars) contains more than one
definition of a variable of the form 'name=value'. You can see what file
it is reading and its contents by using the trace() function:
trace(withr:::set_makevars, quote({ cat(old_path, "\n");
writeLines(paste0(" ",
2018 Jul 30
3
Fwd: help building very old R
Hi guys,
Perhaps someone here can help.
I am trying to build versions of R 1 for the rcheology package (just
arrived on CRAN).
For R prior to 1.5.0, I cannot configure support for tcl-tk.
I am building on Debian Woody (provided by Docker debian/eol) and have the
following packages installed:
r-base-dev tclx8.3-dev tk8.3-dev xvfb xbase-clients x-window-system-core
I download R source from
2013 May 14
1
Problem with R websocket package
Hello to everybody,
I seem to be in struggle with the websockets in R. I wanted to download the
streaming data from the BitCoin exchange MtGox directly to R, but R cannot
establish the connection.
The websocket specs are defined as:
* Host: websocket.mtgox.com or socketio.mtgox.com
* Port: 80 or 443 ( ssl )
* Namespace: /mtgox (Including beginning slash)
url for more
2016 Mar 07
3
Keep the politics out, please?
With this post, I run the risk of causing more of the thing that I speak
against. I still think it's important to say it.
CentOS mailing list is a technical forum. It is not a political forum.
Just reading a thread on bitcoins and the entire thread quickly turned into a
political thread with people bitching about everything from Chase Bank to the
Russians, and that's just crap.
2015 May 26
2
MetaCran website v1.0.0-alpha
On Tue, May 26, 2015 at 2:10 PM, Gabriel Becker <gmbecker at ucdavis.edu>
wrote:
[...]
>
> Well, sort of. I mean if the package is being actively developed not on
> github, forking your archive repo and developing a patch/etc against it
> won't necessarily be particularly effective, as there is no way to have the
> right starting point (state of trunk), right?
>
Well,
2009 May 06
5
x86 vs x64
Tried with
Ubuntu 9.04 x64
Tomb raider III - major slowdowns and breaks
Crayon physics - no Breaks but very slow
Counter strike 1.6 lower framerates (not much 3-5 fps of diference)
Age of empires II a little slower, can't say if it is a wine regression or x64 fault haven't tried wine 1.20 on x86 yet.
Flash 8 - Normal speed? can't tell if it's faster or slower it runs at normal
2017 Aug 11
0
Revolutions blog: July 2017 roundup
Since 2008, Microsoft (formerly Revolution Analytics) staff and guests
have written about R every weekday at the Revolutions blog
(http://blog.revolutionanalytics.com) and every month I post a summary
of articles from the previous month of particular interest to readers
of r-help.
In case you missed them, here are some articles related to R from the
month of July:
A tutorial on using the
2017 Feb 25
4
RHEL 8 speculation ???
Is there any blog that has information on a potential RHEL 8 release date?
boost in 7 is now too old for some things, in addition to gcc. There are
solutions in 7 to those issues but it's starting to feel like 6 felt
shortly before 7 came out, so I wonder if it is getting near to time.
I'm working on a major project bitcoin related and it would be
frustrating to deploy a bunch of
2017 Aug 07
0
itunesr - new package to access iTunes App Store Ratings and Reviews
Hello Fellow Rusers,
Introducing '*itunesr' *my first package to help iOS Product Managers to
access Ratings and Reviews via R: https://cran.r-project.org/package=itunesr
Please give me suggestions to improve my next version
Would love contributions also!
https://github.com/amrrs/itunesr
https://cran.r-project.org/web/packages/itunesr/index.html
Thanks and Regards,
Abdul