An article about [computational] science in a scientific publication is not the scholarship itself, it is merely advertising of the scholarship. The actual scholarship is the complete set of instructions [and data] which generated the figures.
- David Donoho (Stanford University)
Experimentation, theory, computing, data-intensive
Data and computer code should be made available at an early stage
Enable access to scientific data repositories, full-text of articles, and science metrics and also facilitate a culture shift in the scientific community.
ropensci.org/packages
![]()
|
![]()
|
![]()
|
![]()
|
library(rfisheries) library(dplyr) who <- c("TUX", "COD", "VET", "NPA") # Four well known commercial fisheries species_data <- function(x) of_landings(species = x) who %>% lapply(., species_data) %>% rbind_all
rWBclimate
library(rWBclimate) eu_basin <- create_map_df(Eur_basin) eu_basin_dat <- get_ensemble_temp(Eur_basin, "annualanom", 2080, 2100)
library(AntWeb); library(dplyr) aw_data(genus = "acanthognathus") %>% aw_map
(rfigshare)
R
and obtain a data citation.library(rfigshare) id <- fs_create("Fisheries dataset", "A dataset containing catch for 4 important commercial fish species","dataset") fs_upload(id, "dat.csv")
/
#