Skip to content

Commit

Permalink
Getting ready for 0.14.1
Browse files Browse the repository at this point in the history
Update RoBMA in pkglist for flatpak, updated release date.
  • Loading branch information
JorisGoosen committed Dec 16, 2020
1 parent ad6eb99 commit f2cb223
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tools/flatpak/RPackages.json
Original file line number Diff line number Diff line change
Expand Up @@ -3275,7 +3275,7 @@
{
"type": "git",
"url": "https://github.com/FBartos/RoBMA",
"commit": "ccb82bf2c2c3e7263f3952bc976a230111f9c217"
"commit": "788f678b02bbfbc619425f67c724abc79c9c28b6"
}
],
"build-commands": [ "R CMD INSTALL ." ]
Expand Down
2 changes: 1 addition & 1 deletion Tools/flatpak/gather-r-package-info.R
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ defineSpecials <- function()
specials[['stanova']] <- list(type='github', commit='3e5635816fb2e4cda06704778e5bcd382f14717d', repo='bayesstuff/stanova' )
#specials[['afex']] <- list(type='github', commit='71e22f0020399de1b35189d7c0dd4e5a2729b843', repo='singmann/afex' )
specials[['ggpol']] <- list(type='github', commit='dea9db2503b04b81dbc746fdeccf92e9849ce64b', repo='jasp-stats/ggpol' ) # temporary fix for conflicting ggplot2 dependencies in jasp 0.12.2. Should be removed after that release and shit should be fixed!
specials[['RoBMA']] <- list(type='github', commit='ccb82bf2c2c3e7263f3952bc976a230111f9c217', repo='FBartos/RoBMA' )
specials[['RoBMA']] <- list(type='github', commit='788f678b02bbfbc619425f67c724abc79c9c28b6', repo='FBartos/RoBMA' )

}

Expand Down
2 changes: 1 addition & 1 deletion Tools/flatpak/org.jaspstats.JASP.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<url type="bugtracker">https://github.com/jasp-stats/jasp-issues/issues</url>
<url type="donation">https://jasp-stats.org/donate/</url>
<releases>
<release version="0.14.1.1" date="2020-12-09">
<release version="0.14.1.1" date="2020-12-16">
<description>
New release 0.14.1

Expand Down

0 comments on commit f2cb223

Please sign in to comment.