-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #747 from njtierney/tweaks-for-0-5-0
Tweaks for 0 5 0
- Loading branch information
Showing
145 changed files
with
3,265 additions
and
3,581 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,11 @@ | ||
citHeader("To cite greta in publications use:") | ||
|
||
citEntry(entry = "Article", | ||
title = "{greta}: simple and scalable statistical modelling in R", | ||
author = personList(as.person("Nick Golding")), | ||
journal = "Journal of Open Source Software", | ||
year = "2019", | ||
volume = "4", | ||
number = "40", | ||
pages = "1601", | ||
url = "http://dx.doi.org/10.21105/joss.01601", | ||
doi = "10.21105/joss.01601", | ||
|
||
textVersion = | ||
paste("Nick Golding (2019).", | ||
"greta: simple and scalable statistical modelling in R.", | ||
"Journal of Open Source Software, 4(40), 1601.", | ||
"URL http://dx.doi.org/10.21105/joss.01601.") | ||
bibentry( | ||
bibtype = "Article", | ||
title = "{greta}: simple and scalable statistical modelling in R", | ||
author = "Nick Golding", | ||
journal = "Journal of Open Source Software", | ||
year = 2019, | ||
volume = 4, | ||
number = 40, | ||
pages = 1601, | ||
doi = "10.21105/joss.01601" | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,44 @@ | ||
package,old,new,delta | ||
greta,0.4.3,0.4.4,* | ||
future,NA,1.33.1,* | ||
Rcpp,NA,1.0.12,* | ||
greta,0.4.5,0.5.0,* | ||
abind,1.4-8,1.4-8, | ||
backports,1.5.0,1.5.0, | ||
base64enc,0.1-3,0.1-3, | ||
callr,3.7.6,3.7.6, | ||
cli,3.6.3,3.6.3, | ||
coda,0.19-4.1,0.19-4.1, | ||
config,0.3.2,0.3.2, | ||
crayon,1.5.3,1.5.3, | ||
digest,0.6.37,0.6.37, | ||
future,1.34.0,1.34.0, | ||
globals,0.16.3,0.16.3, | ||
glue,1.8.0,1.8.0, | ||
here,1.0.1,1.0.1, | ||
hms,1.1.3,1.1.3, | ||
jsonlite,1.8.9,1.8.9, | ||
lifecycle,1.0.4,1.0.4, | ||
listenv,0.9.1,0.9.1, | ||
magrittr,2.0.3,2.0.3, | ||
parallelly,1.38.0,1.38.0, | ||
pkgconfig,2.0.3,2.0.3, | ||
png,0.1-8,0.1-8, | ||
prettyunits,1.2.0,1.2.0, | ||
processx,3.8.4,3.8.4, | ||
progress,1.2.3,1.2.3, | ||
ps,1.8.1,1.8.1, | ||
R6,2.5.1,2.5.1, | ||
rappdirs,0.3.3,0.3.3, | ||
Rcpp,1.0.13-1,1.0.13-1, | ||
RcppTOML,0.2.2,0.2.2, | ||
reticulate,1.39.0,1.39.0, | ||
rlang,1.1.4,1.1.4, | ||
rprojroot,2.0.4,2.0.4, | ||
rstudioapi,0.17.1,0.17.1, | ||
tensorflow,2.16.0,2.16.0, | ||
tfautograph,0.3.2,0.3.2, | ||
tfruns,1.5.3,1.5.3, | ||
tidyselect,1.2.1,1.2.1, | ||
vctrs,0.6.5,0.6.5, | ||
whisker,0.4.1,0.4.1, | ||
withr,3.0.2,3.0.2, | ||
yaml,2.3.10,2.3.10, | ||
yesno,0.1.3,0.1.3, |
Oops, something went wrong.