Skip to content

code-inspect-binder/osf_hrf5t-f

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Executable Environment for OSF Project hrf5t

This repository was automatically generated as part of a project to test the reproducibility of open science projects hosted on the Open Science Framework (OSF).

Project Title: Categorization and Recognition in a Naturalistic Stimulus Domain

Project Description:

This web page is associated with Brian Meagher's dissertation, Categorization and Recognition in a Naturalistic Stimulus Domain.

Original OSF Page: https://osf.io/hrf5t/


Important Note: The contents of the hrf5t_src folder were cloned from the OSF project on 12-03-2025. Any changes made to the original OSF project after this date will not be reflected in this repository.

The DESCRIPTION file was automatically added to make this project Binder-ready. For more information on how R-based OSF projects are containerized, please refer to the osf-to-binder GitHub repository: https://github.com/Code-Inspect/osf-to-binder

flowR Integration

This version of the repository has the flowR Addin preinstalled. flowR allows visual design and execution of data analysis workflows within RStudio, supporting better reproducibility and modular analysis pipelines.

To use flowR, open the project in RStudio and go to Addins > flowR.

How to Launch:

Launch in your Browser:

🚀 MyBinder: Binder

  • This will launch the project in an interactive RStudio environment in your web browser.
  • Please note that Binder may take a few minutes to build the environment.

🚀 NFDI JupyterHub: NFDI

  • This will launch the project in an interactive RStudio environment on the NFDI JupyterHub platform.

Access Downloaded Data: The downloaded data from the OSF project is located in the hrf5t_src folder.

Run via Docker for Long-Term Reproducibility

In addition to launching this project using Binder or NFDI JupyterHub, you can reproduce the environment locally using Docker. This is especially useful for long-term access, offline use, or high-performance computing environments.

Pull the Docker Image

docker pull meet261/repo2docker-hrf5t-f:latest

Launch RStudio Server

Run the container (with a name, e.g. rstudio-dev):

docker run -it --name rstudio-dev --platform linux/amd64 -p 8888:8787 --user root meet261/repo2docker-hrf5t-f bash

Inside the container, start RStudio Server with no authentication:

/usr/lib/rstudio-server/bin/rserver --www-port 8787 --auth-none=1

Then, open your browser and go to: http://localhost:8888

Note: If you're running the container on a remote server (e.g., via SSH), replace localhost with your server's IP address. For example: http://<your-server-ip>:8888

Looking for the Base Version?

For the original Binder-ready repository without flowR, visit: osf_hrf5t

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors