Skip to content

Commit 9e66509

Browse files
update for new ggplot
1 parent b5c2684 commit 9e66509

14 files changed

Lines changed: 98 additions & 36 deletions

File tree

CRAN-SUBMISSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Version: 0.5.1
2-
Date: 2025-07-17 13:25:08 UTC
3-
SHA: ea4418ab7cb0747dcf56bf7411db6dae254bf5f1
2+
Date: 2025-07-18 09:04:20 UTC
3+
SHA: b5c268445c46a10e607e6227dffa7a14eceaea10

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: shinyMixR
22
Title: Interactive 'shiny' Dashboard for 'nlmixr2'
3-
Version: 0.5.1
3+
Version: 0.5.2
44
Authors@R: c(person("Richard", "Hooijmaijers", email = "richardhooijmaijers@gmail.com", role = c("aut", "cre","cph")),
55
person("Teun", "Post", email = "teunpost@gmail.com",role = c("aut","cph")),
66
person("LAPP Consultants",email = "info@lapp.nl", role=c("fnd","cph")),

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# shinyMixR 0.5.2
2+
3+
- This version implements fixes for the new `ggplot2` 4.0 package
4+
15
# shinyMixR 0.5.1
26

37
- This version implements fixes for the new `nlmixr2` 4.0 package

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
0 errors | 0 warnings | 1 note
44

5-
* This is a new release.
5+
* This is a new version.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"export": {
3+
"partable-params": {
4+
"Parameter": [
5+
"OBJF",
6+
"COND. NR",
7+
"tka",
8+
"tcl",
9+
"tv",
10+
"add.err"
11+
],
12+
"run1": [
13+
"1043",
14+
"1.25",
15+
"-2.12 [12.3] <span style=\"font-size: 0.75em;font-weight: bold;\">{108, 59.7}<\/span>",
16+
"1.02 [7.00] <span style=\"font-size: 0.75em;font-weight: bold;\">{22.5, 7.53}<\/span>",
17+
"0.842 [41.8] <span style=\"font-size: 0.75em;font-weight: bold;\">{173, 29.6}<\/span>",
18+
"0.702 [NA] "
19+
]
20+
}
21+
}
22+
}
69.6 KB
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"export": {
3+
"partable-params": {
4+
"Parameter": [
5+
"OBJF",
6+
"COND. NR",
7+
"tka",
8+
"tcl",
9+
"tv",
10+
"add.err"
11+
],
12+
"run1": [
13+
"1043",
14+
"1.25",
15+
"-2.12 [12.3] <span style=\"font-size: 0.75em;font-weight: bold;\">{108, 59.7}<\/span>",
16+
"1.02 [7.00] <span style=\"font-size: 0.75em;font-weight: bold;\">{22.5, 7.53}<\/span>",
17+
"0.842 [41.8] <span style=\"font-size: 0.75em;font-weight: bold;\">{173, 29.6}<\/span>",
18+
"0.702 [NA] "
19+
]
20+
}
21+
}
22+
}
69.6 KB
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"input": {
3+
"editor-newmdl": 1
4+
}
5+
}
38.4 KB
Loading

0 commit comments

Comments
 (0)