Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: ProFit
Type: Package
Title: Fit Projected 2D Profiles to Galaxy Images
Version: 2.6.4
Date: 2026-05-13
Version: 2.7.0
Date: 2026-05-26
Authors@R: c(
person(given='Aaron', family='Robotham', email='aaron.robotham@uwa.edu.au',
role=c('aut', 'cre'), comment=c(ORCID='0000-0003-0429-3579')),
Expand All @@ -16,11 +16,12 @@ License: LGPL-3
URL: https://github.com/ICRAR/ProFit
BugReports: https://github.com/ICRAR/ProFit/issues
Depends: R (>= 3.0), Rfits (>= 1.8.0), magicaxis (>= 2.0.3)
Imports: cubature, RColorBrewer, LaplacesDemon, methods, celestial (>= 1.4.1), checkmate
Imports: cubature, RColorBrewer, LaplacesDemon, methods, celestial (>= 1.4.1), checkmate, ParmOff
Suggests: fftw, knitr, rmarkdown, ProFound (>= 1.15.0), sn, Highlander (>= 0.1.7), ProSpect
VignetteBuilder: knitr
Remotes:
asgr/Rfits,
asgr/magicaxis,
asgr/celestial,
asgr/ProFound
asgr/ProFound,
asgr/ParmOff
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ importFrom("cubature", "hcubature")
importFrom("LaplacesDemon", "LaplaceApproximation", "LaplacesDemon")
importFrom("methods", "new")
importFrom("checkmate", "checkNumeric", "checkInteger", "checkLogical")
importFrom("ParmOff", "ParmOff")
Loading
Loading