Skip to content

Commit eafe28a

Browse files
bbuchsbaumclaude
andcommitted
Prepare for Aperture Neuro submission: switch to MIT license, update lifecycle to stable, add CITATION file
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6ec80b2 commit eafe28a

4 files changed

Lines changed: 19 additions & 5 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Title: Regression Analysis of Functional Magnetic Resonance Imaging Data
44
Version: 0.1.2
55
LinkingTo: Rcpp,RcppArmadillo, roptim, RcppParallel
66
Authors@R: person("Bradley", "Buchsbaum",, role = c("aut", "cre"), email = "brad.buchsbaum@gmail.com")
7-
License: GPL (>= 2)
7+
License: MIT + file LICENSE
88
Description: Provides tools for the analysis of functional magnetic resonance
99
imaging (fMRI) data. Facilities are included to construct flexible
1010
hemodynamic response functions, experimental regressors, and conduct

LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
YEAR: 2026
2+
COPYRIGHT HOLDER: Bradley Buchsbaum

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

33
[![R-CMD-check](https://github.com/bbuchsbaum/fmrireg/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/bbuchsbaum/fmrireg/actions/workflows/R-CMD-check.yaml)
44
[![Codecov test coverage](https://codecov.io/gh/bbuchsbaum/fmrireg/branch/main/graph/badge.svg)](https://app.codecov.io/gh/bbuchsbaum/fmrireg?branch=main)
5-
[![License: GPL v2](https://img.shields.io/badge/License-GPL_v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
6-
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
5+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6+
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
77

8-
# install.packages("remotes")
8+
## Installation
9+
10+
```r
11+
install.packages("remotes")
912
remotes::install_github("bbuchsbaum/fmrireg")
1013
```
1114

@@ -95,7 +98,7 @@ https://github.com/bbuchsbaum/fmrireg
9598

9699
## License
97100

98-
GPL (>= 2)
101+
MIT
99102

100103
<!-- albersdown:theme-note:start -->
101104
## Albers theme

inst/CITATION

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
bibentry(
2+
bibtype = "Manual",
3+
title = "fmrireg: Regression Analysis of Functional Magnetic Resonance Imaging Data",
4+
author = person("Bradley", "Buchsbaum", email = "brad.buchsbaum@gmail.com", role = c("aut", "cre")),
5+
year = "2026",
6+
note = "R package version 0.1.2",
7+
url = "https://bbuchsbaum.github.io/fmrireg/",
8+
header = "To cite fmrireg in publications use:"
9+
)

0 commit comments

Comments
 (0)