Scienze informatiche e dell'informazioneIngleseHugo

rOpenSci - open tools for open science

rOpenSci - open tools for open science
Open Tools and R Packages for Open Science
Pagina inizialeJSON Foraggio
language
PackageMaintenanceScienze informatiche e dell'informazioneInglese
Pubblicato
Autore Maëlle Salmon

Part of what we aim to do at rOpenSci is nurture a community of package maintainers who help each other.In addition to support during package maintenance, we also want to support maintainers who wish to move on. Situations can change, and there may come a time when a maintainer is looking to pass maintenance on to another.

R-universeTech NotesRegistryPackagesDashboardScienze informatiche e dell'informazioneInglese
Pubblicato
Autore Jeroen Ooms

Running your own package registry Tiny update for r-universe users whos run their own package registry: we have changed the preferred git repo name where you host your packages.json registry file. Previously the git repository was simply called universe, i.e. the registry for tiledb-inc.r-universe.dev was in the GitHub repository tiledb-inc/universe.

DynamiteBayesianPanel DataCausal InferenceTech NotesScienze informatiche e dell'informazioneInglese
Pubblicato
Autore Jouni Helske

Introduction Panel data contains measurements from multiple subjects measured over multiple time points.Such data can be encountered in many social science applications such as when analysing register data or cohort studies (for example).Often the aim is to perform causal inference based on such observational data (instead of randomized control trials). A new rOpensci-reviewed R package dynamite available on CRAN implements a new class of panel

R-universeTech NotesFront-endDocumentationDashboardScienze informatiche e dell'informazioneInglese
Pubblicato
Autore Jeroen Ooms

ul a:hover{text-decoration: underline;}Pretty permanent URLs! We have improved the URL schema for the r-universe.dev front-end to make it even easier to find and share a link to an R package, article, API, or other resource. The old URLs will now automatically be redirected to the new locations, so this should be a non-breaking change.

NewsletterScienze informatiche e dell'informazioneInglese
Pubblicato
Autore The rOpenSci Team

Dear rOpenSci friends, it’s time for our monthly news roundup! You can read this post on our blog.Now let’s dive into the activity at and around rOpenSci!rOpenSci HQ {targets} in Action Community Call Tuesday, 31 January 2023 20:00 UTC / Tuesday, 31 January 2023 15:00 EST / Wednesday, 1st February 07:00 AEDT.

CurlHttpTech NotesScienze informatiche e dell'informazioneInglese
Pubblicato
Autore Jeroen Ooms

curl 5.0.0 is on CRAN A new major version of the curl package has been released to CRAN. This release both brings internal improvements as well as new user-facing functionality, in particular with respect to concurrent downloads. From the NEWS file:curl 5.0.0 - New function multi_download() which supports concurrent downloads and resuming download for large files, while giving detailed progress information.

CommunityMultilingualScienze informatiche e dell'informazioneInglese
Pubblicato
Autori Yanina Bellini Saibene, Pao Corrales, Elio Campitelli, Maëlle Salmon

We are excited to announce that, with the support of the Chan Zuckerberg Initiative, NumFOCUS, and the R Consortium, we have begun the process of translating rOpenSci’s materials on best practices for software development, code review, and contribution to open source projects into Spanish.As part of this effort, we are also developing guidelines and tools for translating open source resources to reach a wider audience.

CommunityCode Of ConductGovernanceScienze informatiche e dell'informazioneInglese
Pubblicato
Autori Yanina Bellini Saibene, Mark Padgham, Kara Woo

The rOpenSci community is supported by our Code of Conduct with a clear description of unacceptable behaviors,instructions on how to make a report, and information on how reports are handled. We, the Code of Conduct Committee,are responsible for receiving, investigating, deciding, enforcing and reporting on all reports of potentialviolations of our Code.

Code Of ConductGovernanceCommunityScienze informatiche e dell'informazioneInglese
Pubblicato
Autori Yanina Bellini Saibene, Mark Padgham, Kara Woo, Megan Carter

This report presents our annual review of the rOpenSci Code of Conduct, reporting process, and internal guidelines for handling reports and enforcement.Updates Changes to the text, including addition of greater detail about acceptable and unacceptable behaviors in online settings.Added a new language, through doing the first translation of the text to Spanish.Changes to the committee.

NewsletterScienze informatiche e dell'informazioneInglese
Pubblicato
Autore The rOpenSci Team

Dear rOpenSci friends, it’s time for our monthly news roundup! You can read this post on our blog.Now let’s dive into the activity at and around rOpenSci!rOpenSci HQ One-page HTML package manuals on R-universe! We have recently started building HTML reference manuals for each package in the R-universe! For packages that have had an update in the past 3 weeks, the reference manual is now linked from the package homepage on R-universe.dev.

TargetsGgplot2WorkflowTech NotesCommunityScienze informatiche e dell'informazioneInglese
Pubblicato
Autore Matthias Grenié

I really enjoy using targets for all of my data analysis projects, especially because it helps me structure all of the projects nicely in the same folder.For targets projects, I often produce several figures using ggplot2.However, there are no formal recommendations for saving ggplot2 objects (as opposed to static images) in a targets workflow.