livellosegreto.it is one of the many independent Mastodon servers you can use to participate in the fediverse.
Livello Segreto è il social etico che ha rispetto di te e del tuo tempo.

Administered by:

Server stats:

1.2K
active users

#r

13 posts13 participants4 posts today

In order to open more the R project, I thought the next idea, which imply some homeworks for R package developers and R users doing research (to be published).

(A) For the researchers, they, always that possible, should 1) cite the main used R libraries for their research on their papers; and 2) make the R codes used for the (statistical) analyses computed for their research (papers) [and the tables and figures published] available (as Supplementary materials, as some VCS URL such as GitHub, GitLab, Codeberg... or by means of some repostory such as Zenodo, OSF..., or as persona websites...).

(B) And then, for package developers, it would be great that they have an updated vignette with examples of applications of their packages to research, at least for the most relevant applications (research done by relevant authors, in relevant journals, etc.)

Of course, (B) would use (A).

Replied in thread

@libreoffice We still see people recommending Excel and throwing around those "Excel tools" (aka spreadsheets with some formulas).

Please stop endorsing spreadsheet apps for anything else than spreadsheets. Better use applications for numerical computations like #NumeRe or #R, which produce understandable, mainainable and debuggable solutions.

Some #R #rstats about the packages on the repositories: #CRAN has 722 packages that use Bioconductor (3%), #Bioconductor has 2802 packages that use CRAN's packages (77%).

1.3% CRAN and 0.6% Bioconductor respectively use package outside these two repositories. But 91% and 93% use packages on their respective repos. 8% and 3% do not have any dependency on external packages (but could depend on system dependencies).