Displaying 20 results from an estimated 23 matches for "ropensci".
Did you mean:
opensc
2016 Apr 21
3
Web interesante (ROpenSci)
Hola.
Hoy me he topado con esta web https://ropensci.org/ y he visto algunos paquetes interesantes (sobre todo alguno que no está en CRAN)... https://ropensci.org/packages
Valgan como ejemplos los packages "rebi" o "cartographer"
https://github.com/ropensci/rebi
https://github.com/ropensci/cartographer
Pd.- Está en inglés pero c...
2016 Apr 21
2
Web interesante (ROpenSci)
Hola Javier.
Yo te puedo dar mi opinión personal: tengo un package en R-Forge porque no me apetece plegarme a las exigencias de documentación de CRAN cuando mi paquete tiene un GUI totalmente autoexplicativo.
Es un caso muy particular, pero es una razón.
Otra: qué lleva a Microsoft a mantener su propio repositorio? (una especie de mirror de CRAN pero con otra timeline de actualización)
Otra
2015 Jan 23
5
Programming Tools CTV
Hi all,
Sorry if this doesn't end up in the thread.
Tobias Verbeke forwarded that e-mail to me, because he thought I would be interested in maintaining the Programming Tools CTV.
I wasn't subscribed to R-devel yet, but I would indeed like to volunteer to maintain the Programming Tools CTV.
It will be my first time creating a CTV, so some guidance on getting it setup will be appreciated.
2016 Jul 13
2
par() y ggplot2
...en en par(mfrow=c(1,1)), es decir:
ignora la instrucción.
¿No puedo forzar a ggplot2 a que me haga caso? ¿El problema radica en
utilizar dos paquetes gráficos distintos? ¿Cuál sería la función
equivalente a par(mfrow=c(2,2)) en ggplot2? Hasta donde puedo entender, los
parámetros de faceting (http://ropensci.github.io/plotly/ggplot2/)
funcionan para subconjuntos de datos, pero no para indicar una función
equivalente a par().-
Desde ya, muchas gracias!!
--
Mauricio
[[alternative HTML version deleted]]
2017 Dec 20
0
New package: tidyhydat
...s Department of Environment and Climate Change. Data in this archive range from 1850 to 2017. tidyhydat also provides functions to access real-time data over the web. This package would be of interest to anyone who has need for Canadian hydrometric data in R.
This package was peer-reviewed by the rOpenSci open review process and is now part of that suite of packages.
A short vignette outlining tidyhydat's usage can be found here: https://cran.r-project.org/web/packages/tidyhydat/vignettes/tidyhydat_an_introduction.html
The project page can be found here: https://github.com/ropensci/tidyhydat...
2017 Dec 20
0
New package: tidyhydat
...s Department of Environment and Climate Change. Data in this archive range from 1850 to 2017. tidyhydat also provides functions to access real-time data over the web. This package would be of interest to anyone who has need for Canadian hydrometric data in R.
This package was peer-reviewed by the rOpenSci open review process and is now part of that suite of packages.
A short vignette outlining tidyhydat's usage can be found here: https://cran.r-project.org/web/packages/tidyhydat/vignettes/tidyhydat_an_introduction.html
The project page can be found here: https://github.com/ropensci/tidyhydat...
2024 Nov 15
1
R coding to extract allele frequencies from NCBI for ALL alleles of one SNP?
...be nice - but not necessary). Does there exist a package in R with coding which could extract the data from NCBI for all the alleles of one SNP ? I've looked at getBM() from package biomaRt and searched via Google and Copilot- so far with no success. Many thanks.
remotes::install_github("ropensci/rsnps")
library("rsnps")
# Define the SNP ID
snp_id <- "rs11134679" ## this SNP has alleles A, C, G and T, but results are only for A
# Query the dbSNP database
result <- rsnps::ncbi_snp_query(snp_id)
result2 <- as.data.frame(result)
result2
result2$maf_population...
2015 Jan 23
1
Programming Tools CTV
...at gmail.com> a ?crit :
> Hi Willem
>
> thanks for volounteering.
>
> To the best of my knowledge (regarding the machinery side), if you're
> planning to use github (and maybe even if you don't) you can "stole"
> ideas from
>
> https://github.com/ropensci/webservices
> https://github.com/lbraglia/PackageDevelopmentTaskView (minor
> modifications from webservices)
> https://github.com/eddelbuettel/ctv-finance or
> https://github.com/eddelbuettel/ctv-hpc
>
>
> HTH, Luca
>
> 2015-01-23 11:13 GMT+01:00 Willem Ligtenberg
>...
2017 Dec 22
0
Development versions of xtractomatic and rerddapXtracto
...rddapXtracto" can be installed using:
devtools::install_github("rmendels/rerddapXtracto")
Several warnings about the installations:
1. Both packages use the package "plotdap" for graphics. This package at the moment is available only on Github, at:
https://github.com/ropensci/plotdap
2. "plotdap" itself depends on a fairly large number of packages, In some testing, people sometimes had to get a more recent, non-CRAN version of other packages to have correct functionality. If you run into problems let me know.
3. "rerddapXtracto" depends on the...
2019 May 29
3
Making a package CITATION file from BibTeX
...egory S X E},
Doi = {10.1016/j.neuron.2016.06.012},
Journal = {Neuron},
Month = {Jul},
Number = {2},
Pages = {293-311},
Title = {NBLAST: Rapid, Sensitive Comparison of Neuronal Structure and
Construction of Neuron Family Databases},
Volume = {91},
Year = {2016}}
[3] https://rdrr.io/github/ropensci/RefManageR/man/toBiblatex.html
--
Gregory Jefferis
Division of Neurobiology
MRC Laboratory of Molecular Biology
Francis Crick Avenue
Cambridge Biomedical Campus
Cambridge, CB2 OQH, UK
http://www2.mrc-lmb.cam.ac.uk/group-leaders/h-to-m/g-jefferis
http://jefferislab.org
http://www.zoo.cam.ac.uk/de...
2017 Nov 07
0
Revolutions blog: October 2017 roundup
...wn.html
An analysis comparing the speeds of bikes and taxis for trips across New York
City: http://blog.revolutionanalytics.com/2017/10/bokes-taxis-nyc.html
Vision-based AI techniques used to estimate the population of snow leopards:
http://blog.revolutionanalytics.com/2017/10/snow-leopards.html
ROpenSci interviews me (David Smith) about working in the R community:
http://blog.revolutionanalytics.com/2017/10/my-interview-with-ropensci.html
A generational neural network, implemented in R, synthesizes startup names and
business plans:
http://blog.revolutionanalytics.com/2017/10/an-ai-pitches-startup...
2018 Sep 17
5
Descarga html
Buenas tardes,
Estoy intentando automatizar unas tareas en la web y ando un poco perdido.
Quiero descargar con un Script de R el html de varias páginas de una web.
Previamente me tengo que identificar (usuario y password) en la web para
poder acceder a las páginas que me interesan. ¿Tienen alguna idea de por
donde empezar a mirar? Estoy viendo RSelenium pero si se les ocurre alguna
forma
2015 Jan 23
0
Programming Tools CTV
Hi Willem
thanks for volounteering.
To the best of my knowledge (regarding the machinery side), if you're
planning to use github (and maybe even if you don't) you can "stole"
ideas from
https://github.com/ropensci/webservices
https://github.com/lbraglia/PackageDevelopmentTaskView (minor
modifications from webservices)
https://github.com/eddelbuettel/ctv-finance or
https://github.com/eddelbuettel/ctv-hpc
HTH, Luca
2015-01-23 11:13 GMT+01:00 Willem Ligtenberg
<willem.ligtenberg at openanalytics.eu>:
&...
2015 Jan 23
1
Programming Tools CTV
...braglia at gmail.com> wrote:
> Hi Willem
>
> thanks for volounteering.
>
> To the best of my knowledge (regarding the machinery side), if you're
> planning to use github (and maybe even if you don't) you can "stole"
> ideas from
>
> https://github.com/ropensci/webservices
> https://github.com/lbraglia/PackageDevelopmentTaskView (minor
> modifications from webservices)
> https://github.com/eddelbuettel/ctv-finance or
> https://github.com/eddelbuettel/ctv-hpc
>
>
> HTH, Luca
>
> 2015-01-23 11:13 GMT+01:00 Willem Ligtenberg
> &...
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 error:
>...
2016 Sep 07
0
Building R under Linux - library dependencies
...s with .deb packages.
- Being able to install with minimal size? Have you queried your users? I
note that among the Docker containers for R (in the "Rocker" project Carl and
I run) the _larger_ ones containing RStudio plus optionally "lots from
hadley" plus optionally lots of rOpenSci tend to me _more_ popular (for ease
of installation of the aggregate).
And while share the overall sentiment a little bit, you have to realize that
it is 2016 with the corresponding bandwith and storage:
edd at max:~$ du -csh /usr/local/lib/R/site-library/
1.5G /usr/local/lib/R/site-librar...
2016 Sep 07
4
Building R under Linux - library dependencies
> | Is there a way to overcome this problem? Precompiled versions of R can be installed on various system configurations, so I guess that there should be a way to compile it in a version-agnostic manner.
>
> Yes, for example by
>
> -- using a Docker container which is portable across OSs (!!) and versions
Docker R containers are north of 250 MB. I have checked experimentally
2019 May 29
0
Making a package CITATION file from BibTeX
...2},
> Journal = {Neuron},
> Month = {Jul},
> Number = {2},
> Pages = {293-311},
> Title = {NBLAST: Rapid, Sensitive Comparison of Neuronal Structure
> and Construction of Neuron Family Databases},
> Volume = {91},
> Year = {2016}}
>
> [3] https://rdrr.io/github/ropensci/RefManageR/man/toBiblatex.html
>
>
> --
> Gregory Jefferis
> Division of Neurobiology
> MRC Laboratory of Molecular Biology
> Francis Crick Avenue
> Cambridge Biomedical Campus
> Cambridge, CB2 OQH, UK
>
> http://www2.mrc-lmb.cam.ac.uk/group-leaders/h-to-m/g-jefferi...
2017 Sep 07
0
withr::set_makevars
...rouble for set_makevars.
Bill Dunlap
TIBCO Software
wdunlap tibco.com
On Wed, Sep 6, 2017 at 3:41 PM, Roy Mendelssohn - NOAA Federal <
roy.mendelssohn at noaa.gov> wrote:
> 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...
2017 Jun 06
0
Revolutions blog: May 2017 roundup
...articles related to R from the
month of May:
Many interesting presentations recorded at the R/Finance 2017
conference in Chicago are now available to watch:
http://blog.revolutionanalytics.com/2017/05/watch-rfinance-2017.html
A review of some of the R packages and projects implemented at the
2017 ROpenSci Unconference:
http://blog.revolutionanalytics.com/2017/05/runconf17.html
An example of applying Bayesian Learning with the "bnlearn" package to
challenge stereotypical assumptions:
http://blog.revolutionanalytics.com/2017/05/who-is-the-caretaker.html
Data from the Billboard Hot 100 char...