Skip to content

Commit 6fa90ac

Browse files
committed
Merge branch 'release/1.18.0'
2 parents 001792a + 483221a commit 6fa90ac

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: redcapcustodian
22
Type: Package
33
Title: Data automation for R-centric workflows with a nod towards REDCap
4-
Version: 1.17.4
4+
Version: 1.18.0
55
Authors@R: c(
66
person("Philip", "Chase",
77
email = "pbc@ufl.edu",

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM --platform=linux/amd64 rocker/verse:4.2.1
1+
FROM --platform=linux/amd64 rocker/verse:4.3.2
22

33
WORKDIR /home/rocker
44

5-
RUN apt update -y && apt install -y libmariadb-dev libmariadbclient-dev
5+
RUN apt update -y && apt install -y libmariadb-dev libmariadb-dev-compat
66
RUN apt install -y --no-install-recommends libxt6
77

88
# install necessary libraries

NEWS.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# redcapcustodian 1.18.0 (released 2024-01-10)
2+
- Update Dockerfile to verse:4.3.2 (@pbchase)
3+
14
# redcapcustodian 1.17.4 (released 2023-11-22)
25
- Turn off code chunks in job_logging.Rmd to fix pkgdown::deploy_to_branch() errors (@pbchase)
36

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.17.4
1+
1.18.0

0 commit comments

Comments
 (0)