(Initial personal page) |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|REAL-NAME=Iñaki Ucar | |REAL-NAME=Iñaki Ucar | ||
|location=Madrid, Spain | |location=Madrid, Spain | ||
|image= | |image=[[File:Iucar.jpg|332px|frameless|center]] | ||
|fas-name=iucar | |fas-name=iucar | ||
|linkedin=iucar | |linkedin=iucar | ||
|github=Enchufa2 | |github=Enchufa2 | ||
|irc-nick=iucar | |irc-nick=iucar | ||
|irc-channels=#fedora-devel #R | |irc-channels=#fedora-devel #R | ||
}} | }} | ||
Line 16: | Line 14: | ||
sample(c("engineer", "clarinetist", "scientist")) | sample(c("engineer", "clarinetist", "scientist")) | ||
Data scientist, PhD in Telematic Engineering, open-source advocate, R package author, Fedora packager. Fedora user since the day of Fedora Core 2. | |||
== R stuff == | |||
I maintain a Copr repo, [https://copr.fedorainfracloud.org/coprs/iucar/cran/ iucar/cran], for most CRAN packages (~15k packages as of Feb. 2020), ensuring compatibility with the packages already in the official repos. This repo is automatically synchronized with CRAN every day at 00:00 UTC through a GitHub Action that removes archived packages and builds the most recent updates. | |||
== Links == | |||
* [https://src.fedoraproject.org/user/iucar Packages maintained]. | |||
* [https://bugzilla.redhat.com/buglist.cgi?emailreporter1=1&classification=Fedora&emailtype1=exact&query_format=advanced&bug_status=NEW&bug_status=ASSIGNED&bug_status=MODIFIED&bug_status=ON_DEV&bug_status=ON_QA&bug_status=VERIFIED&bug_status=RELEASE_PENDING&bug_status=POST&email1=i.ucar86%40gmail.com&component=Package%20Review&product=Fedora Packages under review] | |||
* [https://bugzilla.redhat.com/buglist.cgi?classification=Fedora&emailtype1=exact&query_format=advanced&emailassigned_to1=1&bug_status=CLOSED&email1=i.ucar86%40gmail.com&component=Package%20Review&product=Fedora Reviews I've completed] | |||
* [https://bugzilla.redhat.com/buglist.cgi?classification=Fedora&emailtype1=exact&query_format=advanced&emailassigned_to1=1&bug_status=NEW&bug_status=ASSIGNED&bug_status=MODIFIED&bug_status=ON_DEV&bug_status=ON_QA&bug_status=VERIFIED&bug_status=RELEASE_PENDING&bug_status=POST&email1=i.ucar86%40gmail.com&component=Package%20Review&product=Fedora Reviews I'm working on] | |||
---- | |||
[[Category:Homepage]] |
Latest revision as of 18:09, 23 February 2020
Iñaki Ucar | |
---|---|
[[File:|alt=]] | |
Personal information | |
Location: | Madrid, Spain
|
Contact information | |
IRC: | iucar on irc.libera.chat |
#fedora-devel #R | |
LinkedIn: | iucar |
GitHub: | Enchufa2
|
Fedora-specific information | |
FAS name: | iucar |
Fedora e-mail: | iucar@fedoraproject.org |
Fedora homepage: | iucar.fedorapeople.org |
Iñaki Ucar
sample(c("engineer", "clarinetist", "scientist"))
Data scientist, PhD in Telematic Engineering, open-source advocate, R package author, Fedora packager. Fedora user since the day of Fedora Core 2.
R stuff
I maintain a Copr repo, iucar/cran, for most CRAN packages (~15k packages as of Feb. 2020), ensuring compatibility with the packages already in the official repos. This repo is automatically synchronized with CRAN every day at 00:00 UTC through a GitHub Action that removes archived packages and builds the most recent updates.